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 18:39:35 UTC

[lucy-commits] svn commit: r1141616 - in /incubator/lucy/trunk: charmonizer/Makefile.MSVC charmonizer/Makefile.MinGW charmonizer/Makefile.win charmonizer/base.win.mk devel/bin/gen_charmonizer_makefiles.pl

Author: marvin
Date: Thu Jun 30 16:39:34 2011
New Revision: 1141616

URL: http://svn.apache.org/viewvc?rev=1141616&view=rev
Log:
Rename Makefile.win to base.win.mk, since it's now an "include" rather than a
top-level Makefile.

Added:
    incubator/lucy/trunk/charmonizer/base.win.mk
      - copied unchanged from r1141357, incubator/lucy/trunk/charmonizer/Makefile.win
Removed:
    incubator/lucy/trunk/charmonizer/Makefile.win
Modified:
    incubator/lucy/trunk/charmonizer/Makefile.MSVC
    incubator/lucy/trunk/charmonizer/Makefile.MinGW
    incubator/lucy/trunk/devel/bin/gen_charmonizer_makefiles.pl

Modified: incubator/lucy/trunk/charmonizer/Makefile.MSVC
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/charmonizer/Makefile.MSVC?rev=1141616&r1=1141615&r2=1141616&view=diff
==============================================================================
--- incubator/lucy/trunk/charmonizer/Makefile.MSVC (original)
+++ incubator/lucy/trunk/charmonizer/Makefile.MSVC Thu Jun 30 16:39:34 2011
@@ -27,5 +27,5 @@ LINKOUT= /OUT:
 .c.obj:
 	$(CC) $(CFLAGS) -c $< -Fo$@
 
-include Makefile.win
+include base.win.mk
 

Modified: incubator/lucy/trunk/charmonizer/Makefile.MinGW
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/charmonizer/Makefile.MinGW?rev=1141616&r1=1141615&r2=1141616&view=diff
==============================================================================
--- incubator/lucy/trunk/charmonizer/Makefile.MinGW (original)
+++ incubator/lucy/trunk/charmonizer/Makefile.MinGW Thu Jun 30 16:39:34 2011
@@ -27,5 +27,5 @@ LINKOUT= -o
 .c.o:
 	$(CC) $(CFLAGS) -c $*.c -o $@
 
-include Makefile.win
+include base.win.inc
 

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=1141616&r1=1141615&r2=1141616&view=diff
==============================================================================
--- incubator/lucy/trunk/devel/bin/gen_charmonizer_makefiles.pl (original)
+++ incubator/lucy/trunk/devel/bin/gen_charmonizer_makefiles.pl Thu Jun 30 16:39:34 2011
@@ -129,7 +129,7 @@ EOT
 
 sub gen_makefile_win {
     my %args = @_;
-    open my $fh, ">Makefile.win" or die "open Makefile.win failed: $!\n";
+    open my $fh, ">base.win.mk" or die "open base.win.mk failed: $!\n";
     my $content = <<EOT;
 # GENERATED BY $FindBin::Script: do not hand-edit!!!
 #