SPECS (AC-branch): X11-driver-nvidia.spec - killed duplicate of in...

hawk hawk at pld-linux.org
Tue Oct 10 15:10:03 CEST 2006


Author: hawk                         Date: Tue Oct 10 13:10:03 2006 GMT
Module: SPECS                         Tag: AC-branch
---- Log message:
- killed duplicate of install -d o/include/linux
- do clean up before compiling anything, otherwise UP module gets linked
  with SMP vermagic

---- Files affected:
SPECS:
   X11-driver-nvidia.spec (1.78 -> 1.78.2.1) 

---- Diffs:

================================================================
Index: SPECS/X11-driver-nvidia.spec
diff -u SPECS/X11-driver-nvidia.spec:1.78 SPECS/X11-driver-nvidia.spec:1.78.2.1
--- SPECS/X11-driver-nvidia.spec:1.78	Wed Sep  6 15:48:33 2006
+++ SPECS/X11-driver-nvidia.spec	Tue Oct 10 15:09:58 2006
@@ -199,6 +199,7 @@
 	if [ ! -r "%{_kernelsrcdir}/config-$cfg" ]; then
 		exit 1
 	fi
+	rm -rf o
 	install -d o/include/linux
 	ln -sf %{_kernelsrcdir}/config-$cfg o/.config
 	ln -sf %{_kernelsrcdir}/Module.symvers-$cfg o/Module.symvers
@@ -206,7 +207,6 @@
 %if %{with dist_kernel}
 	%{__make} -j1 -C %{_kernelsrcdir} O=$PWD/o prepare scripts
 %else
-	install -d o/include/config
 	touch o/include/config/MARKER
 	ln -sf %{_kernelsrcdir}/scripts o/scripts
 %endif
@@ -371,6 +371,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.78.2.1  2006/10/10 13:09:58  hawk
+- killed duplicate of install -d o/include/linux
+- do clean up before compiling anything, otherwise UP module gets linked
+  with SMP vermagic
+
 Revision 1.78  2006/09/06 13:48:33  sparky
 - mass atack: -j1 for make scripts
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/X11-driver-nvidia.spec?r1=1.78&r2=1.78.2.1&f=u



More information about the pld-cvs-commit mailing list