You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by dl...@apache.org on 2007/08/12 21:26:36 UTC

svn commit: r565123 - /harmony/enhanced/sandbox/bootjvm/bootJVM/support/dist-common.sh

Author: dlydick
Date: Sun Aug 12 12:26:35 2007
New Revision: 565123

URL: http://svn.apache.org/viewvc?view=rev&rev=565123
Log:
Renamed main program from 'main.c' to 'jvmmain.c'

Modified:
    harmony/enhanced/sandbox/bootjvm/bootJVM/support/dist-common.sh

Modified: harmony/enhanced/sandbox/bootjvm/bootJVM/support/dist-common.sh
URL: http://svn.apache.org/viewvc/harmony/enhanced/sandbox/bootjvm/bootJVM/support/dist-common.sh?view=diff&rev=565123&r1=565122&r2=565123
==============================================================================
--- harmony/enhanced/sandbox/bootjvm/bootJVM/support/dist-common.sh (original)
+++ harmony/enhanced/sandbox/bootjvm/bootJVM/support/dist-common.sh Sun Aug 12 12:26:35 2007
@@ -35,7 +35,7 @@
 #
 # <li>@b libjvm:   JVM code as a static library.  Compile the source
 #                  code from @b jvm/src (less
-#                  @link jvm/src/main.c main.c@endlink) and
+#                  @link jvm/src/jvmmain.c jvmmain.c@endlink) and
 #                  archive it into @b libjvm/lib/libjvm.a </li>
 #                  (Note:  Due to the fact that @b libjvm/src is a
 #                  symbolic link to @b jvm/src , this functionality
@@ -46,10 +46,10 @@
 #                  to compile both a library and a binary.  See
 #                  @link ./Makefile ./Makefile@endlink for details.)
 #
-# <li>@b main:     Sample @link main/src/main.c main()@endlink
+# <li>@b main:     Sample @link main/src/jvmmain.c main()@endlink
 #                  program.  This program is currently not a unique
 #                  program, but is a symbolic link to
-#                  @link jvm/src/main.c jvm/src/main.c@endlink.
+#                  @link jvm/src/jvmmain.c jvm/src/jvmmain.c@endlink.
 #                  This may change as necessary.  Compile @b main()
 #                  that contains an invokation of the main JVM entry
 #                  point @link jvm/src/jvm.c jvm()@endlink and