[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r1234 - trunk/kfreebsd-6/debian



Author: rmh
Date: 2006-02-17 20:57:19 +0000 (Fri, 17 Feb 2006)
New Revision: 1234

Modified:
   trunk/kfreebsd-6/debian/rules
Log:
rules: Redirect second patch output to /dev/null.  Otherwise the same message is shown twice.

Modified: trunk/kfreebsd-6/debian/rules
===================================================================
--- trunk/kfreebsd-6/debian/rules	2006-02-17 19:49:20 UTC (rev 1233)
+++ trunk/kfreebsd-6/debian/rules	2006-02-17 20:57:19 UTC (rev 1234)
@@ -73,7 +73,7 @@
 	set -e ; for i in $(CURDIR)/debian/patches/*.diff ; do \
 		echo "--- Patch $$i ---" ; \
 		patch -p0 -d src/ --dry-run < $$i ; \
-		patch -p0 -d src/ < $$i ; \
+		patch -p0 -d src/ < $$i >/dev/null ; \
 	done
 
 build-indep: build-indep-stamp



Reply to: