[Vm-dev] [commit] r2535 - Nuke inadvertent symlink in newspeak windows installer

commits at squeakvm.org commits at squeakvm.org
Wed Feb 22 18:29:56 UTC 2012


Author: eliot
Date: 2012-02-22 10:29:55 -0800 (Wed, 22 Feb 2012)
New Revision: 2535

Removed:
   branches/Cog/nscogbuild/cygwinbuild/installer/onebuild
Modified:
   branches/Cog/nscogbuild/cygwinbuild/installer/installer-Windows.gmk
Log:
Nuke inadvertent symlink in newspeak windows installer


Modified: branches/Cog/nscogbuild/cygwinbuild/installer/installer-Windows.gmk
===================================================================
--- branches/Cog/nscogbuild/cygwinbuild/installer/installer-Windows.gmk	2012-02-21 03:08:12 UTC (rev 2534)
+++ branches/Cog/nscogbuild/cygwinbuild/installer/installer-Windows.gmk	2012-02-22 18:29:55 UTC (rev 2535)
@@ -122,10 +122,6 @@
 	echo $(foreach docfile,$(strip $(DOCUMENTATION_FILES)), '$(notdir $(docfile))' '$(call dosname,$(notdir $(docfile)))' '$(notdir $(docfile))') | xargs -r -n 3 printf '%s\tDocumentation\t%s|%s\t0\t\t\t16896\t1\n' >> $@.tmp
 	mv $@.tmp $@
 
-#files.cab: files.ddf $(VM_EXECUTABLE) $(VM_EXECUTABLE_MAP) $(DOCUMENTATION_FILES) $(SOURCEFILENAME1) $(SOURCEFILENAME2)
-#	makecab /D SourcesDir='$(shell cygpath -wa $(TOPDIR)/onebuild)' /f $<
-#	@echo
-
 files.cab: files.ddf $(VM_EXECUTABLE) $(VM_EXECUTABLE_MAP) $(DOCUMENTATION_FILES) $(SOURCEFILENAME1)
 	makecab /D SourcesDir='$(shell cygpath -wa .)' /f $<
 	@echo

Deleted: branches/Cog/nscogbuild/cygwinbuild/installer/onebuild
===================================================================
--- branches/Cog/nscogbuild/cygwinbuild/installer/onebuild	2012-02-21 03:08:12 UTC (rev 2534)
+++ branches/Cog/nscogbuild/cygwinbuild/installer/onebuild	2012-02-22 18:29:55 UTC (rev 2535)
@@ -1 +0,0 @@
-link /Users/eliot/Newspeak/closurevm/onebuild/
\ No newline at end of file



More information about the Vm-dev mailing list