[Lunar-commits] CVS: moonbase/compilers/j2sdk PRE_BUILD,1.5,1.6

Jerry Lundström prox at lunar-linux.org
Mon Aug 23 14:30:01 GMT 2004


Update of /var/cvs/lunar/moonbase/compilers/j2sdk
In directory dbguin.lunar-linux.org:/tmp/cvs-serv8922/compilers/j2sdk

Modified Files:
	PRE_BUILD 
Log Message:
set posix2 version back to get tail working

Index: PRE_BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/compilers/j2sdk/PRE_BUILD,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- PRE_BUILD	18 Aug 2004 09:43:55 -0000	1.5
+++ PRE_BUILD	23 Aug 2004 14:29:59 -0000	1.6
@@ -1,6 +1,6 @@
 cd $BUILD_DIRECTORY &&
 chmod +x $SOURCE_CACHE/$SOURCE &&
-$SOURCE_CACHE/$SOURCE
+_POSIX2_VERSION=199209 $SOURCE_CACHE/$SOURCE
 
 if [ $? -ne 3 ]; then
   echo 'Problem with either License Agreement or j2sdk binary'



More information about the Lunar-commits mailing list