* Makefile: New file.

This commit is contained in:
Ben Elliston 2004-06-21 10:04:08 +00:00
parent bbfdfa4a79
commit 5aa3df2e8e
2 changed files with 13 additions and 0 deletions

View File

@ -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
View 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}