[Commits] (heikki) When applying the patch for the second time it
fails, which we should just ignore and continue with the build.
commits at osafoundation.org
commits at osafoundation.org
Wed Aug 18 15:25:10 PDT 2004
Commit by: heikki
Modified files:
external/swig/Makefile 1.10 1.11
Log message:
When applying the patch for the second time it fails, which we should just ignore and continue with the build.
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/external/swig/Makefile.diff?r1=text&tr1=1.10&r2=text&tr2=1.11
Index: external/swig/Makefile
diff -u external/swig/Makefile:1.10 external/swig/Makefile:1.11
--- external/swig/Makefile:1.10 Mon Aug 16 17:16:18 2004
+++ external/swig/Makefile Wed Aug 18 15:25:09 2004
@@ -72,7 +72,7 @@
endif
apply: patches-$(VERSION)
- patch -Nup0 < patches-$(VERSION)
+ patch -Nup0 < patches-$(VERSION); echo ok
# snap target can be empty since we don't actually need swig when
# running Chandler
More information about the Commits
mailing list