SPECS: xorg-driver-video-nvidia-legacy.spec - save binary nv-kerne...

sparky sparky at pld-linux.org
Mon Nov 13 20:04:55 CET 2006


Author: sparky                       Date: Mon Nov 13 19:04:55 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- save binary nv-kernel.o file

---- Files affected:
SPECS:
   xorg-driver-video-nvidia-legacy.spec (1.8 -> 1.9) 

---- Diffs:

================================================================
Index: SPECS/xorg-driver-video-nvidia-legacy.spec
diff -u SPECS/xorg-driver-video-nvidia-legacy.spec:1.8 SPECS/xorg-driver-video-nvidia-legacy.spec:1.9
--- SPECS/xorg-driver-video-nvidia-legacy.spec:1.8	Mon Nov 13 13:27:13 2006
+++ SPECS/xorg-driver-video-nvidia-legacy.spec	Mon Nov 13 20:04:50 2006
@@ -178,6 +178,12 @@
 %if %{with kernel}
 cd usr/src/nv/
 ln -sf Makefile.kbuild Makefile
+cat >> Makefile <<'EOF'
+
+$(obj)/nv-kernel.o: $(src)/nv-kernel.o.bin
+	cp $< $@
+EOF
+mv nv-kernel.o{,.bin}
 %build_kernel_modules -m nvidia
 %endif
 
@@ -305,6 +311,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.9  2006/11/13 19:04:50  sparky
+- save binary nv-kernel.o file
+
 Revision 1.8  2006/11/13 12:27:13  sparky
 - %{_alt_kernel} support
 - use %build_kernel_modules, %install_kernel_modules (not tested)
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/xorg-driver-video-nvidia-legacy.spec?r1=1.8&r2=1.9&f=u



More information about the pld-cvs-commit mailing list