More detailed update: target

GETADDRINFO
Stephane Bortzmeyer 24 years ago
parent 477816f6dd
commit 0c08aa0997

@ -15,11 +15,11 @@ test: check
tests: check
upload: dist
@echo "Have you updated ChangeLog and tagged everything?"
@echo "Have you updated ChangeLog and tagged (cvs tag RELEASE_x_x_x) everything?"
@echo "If so, make upload-force"
upload-force: dist
scp $(distdir).tar.gz ftp.internatif.org:'~ftp/pub/unix/echoping'
scp $(distdir).tar.gz bortz@ftp.internatif.org:'~ftp/pub/unix/echoping'
ncftpput -d upload.log upload.sourceforge.net /incoming $(distdir).tar.gz
EXTRA_DIST = $(man_MANS) $(TESTS) $(DOCS) $(MORE_TESTS)

@ -467,11 +467,11 @@ test: check
tests: check
upload: dist
@echo "Have you updated ChangeLog and tagged everything?"
@echo "Have you updated ChangeLog and tagged (cvs tag RELEASE_x_x_x) everything?"
@echo "If so, make upload-force"
upload-force: dist
scp $(distdir).tar.gz ftp.internatif.org:'~ftp/pub/unix/echoping'
scp $(distdir).tar.gz bortz@ftp.internatif.org:'~ftp/pub/unix/echoping'
ncftpput -d upload.log upload.sourceforge.net /incoming $(distdir).tar.gz
# Tell versions [3.59,3.63) of GNU make to not export all variables.

Loading…
Cancel
Save