SPECS: adapter.awk - really do nothing with %bcond

glen glen at pld-linux.org
Fri Mar 24 20:30:18 CET 2006


Author: glen                         Date: Fri Mar 24 19:30:18 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- really do nothing with %bcond

---- Files affected:
SPECS:
   adapter.awk (1.298 -> 1.299) 

---- Diffs:

================================================================
Index: SPECS/adapter.awk
diff -u SPECS/adapter.awk:1.298 SPECS/adapter.awk:1.299
--- SPECS/adapter.awk:1.298	Fri Mar 24 20:25:49 2006
+++ SPECS/adapter.awk	Fri Mar 24 20:30:13 2006
@@ -856,6 +856,11 @@
 	}
 }
 
+/^%bcond_/ {
+	# do nothing
+	print
+	next
+}
 
 # sort BR/R!
 #
@@ -878,12 +883,6 @@
 	b_val[b_ktmp] = $0;
 
 	next;
-}
-
-/^%bcond_/ {
-	# do nothing
-	print
-	next
 }
 
 preamble == 1 {
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/adapter.awk?r1=1.298&r2=1.299&f=u



More information about the pld-cvs-commit mailing list