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 2010/03/10 11:52:51 UTC

svn commit: r921300 - /harmony/enhanced/classlib/branches/java6/modules/portlib/src/main/native/thread/unix/makefile

Author: hindessm
Date: Wed Mar 10 10:52:51 2010
New Revision: 921300

URL: http://svn.apache.org/viewvc?rev=921300&view=rev
Log:
Fixing hythr version for Linux IBM VME builds. Manual merge to avoid build break

Modified:
    harmony/enhanced/classlib/branches/java6/modules/portlib/src/main/native/thread/unix/makefile

Modified: harmony/enhanced/classlib/branches/java6/modules/portlib/src/main/native/thread/unix/makefile
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/branches/java6/modules/portlib/src/main/native/thread/unix/makefile?rev=921300&r1=921299&r2=921300&view=diff
==============================================================================
--- harmony/enhanced/classlib/branches/java6/modules/portlib/src/main/native/thread/unix/makefile (original)
+++ harmony/enhanced/classlib/branches/java6/modules/portlib/src/main/native/thread/unix/makefile Wed Mar 10 10:52:51 2010
@@ -27,7 +27,7 @@ BUILDFILES = \
 OSLIBS += -lpthread
 MDLLIBFILES = $(LIBPATH)libhypool.a $(LIBPATH)libhycommon.a
 DLLNAME = ../libhythr$(HY_SHLIB_SUFFIX)
-EXPNAME = HYTHR_0.2
+EXPNAME = HYTHR_0.1
 HY_CAN_LINK_DEBUG=no
 
 include $(HY_HDK)/build/make/rules.mk