* Makefile (UPLOAD, upload): Remove variable and target.

(all): Make this a dummy target.
This commit is contained in:
Ben Elliston 2009-08-17 14:03:14 +10:00
parent a8488d4107
commit d4e25c7ac0
2 changed files with 5 additions and 11 deletions

View File

@ -1,3 +1,8 @@
2009-08-17 Ben Elliston <bje@gnu.org>
* Makefile (UPLOAD, upload): Remove variable and target.
(all): Make this a dummy target.
2009-08-17 Michael Eager <eager@eagercon.com>
* config.sub: Add Microblaze aliases.

View File

@ -1,15 +1,4 @@
UPLOAD=ftp://ftp-upload.gnu.org/incoming/ftp/
all:
@echo "Type 'make upload' to upload to the GNU FTP server."
upload:
gpg --detach-sign config.guess
gpg --detach-sign config.sub
echo "directory: config" | gpg --clearsign > config.guess.directive.asc
cp config.guess.directive.asc config.sub.directive.asc
ftp -a -u $(UPLOAD) config.{guess,sub}{,.sig,.directive.asc}
rm config.{guess,sub}{.sig,.directive.asc}
check:
cd testsuite && (sh config-sub.sh; sh config-guess.sh) && rm uname