[Commits] (markie) Bug 1722; Twisted does not build;
added patch file; r=heikki
commits at osafoundation.org
commits at osafoundation.org
Fri Aug 6 18:48:28 PDT 2004
Commit by: markie
Modified files:
external/twisted/patches-r11245 None 1.1
external/twisted/Makefile 1.3 1.4
Log message:
Bug 1722; Twisted does not build;added patch file;r=heikki
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/external/twisted/patches-r11245?rev=1.1&content-type=text/vnd.viewcvs-markup
http://cvs.osafoundation.org/index.cgi/external/twisted/Makefile.diff?r1=text&tr1=1.3&r2=text&tr2=1.4
Index: external/twisted/Makefile
diff -u external/twisted/Makefile:1.3 external/twisted/Makefile:1.4
--- external/twisted/Makefile:1.3 Wed Aug 4 22:57:52 2004
+++ external/twisted/Makefile Fri Aug 6 18:48:26 2004
@@ -7,7 +7,10 @@
BUILD=build_$(SNAP)
-build:
+apply: patches-$(VERSION)
+ patch -Nup0 < patches-$(VERSION);echo ok
+
+build: apply
cd $(SRC); \
$(PYTHON) setup.py build --build-base=$(BUILD) $(DIST_OPT) \
install --force
More information about the Commits
mailing list