]> git.pld-linux.org Git - packages/X11-driver-nvidia-legacy.git/commitdiff
- save binary nv-kernel.o file
authorsparky <sparky@pld-linux.org>
Mon, 13 Nov 2006 19:04:11 +0000 (19:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    X11-driver-nvidia-legacy.spec -> 1.35

X11-driver-nvidia-legacy.spec

index 57c802317682604a74d3435fcb1d06c06cd38e20..53c196aa4d17b77004112b7bcc9253329e004a2a 100644 (file)
@@ -189,6 +189,12 @@ sed -i 's:-Wpointer-arith::' usr/src/nv/Makefile.kbuild
 %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
 
This page took 0.076872 seconds and 4 git commands to generate.