[Lunar-commits] r23994 - moonbase/trunk/x11/NVIDIA
Moritz Heiber
moe at lunar-linux.org
Mon Apr 9 21:08:45 CEST 2007
Author: moe
Date: 2007-04-09 21:08:45 +0200 (Mon, 09 Apr 2007)
New Revision: 23994
Modified:
moonbase/trunk/x11/NVIDIA/BUILD
Log:
Some tweaks. Compensate for more retardness.
Also, be less verbose. Errors are still going to surface.
Modified: moonbase/trunk/x11/NVIDIA/BUILD
===================================================================
--- moonbase/trunk/x11/NVIDIA/BUILD 2007-04-09 18:46:53 UTC (rev 23993)
+++ moonbase/trunk/x11/NVIDIA/BUILD 2007-04-09 19:08:45 UTC (rev 23994)
@@ -2,21 +2,19 @@
# We make the kernel modules on our own
cd $SOURCE_DIRECTORY/usr/src/nv &&
+ sedit "s:KBUILD_VERBOSE=1:KBUILD_VERBOSE=0:g" Makefile Makefile.kbuild &&
+
make SYSSRC=/usr/src/linux module &&
prepare_install &&
- make install &&
+ make SYSSRC=/usr/src/linux install &&
# And let nvidia-installer handle the rest
cd $SOURCE_DIRECTORY &&
- ./nvidia-installer --silent \
- --no-precompiled-interface \
- --no-rpms \
- --no-network \
- --no-recursion \
- --no-kernel-module \
- --no-x-check
+ rm -rf old.libraries &&
+ ./nvidia-installer --silent --no-precompiled-interface --no-rpms --no-network --no-recursion --no-kernel-module --no-x-check
+
) > $C_FIFO 2>&1
More information about the Lunar-commits
mailing list