Title: [commits] (bear) [11235] Making the windows tarball manifest explicit to remove the need for a wildcard
Revision
11235
Author
bear
Date
2006-07-21 18:43:14 -0700 (Fri, 21 Jul 2006)

Log Message

Making the windows tarball manifest explicit to remove the need for a wildcard

Modified Paths

Diff

Modified: trunk/external/pychecker/Makefile (11234 => 11235)

--- trunk/external/pychecker/Makefile	2006-07-21 23:26:46 UTC (rev 11234)
+++ trunk/external/pychecker/Makefile	2006-07-22 01:43:14 UTC (rev 11235)
@@ -9,7 +9,12 @@
 
 ifeq ($(OS),Cygwin)
 BIN=bin/Scripts
+MANIFEST=$(SNAP)/$(SITE)/pychecker \
+         $(SNAP)/$(BIN)/pychecker.bat
 else
+MANIFEST=$(SNAP)/$(SITE)/pychecker \
+         $(SNAP)/$(BIN)/pychecker
+
 ifeq ($(OS),Darwin)
 BIN=$(FRAMEWORK)/bin
 else
@@ -40,8 +45,7 @@
 binaries: strip
 	tar -C $(BUILD_ROOT) -cvzf $(PYCHECKER)/$(TARBALL) \
         --exclude '*.py?' \
-        $(SNAP)/$(SITE)/pychecker \
-        $(SNAP)/$(BIN)/pychecker*
+        $(MANIFEST)
 
 install: $(TARBALL)
 	cp -p $(TARBALL) $(CHANDLERARCHIVES)




_______________________________________________
Commits mailing list
[email protected]
http://lists.osafoundation.org/mailman/listinfo/commits

Reply via email to