You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by hi...@apache.org on 2009/05/15 22:39:45 UTC

svn commit: r775319 - in /harmony/enhanced/sandbox/bootjvm/bootJVM: Makefile config.sh

Author: hindessm
Date: Fri May 15 20:39:45 2009
New Revision: 775319

URL: http://svn.apache.org/viewvc?rev=775319&view=rev
Log:
People shouldn't have . in their PATH (and most people don't).

Modified:
    harmony/enhanced/sandbox/bootjvm/bootJVM/Makefile
    harmony/enhanced/sandbox/bootjvm/bootJVM/config.sh

Modified: harmony/enhanced/sandbox/bootjvm/bootJVM/Makefile
URL: http://svn.apache.org/viewvc/harmony/enhanced/sandbox/bootjvm/bootJVM/Makefile?rev=775319&r1=775318&r2=775319&view=diff
==============================================================================
--- harmony/enhanced/sandbox/bootjvm/bootJVM/Makefile (original)
+++ harmony/enhanced/sandbox/bootjvm/bootJVM/Makefile Fri May 15 20:39:45 2009
@@ -243,12 +243,12 @@
 dox:: $(DOCDIR)
 
 $(DOCDIR):: $(DOX_SOURCES)
-	dox.sh
+	./dox.sh
 
 endif # MAKEDOX
 
 undox::
-	undox.sh
+	./undox.sh
 
 roster::
 	roster.sh

Modified: harmony/enhanced/sandbox/bootjvm/bootJVM/config.sh
URL: http://svn.apache.org/viewvc/harmony/enhanced/sandbox/bootjvm/bootJVM/config.sh?rev=775319&r1=775318&r2=775319&view=diff
==============================================================================
--- harmony/enhanced/sandbox/bootjvm/bootJVM/config.sh (original)
+++ harmony/enhanced/sandbox/bootjvm/bootJVM/config.sh Fri May 15 20:39:45 2009
@@ -1816,7 +1816,7 @@
 
 chmod -w $CDSD $CDSM
 
-roster.sh
+./roster.sh
 echo "$PGMNAME:  Compile configuration:                $CFGH"
 echo "$PGMNAME:  Code build steps:                     $CBSD"
 echo "                                                  $CBSM"