[svn] r5813: nemerle/trunk/misc/packages/unix-binary/Makefile

malekith svnadmin at nemerle.org
Tue Oct 11 16:47:28 CEST 2005


Log:
Include RELEASE in file name.

Author: malekith
Date: Tue Oct 11 16:47:27 2005
New Revision: 5813

Modified:
   nemerle/trunk/misc/packages/unix-binary/Makefile

Modified: nemerle/trunk/misc/packages/unix-binary/Makefile
==============================================================================
--- nemerle/trunk/misc/packages/unix-binary/Makefile	(original)
+++ nemerle/trunk/misc/packages/unix-binary/Makefile	Tue Oct 11 16:47:27 2005
@@ -5,7 +5,9 @@
 NCC_DIR = $(TOP_LEVEL)/ncc/out.stage3
 NCC = $(EXECUTE) $(NCC_DIR)/ncc.exe
 
-DIR = nemerle-bin-$(VERSION).$(REVISION)
+RELEASE = 2
+
+DIR = nemerle-bin-$(VERSION).$(REVISION)-$(RELEASE)
 
 
 all: assembly-name.exe



More information about the svn mailing list