summaryrefslogtreecommitdiffstats
path: root/package/gnuconfig/Makefile
diff options
context:
space:
mode:
authorWill Newton <will.newton@imgtec.com>2011-02-25 14:09:58 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2011-03-07 23:28:45 +0100
commitf6409520ce44a498eec3cbca214b17470aa7b839 (patch)
treec9100ac2b91d92fbe9b47f7cfce40f2fa992801e /package/gnuconfig/Makefile
parent0a064b48c9d1044b05aee65272f5af7f28879473 (diff)
downloadbuildroot-novena-f6409520ce44a498eec3cbca214b17470aa7b839.tar.gz
buildroot-novena-f6409520ce44a498eec3cbca214b17470aa7b839.zip
gnuconfig: Remove old checkout of GNU config.
Signed-off-by: Will Newton <will.newton@imgtec.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/gnuconfig/Makefile')
-rw-r--r--package/gnuconfig/Makefile15
1 files changed, 0 insertions, 15 deletions
diff --git a/package/gnuconfig/Makefile b/package/gnuconfig/Makefile
deleted file mode 100644
index ca366a98b..000000000
--- a/package/gnuconfig/Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
-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