[Vm-dev] [commit] r2225 - Cygwin Makefile uses ./eotheror.exe to insulate from PATH.

commits at squeakvm.org commits at squeakvm.org
Sun Jun 27 17:29:27 UTC 2010


Author: eliot
Date: 2010-06-27 10:29:27 -0700 (Sun, 27 Jun 2010)
New Revision: 2225

Modified:
   branches/Cog/cygwinbuild/Makefile
Log:
Cygwin Makefile uses ./eotheror.exe to insulate from PATH.


Modified: branches/Cog/cygwinbuild/Makefile
===================================================================
--- branches/Cog/cygwinbuild/Makefile	2010-06-27 02:59:41 UTC (rev 2224)
+++ branches/Cog/cygwinbuild/Makefile	2010-06-27 17:29:27 UTC (rev 2225)
@@ -23,7 +23,7 @@
 BLDDIR:= $(BASEDIR)/build
 OBJDIR:= $(BLDDIR)/vm
 
-# N.B. PLATDIR *must* be a relative path, see -f../../$(shell eitheror ... below
+# N.B. PLATDIR *must* be a relative path, see -f../../$(shell ./eitheror ... below
 PLATDIR:=../platforms
 CROSSDIR:=$(PLATDIR)/Cross/vm
 WIN32DIR:=$(PLATDIR)/win32/vm
@@ -228,7 +228,7 @@
 $(OBJDIR)/%.lib:	FORCE
 	@-mkdir $(BLDDIR)/$(*F)
 	$(MAKE) $(MFLAGS) -C $(BLDDIR)/$(*F) \
-		-f../../$(shell eitheror.exe $(PLATDIR)/win32/plugins/$(*F)/Makefile Makefile.plugin) \
+		-f../../$(shell ./eitheror.exe $(PLATDIR)/win32/plugins/$(*F)/Makefile Makefile.plugin) \
 		PLATDIR=../../$(PLATDIR) SRCDIR=../../$(SRCDIR) BASEDIR=../../$(BASEDIR) \
 		LIBNAME=$(*F) XDEFS=-DSQUEAK_BUILTIN_PLUGIN \
 		../../$(OBJDIR)/$(*F).lib
@@ -238,7 +238,7 @@
 $(OBJDIR)/%.dll:	FORCE
 	@-mkdir $(BLDDIR)/$(*F)
 	$(MAKE) $(MFLAGS) -C $(BLDDIR)/$(*F) \
-		-f../../$(shell eitheror.exe $(PLATDIR)/win32/plugins/$(*F)/Makefile Makefile.plugin) \
+		-f../../$(shell ./eitheror.exe $(PLATDIR)/win32/plugins/$(*F)/Makefile Makefile.plugin) \
 		PLATDIR=../../$(PLATDIR) SRCDIR=../../$(SRCDIR) BASEDIR=../../$(BASEDIR) \
 		LIBNAME=$(*F) ../../$(OBJDIR)/$(*F).dll
 



More information about the Vm-dev mailing list