SPECS (AC-branch): ppp.spec - always qoute %%{__cc} when you type ...

twittner twittner at pld-linux.org
Fri Nov 3 18:49:26 CET 2006


Author: twittner                     Date: Fri Nov  3 17:49:26 2006 GMT
Module: SPECS                         Tag: AC-branch
---- Log message:
- always qoute %%{__cc} when you type something like CC="%%{__cc}"
  or you'll get error simalar to:
+ /usr/bin/make OPT_FLAGS=-O2 -fno-strict-aliasing -fwrapv -march=athlon -gdwarf-2 -g2  CC=ccache athlon-pld-linux-gcc
make: *** No rule to make target `athlon-pld-linux-gcc'.  Stop.

---- Files affected:
SPECS:
   ppp.spec (1.122.2.3 -> 1.122.2.4) 

---- Diffs:

================================================================
Index: SPECS/ppp.spec
diff -u SPECS/ppp.spec:1.122.2.3 SPECS/ppp.spec:1.122.2.4
--- SPECS/ppp.spec:1.122.2.3	Thu Jan 26 14:14:08 2006
+++ SPECS/ppp.spec	Fri Nov  3 18:49:21 2006
@@ -149,7 +149,7 @@
 %configure
 %{__make} \
 	OPT_FLAGS="%{rpmcflags}" \
-	CC=%{__cc}
+	CC="%{__cc}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -237,6 +237,12 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.122.2.4  2006/11/03 17:49:21  twittner
+- always qoute %%{__cc} when you type something like CC="%%{__cc}"
+  or you'll get error simalar to:
++ /usr/bin/make OPT_FLAGS=-O2 -fno-strict-aliasing -fwrapv -march=athlon -gdwarf-2 -g2  CC=ccache athlon-pld-linux-gcc
+make: *** No rule to make target `athlon-pld-linux-gcc'.  Stop.
+
 Revision 1.122.2.3  2006/01/26 13:14:08  charles
 - added orphaned /var/log/ppp
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/ppp.spec?r1=1.122.2.3&r2=1.122.2.4&f=u



More information about the pld-cvs-commit mailing list