SPECS: X11-driver-nvidia.spec - killed duplicate of install -d o/i...

hawk hawk at pld-linux.org
Tue Oct 10 14:37:44 CEST 2006


Author: hawk                         Date: Tue Oct 10 12:37:44 2006 GMT
Module: SPECS                         Tag: HEAD
---- 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.80 -> 1.81) 

---- Diffs:

================================================================
Index: SPECS/X11-driver-nvidia.spec
diff -u SPECS/X11-driver-nvidia.spec:1.80 SPECS/X11-driver-nvidia.spec:1.81
--- SPECS/X11-driver-nvidia.spec:1.80	Thu Oct  5 01:11:00 2006
+++ SPECS/X11-driver-nvidia.spec	Tue Oct 10 14:37:39 2006
@@ -203,6 +203,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
@@ -210,7 +211,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
@@ -378,6 +378,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.81  2006/10/10 12:37:39  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.80  2006/10/04 23:11:00  charles
 - updated -progs %files
 
================================================================

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



More information about the pld-cvs-commit mailing list