CVS: moonbase/science/octave BUILD,1.1,1.2 PRE_BUILD,1.4,1.5

hardkrash at lunar-linux.org hardkrash at lunar-linux.org
Mon Oct 13 13:01:56 GMT 2003


Update of /var/cvs/lunar/moonbase/science/octave
In directory dbguin.lunar-linux.org:/tmp/cvs-serv19313

Modified Files:
	BUILD PRE_BUILD 
Log Message:
added badflags and corrected prebuild -- hardkrash


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/science/octave/BUILD,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- BUILD	4 Jun 2003 17:05:42 -0000	1.1
+++ BUILD	13 Oct 2003 13:01:54 -0000	1.2
@@ -1,5 +1,5 @@
 (
-
+#  bad_flags -ffast-math 		&&
   ./configure  --sysconfdir=/etc        \
                --prefix=/usr            \
                --mandir=/usr/share/man  \

Index: PRE_BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/science/octave/PRE_BUILD,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- PRE_BUILD	2 Oct 2003 16:53:00 -0000	1.4
+++ PRE_BUILD	13 Oct 2003 13:01:54 -0000	1.5
@@ -1,6 +1,6 @@
 if  ! [ -e  /usr/bin/g77 ]; then
 	message "${PROBLEM_COLOR}g77 is required to install Octave.  Rebuild gcc with it enabled.${DEFAULT_COLOR}" &&
 	false
-fi
-		
-chown -R root /var/spool/lunar/$SOURCE
+fi &&
+default_pre_build
+




More information about the Lunar-commits mailing list