[Commits] (vajda) don't break on applym2 if patches were already
applied
commits at osafoundation.org
commits at osafoundation.org
Mon Aug 23 15:20:11 PDT 2004
Commit by: vajda
Modified files:
external/twisted/Makefile 1.8 1.9
Log message:
don't break on applym2 if patches were already applied
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/external/twisted/Makefile.diff?r1=text&tr1=1.8&r2=text&tr2=1.9
Index: external/twisted/Makefile
diff -u external/twisted/Makefile:1.8 external/twisted/Makefile:1.9
--- external/twisted/Makefile:1.8 Sat Aug 21 09:20:00 2004
+++ external/twisted/Makefile Mon Aug 23 15:20:10 2004
@@ -10,7 +10,7 @@
applym2:
rm -f $(SRC)/twisted/internet/m2ssl.py ; \
cd $(SRC); \
- patch -p0<../m2-patches;echo ok
+ patch -Nup0<../m2-patches;echo ok
apply: patches-$(VERSION)
patch -Nup0 < patches-$(VERSION);echo ok
More information about the Commits
mailing list