Author: glen                         Date: Fri Feb  8 13:19:22 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- rm --interactive=never addon

---- Files affected:
SPECS:
   adapter.awk (1.380 -> 1.381) 

---- Diffs:

================================================================
Index: SPECS/adapter.awk
diff -u SPECS/adapter.awk:1.380 SPECS/adapter.awk:1.381
--- SPECS/adapter.awk:1.380     Wed Jan 16 20:53:54 2008
+++ SPECS/adapter.awk   Fri Feb  8 14:19:17 2008
@@ -1314,6 +1314,7 @@
        gsub("^make$", "%{__make}")
        gsub("^make ", "%{__make} ")
        gsub("^gcc ", "%{__cc} ")
+       gsub("^rm --interactive=never ", "%{__rm} ")
 
        # mandrake specs
        gsub("^%make$", "%{__make}")
@@ -1323,7 +1324,6 @@
        gsub("^%makeinstall", "%{__make} install \\\n\tDESTDIR=$RPM_BUILD_ROOT")
        gsub("^%{__rm} -rf %{buildroot}", "rm -rf $RPM_BUILD_ROOT")
        gsub("^%{__install}", "install")
-       gsub("^%{__rm}", "rm")
        gsub("%optflags", "%{rpmcflags}")
        gsub("%{compat_perl_vendorarch}", "%{perl_vendorarch}")
 
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/adapter.awk?r1=1.380&r2=1.381&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to