diff sources/native-builds/bootstrap-skeleton/files/build-one-package.sh @ 1269:7a60afa1846c

More tweaks to bootstrap-skeleton, implement the first half of lfs-bootstrap for Linux From Scratch 6.7 against the new infrastructure, and tweak gentoo build to stay current with bootstrap-skeleton changes. (Now more common infrastructure, and requires package-list file.)
author Rob Landley <rob@landley.net>
date Sun, 24 Oct 2010 04:17:15 -0500
parents c264495fbf21
children
line wrap: on
line diff
--- a/sources/native-builds/bootstrap-skeleton/files/build-one-package.sh	Sat Oct 23 15:15:29 2010 -0500
+++ b/sources/native-builds/bootstrap-skeleton/files/build-one-package.sh	Sun Oct 24 04:17:15 2010 -0500
@@ -25,6 +25,10 @@
   cd "$1" || exit 1
 
   # Lobotomize config.guess so it won't complain about unknown target types.
+  # 99% of packages do not care, but autoconf throws a temper tantrum if
+  # the version of autoconf that created this back when the package shipped
+  # didn't know what a microblaze or hexagon was.  Repeat after me:
+  #   "Autoconf is useless"
 
   for guess in $(find . -name config.guess)
   do