summaryrefslogtreecommitdiff
path: root/Makefile.maint
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-10-05 04:05:41 +0000
committerJim Meyering <jim@meyering.net>1998-10-05 04:05:41 +0000
commit86488adef8fc29689ee609e15d3d1e5b9a8dcc63 (patch)
treeea7fff372a4561ab0457daf71152e3a507fe0b86 /Makefile.maint
parent3564013e18ec744aad89c0c9f0f5ddb9d317ebdc (diff)
downloadcoreutils-86488adef8fc29689ee609e15d3d1e5b9a8dcc63.tar.xz
*** empty log message ***
Diffstat (limited to 'Makefile.maint')
-rw-r--r--Makefile.maint5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.maint b/Makefile.maint
index d3b3eb22e..374661bec 100644
--- a/Makefile.maint
+++ b/Makefile.maint
@@ -50,7 +50,8 @@ THIS_VERSION_REGEXP = $(subst .,\.,$(VERSION))
PREV_VERSION := $(shell echo $(VERSION)|tr a-z Xa-y)
PREV_VERSION_REGEXP := $(shell echo $(PREV_VERSION)|sed 's/\./\\./g')
v = Version
-url = ftp://alpha.gnu.org/gnu/fetish/$(distdir).tar.gz
+url-host-prefix = ftp://alpha.gnu.org
+url = $(url-host-prefix)/gnu/fetish/$(distdir).tar.gz
md5 = $(shell md5sum < $(distdir).tar.gz|sed 's/ -//')
rel-check:
@@ -87,7 +88,7 @@ alpha:
ln $(distdir).tar.gz ../release
chmod a-w $(distdir).tar.gz
@echo =====================================
- @echo 'ncftp -u $(dir $(url))'
+ @echo 'ncftp -u $(url-host-prefix)/fs/share/ftp/gnu/fetish/'
@echo '# put $(distdir).tar.gz'
@echo '# send the /tmp/announcement e-mail'
@echo 'pot-mail $(distdir).tar.gz | bash'