mirror of
https://github.com/mirror/make.git
synced 2025-01-30 14:20:14 +08:00
* maintMakefile: Use gnulib ncftpput-ftp if ncftpput is missing.
This commit is contained in:
parent
cf7f7de7ae
commit
f7ed583675
@ -520,7 +520,7 @@ distsign: $(DIST_ARCHIVES_SIG) $(DIST_ARCHIVES_DIRECTIVE)
|
|||||||
|
|
||||||
# Upload the artifacts
|
# Upload the artifacts
|
||||||
|
|
||||||
FTPPUT = ncftpput
|
FTPPUT := $(firstword $(shell command -v ncftpput) $(wildcard $(GNULIBDIR)/build-aux/ncftpput-ftp) invalid)
|
||||||
gnu-upload-host = ftp-upload.gnu.org
|
gnu-upload-host = ftp-upload.gnu.org
|
||||||
gnu-upload-dir = /incoming
|
gnu-upload-dir = /incoming
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user