mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-26 09:06:38 +12:00
* Makefile (UPLOAD, upload): Remove variable and target.
(all): Make this a dummy target.
This commit is contained in:
parent
a8488d4107
commit
d4e25c7ac0
@ -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.
|
||||
|
11
Makefile
11
Makefile
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user