mirror of
git://git.savannah.gnu.org/config.git
synced 2025-07-09 04:38:22 +12:00
* Makefile: New file.
This commit is contained in:
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}
|
Reference in New Issue
Block a user