r162 - trunk

Petter Reinholdtsen pere at moszumanska.debian.org
Sun Jan 12 07:53:11 UTC 2014


Author: pere
Date: 2014-01-12 07:53:11 +0000 (Sun, 12 Jan 2014)
New Revision: 162

Modified:
   trunk/Makefile.am
Log:
Add target to update config.sub and config.guess from FSF.

Modified: trunk/Makefile.am
===================================================================
--- trunk/Makefile.am	2014-01-12 07:14:37 UTC (rev 161)
+++ trunk/Makefile.am	2014-01-12 07:53:11 UTC (rev 162)
@@ -20,6 +20,10 @@
 
 EXTRA_DIST = $(man_MANS)
 
+config-updates:
+	GET 'http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD' > config.guess
+	GET 'http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD' > config.sub
+
 CLEANFILES = *.bb *.bbg *.da *.gcov testsuite/*.bb testsuite/*.bbg
 coverage: all check
 	for f in *.c; do gcov $$f; done




More information about the Chrpath-commits mailing list