[Lunar-commits] CVS: moonbase/zbeta/j2sdk-beta PRE_BUILD,1.1,1.2
Jerry Lundström
prox at lunar-linux.org
Mon Aug 23 14:30:01 GMT 2004
Update of /var/cvs/lunar/moonbase/zbeta/j2sdk-beta
In directory dbguin.lunar-linux.org:/tmp/cvs-serv8922/zbeta/j2sdk-beta
Modified Files:
PRE_BUILD
Log Message:
set posix2 version back to get tail working
Index: PRE_BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/zbeta/j2sdk-beta/PRE_BUILD,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- PRE_BUILD 18 Aug 2004 09:45:25 -0000 1.1
+++ PRE_BUILD 23 Aug 2004 14:29:59 -0000 1.2
@@ -1,6 +1,6 @@
cd $BUILD_DIRECTORY &&
chmod +x $SOURCE_CACHE/$SOURCE &&
-$SOURCE_CACHE/$SOURCE
+_POSIX2_VERSION=199209 $SOURCE_CACHE/$SOURCE
if [ $? -ne 0 ]; then
echo 'Problem with either License Agreement or j2sdk binary'
More information about the Lunar-commits
mailing list