[Lunar-commits] CVS: moonbase/shells/bash_static BUILD,1.6,1.7
Jaime Buffery
nestu at lunar-linux.org
Fri Jan 28 12:04:45 UTC 2005
Update of /var/cvs/lunar/moonbase/shells/bash_static
In directory espresso.foo-projects.org:/tmp/cvs-serv16619
Modified Files:
BUILD
Log Message:
Fix missing "() > $C_FIFO 2>&1"
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/shells/bash_static/BUILD,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- BUILD 8 Sep 2004 09:12:18 -0000 1.6
+++ BUILD 28 Jan 2005 12:04:42 -0000 1.7
@@ -1,13 +1,18 @@
-bad_flags -malign-double
+(
-OPTS=$OPTS" --bindir=/bin \
- --without-bash-malloc \
- --with-installed-readline \
- --with-curses \
- --enable-static-link"
+ bad_flags -malign-double
+
+ OPTS=$OPTS" --bindir=/bin \
+ --without-bash-malloc \
+ --with-installed-readline \
+ --with-curses \
+ --enable-static-link"
+
+ default_config &&
+ make version.h &&
+ make &&
+ prepare_install
+ cp bash /bin/bash_static
+
+) > $C_FIFO 2>&1
-default_config &&
-make version.h &&
-make &&
-prepare_install
-cp bash /bin/bash_static
More information about the Lunar-commits
mailing list