mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-26 09:06:38 +12:00
* Makefile: New file.
This commit is contained in:
parent
bbfdfa4a79
commit
5aa3df2e8e
@ -1,3 +1,7 @@
|
||||
2004-06-21 Ben Elliston <bje@gnu.org>
|
||||
|
||||
* Makefile: New file.
|
||||
|
||||
2004-06-11 Ben Elliston <bje@gnu.org>
|
||||
|
||||
* config.guess (pegasos:OpenBSD:*:*): Remove.
|
||||
|
9
Makefile
Normal file
9
Makefile
Normal file
@ -0,0 +1,9 @@
|
||||
SHELL=/usr/pkg/bin/bash
|
||||
UPLOAD=ftp://ftp-upload.gnu.org/incoming/ftp/
|
||||
|
||||
upload:
|
||||
gpg --detach-sign config.guess
|
||||
gpg --detach-sign config.sub
|
||||
echo "directory: config" | gpg --clearsign > config.guess.directive
|
||||
cp config.guess.directive config.sub.directive
|
||||
echo ftp -a -u $(UPLOAD) config.{guess,sub}{,.sig,.directive.asc}
|
Loading…
x
Reference in New Issue
Block a user