~ chicken-core (chicken-5) cea668f3c767ce7f9e1eb3dd87f95fe995f7fc86


commit cea668f3c767ce7f9e1eb3dd87f95fe995f7fc86
Author:     felix <felix@call-with-current-continuation.org>
AuthorDate: Fri Oct 28 14:42:26 2011 +0200
Commit:     felix <felix@call-with-current-continuation.org>
CommitDate: Fri Oct 28 14:42:26 2011 +0200

    trivial Windows-related corrections in rules.make, found by Mario - not yet working, though

diff --git a/rules.make b/rules.make
index bd20772b..e1029ba7 100644
--- a/rules.make
+++ b/rules.make
@@ -672,7 +672,7 @@ boot-chicken:
 	  C_COMPILER_OPTIMIZATION_OPTIONS= C_HACKED_APPLY= BUILDING_CHICKEN_BOOT=1 \
 	  confclean chicken-boot-stage1$(EXE)
 	$(MAKE) -f Makefile.$(PLATFORM) PLATFORM=$(PLATFORM) PREFIX=/nowhere CONFIG= \
-	  SRCDIR=$(SRCDIR) CHICKEN=`pwd`/chicken-boot-stage1$(EXE) PROGRAM_SUFFIX=-boot \
+	  SRCDIR=$(SRCDIR) CHICKEN=.$(SEP)chicken-boot-stage1$(EXE) PROGRAM_SUFFIX=-boot \
 	  STATICBUILD=1 C_COMPILER_OPTIMIZATION_OPTIONS= \
 	  touchfiles chicken-boot$(EXE) confclean
 
@@ -680,7 +680,7 @@ boot-chicken:
 
 touchfiles:
 ifdef WINDOWS_SHELL
-	for %x in (*.scm) do copy /b %x +,,
+	for %%x in (*.scm) do copy /b %%x +,,
 else
 	touch *.scm
 endif
Trap