You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucy.apache.org by ma...@apache.org on 2011/06/30 22:33:38 UTC

[lucy-commits] svn commit: r1141706 - in /incubator/lucy/trunk: charmonizer/base.POSIX.mk devel/bin/gen_charmonizer_makefiles.pl

Author: marvin
Date: Thu Jun 30 20:33:38 2011
New Revision: 1141706

URL: http://svn.apache.org/viewvc?rev=1141706&view=rev
Log:
Move around the location of a target within Unix and Windows makefiles, making
their templates nearly identical.

Modified:
    incubator/lucy/trunk/charmonizer/base.POSIX.mk
    incubator/lucy/trunk/devel/bin/gen_charmonizer_makefiles.pl

Modified: incubator/lucy/trunk/charmonizer/base.POSIX.mk
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/charmonizer/base.POSIX.mk?rev=1141706&r1=1141705&r2=1141706&view=diff
==============================================================================
--- incubator/lucy/trunk/charmonizer/base.POSIX.mk (original)
+++ incubator/lucy/trunk/charmonizer/base.POSIX.mk Thu Jun 30 20:33:38 2011
@@ -28,13 +28,13 @@ HEADERS= src/Charmonizer/Core/Compiler.h
 
 all: $(PROGNAME)
 
-tests: $(TESTS)
-
 $(PROGNAME): $(OBJS)
 	$(LINKER) $(LINKFLAGS) $(OBJS) $(LINKOUT)"$(PROGNAME)"
 
 $(OBJS) $(TEST_OBJS): $(HEADERS)
 
+tests: $(TESTS)
+
 TestDirManip$(EXEEXT): src/Charmonizer/Test$(OBJEXT) src/Charmonizer/Test/TestDirManip$(OBJEXT)
 	$(LINKER) $(LINKFLAGS) src/Charmonizer/Test$(OBJEXT) src/Charmonizer/Test/TestDirManip$(OBJEXT) $(LINKOUT)"$@"
 

Modified: incubator/lucy/trunk/devel/bin/gen_charmonizer_makefiles.pl
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/devel/bin/gen_charmonizer_makefiles.pl?rev=1141706&r1=1141705&r2=1141706&view=diff
==============================================================================
--- incubator/lucy/trunk/devel/bin/gen_charmonizer_makefiles.pl (original)
+++ incubator/lucy/trunk/devel/bin/gen_charmonizer_makefiles.pl Thu Jun 30 20:33:38 2011
@@ -99,13 +99,13 @@ HEADERS= $args{headers}
 
 all: \$(PROGNAME)
 
-tests: \$(TESTS)
-
 \$(PROGNAME): \$(OBJS)
 	\$(LINKER) \$(LINKFLAGS) \$(OBJS) \$(LINKOUT)"\$(PROGNAME)"
 
 \$(OBJS) \$(TEST_OBJS): \$(HEADERS)
 
+tests: \$(TESTS)
+
 $args{test_blocks}
 
 clean: