summaryrefslogtreecommitdiff
path: root/misc/buildroot/package/gnuconfig
diff options
context:
space:
mode:
Diffstat (limited to 'misc/buildroot/package/gnuconfig')
-rw-r--r--misc/buildroot/package/gnuconfig/Makefile2
-rw-r--r--misc/buildroot/package/gnuconfig/README.buildroot4
-rw-r--r--misc/buildroot/package/gnuconfig/gnuconfig.mk2
3 files changed, 4 insertions, 4 deletions
diff --git a/misc/buildroot/package/gnuconfig/Makefile b/misc/buildroot/package/gnuconfig/Makefile
index f99ebce83..ca366a98b 100644
--- a/misc/buildroot/package/gnuconfig/Makefile
+++ b/misc/buildroot/package/gnuconfig/Makefile
@@ -4,7 +4,7 @@ all:
@echo "Type 'make upload' to upload to the GNU FTP server."
upload:
- gpg --detach-sign config.guess
+ 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
diff --git a/misc/buildroot/package/gnuconfig/README.buildroot b/misc/buildroot/package/gnuconfig/README.buildroot
index 521f120b9..c4f1a42b9 100644
--- a/misc/buildroot/package/gnuconfig/README.buildroot
+++ b/misc/buildroot/package/gnuconfig/README.buildroot
@@ -8,9 +8,9 @@ To use, just add this to your unpack rule in the package.mk:
$(CONFIG_UPDATE) $(PACKAGE_DIR)/
--- UPDATE ---
-This is a CVS checkout of the config project, so just run `cvs up`
+This is a CVS checkout of the config project, so just run `cvs up`
to get the latest config.sub / config.guess files.
A few local customizations are used to support uClibc so you may
-have to make sure they're still needed. The patches are broken
+have to make sure they're still needed. The patches are broken
out in the patches/ dir to keep things simple.
diff --git a/misc/buildroot/package/gnuconfig/gnuconfig.mk b/misc/buildroot/package/gnuconfig/gnuconfig.mk
index e6cd2dedb..dec950c9c 100644
--- a/misc/buildroot/package/gnuconfig/gnuconfig.mk
+++ b/misc/buildroot/package/gnuconfig/gnuconfig.mk
@@ -1,3 +1,3 @@
# See README.buildroot
-CONFIG_UPDATE = cp -f package/gnuconfig/config.sub package/gnuconfig/config.guess
+CONFIG_UPDATE = cp -f package/gnuconfig/config.sub package/gnuconfig/config.guess