diff images/lfs-bootstrap/mnt/build/m4.sh @ 16:0bdce741ba83

Upgrade lfs-bootstrap from 6.7 to Linux From Scratch 6.8.
author Rob Landley <rob@landley.net>
date Sun, 30 Oct 2011 17:58:45 -0500
parents bcd2e358d57f
children 6f975a65fe1d
line wrap: on
line diff
--- a/images/lfs-bootstrap/mnt/build/m4.sh	Sun Oct 30 17:58:22 2011 -0500
+++ b/images/lfs-bootstrap/mnt/build/m4.sh	Sun Oct 30 17:58:45 2011 -0500
@@ -1,12 +1,1 @@
-#!/bin/sh
-
-sed -i -e '/"m4.h"/a#include <sys/stat.h>' src/path.c &&
-./configure --prefix=/usr &&
-make || exit 1
-
-if [ ! -z "$CHECK" ]
-then
-  make check || exit 1
-fi
-
-make install
+generic-check.sh
\ No newline at end of file