[Commits] (bear) Fixed cygwin issues
commits at osafoundation.org
commits at osafoundation.org
Tue Apr 12 17:31:45 PDT 2005
Commit by: bear
Modified files:
internal/queryparser/Makefile 1.13 1.14
Log message:
Fixed cygwin issues
bug 2817
Bugzilla links:
http://bugzilla.osafoundation.org/show_bug.cgi?id=2817
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/internal/queryparser/Makefile.diff?r1=text&tr1=1.13&r2=text&tr2=1.14
Index: internal/queryparser/Makefile
diff -u internal/queryparser/Makefile:1.13 internal/queryparser/Makefile:1.14
--- internal/queryparser/Makefile:1.13 Tue Apr 12 12:31:23 2005
+++ internal/queryparser/Makefile Tue Apr 12 17:31:44 2005
@@ -7,14 +7,13 @@
ifeq ($(OS),Cygwin)
TOOLPATH="`cygpath -aw $(BUILD_ROOT)/$(SNAP)/$(SITE)/yapps/yapps2.py`"
GRAMMAR_PATH="`cygpath -aw $(SRC)/QueryParser.g`"
-MANIFEST_PATH="`cygpath -aw $(SNAP)/$(SITE)`"
-MANIFEST="`cygpath -aw $(MANIFEST_PATH)/QueryParser.py`"
else
TOOLPATH=$(BUILD_ROOT)/$(SNAP)/$(SITE)/yapps/yapps2.py
GRAMMAR_PATH=$(SRC)/QueryParser.g
+endif
+
MANIFEST_PATH=$(SNAP)/$(SITE)
MANIFEST=$(MANIFEST_PATH)/QueryParser.py
-endif
SRC=$(QP)
More information about the Commits
mailing list