SPECS: btsco.spec - don't call make with strange -Wall function ...
shadzik
shadzik at pld-linux.org
Wed Jul 18 01:27:57 CEST 2007
Author: shadzik Date: Tue Jul 17 23:27:57 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- don't call make with strange -Wall function
(it doesn't pass -Wall functionality to gcc, instead it breaks userspace build)
---- Files affected:
SPECS:
btsco.spec (1.24 -> 1.25)
---- Diffs:
================================================================
Index: SPECS/btsco.spec
diff -u SPECS/btsco.spec:1.24 SPECS/btsco.spec:1.25
--- SPECS/btsco.spec:1.24 Thu Jul 12 22:16:29 2007
+++ SPECS/btsco.spec Wed Jul 18 01:27:52 2007
@@ -78,8 +78,7 @@
%{__autoheader}
%{__automake}
%configure
-
-%{__make} -Wall
+%{__make}
%endif
%if %{with kernel}
@@ -133,6 +132,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.25 2007/07/17 23:27:52 shadzik
+- don't call make with strange -Wall function
+ (it doesn't pass -Wall functionality to gcc, instead it breaks userspace build)
+
Revision 1.24 2007/07/12 20:16:29 blekot
- now builds with kernel 2.6.21
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/btsco.spec?r1=1.24&r2=1.25&f=u
More information about the pld-cvs-commit
mailing list