From: Perforce Review Daemon <p4review AT smee.org>
To: "Andrew Stitt" <a AT t.armory.com>, "Arjan Bouter" <abouter AT sourcemage.org>, "SM-Commit Daemon" <sm-commit AT lists.ibiblio.org>, "duane_malcolm" <d.malcolm AT auckland.ac.nz>, "Maurizio Boriani" <baux AT member.fsf.org>, "Pieter Lenaerts" <e-type AT sourcemage.org>, "Robin Cook" <rcook AT wyrms.net>, "Seth Woolley" <seth AT swoolley.homeip.net>, "vladimir_marek" <vlmarek AT volny.cz>
Subject: [SM-Commit] PERFORCE change 79102 by Eric Sandall for review
Date: Wed, 10 May 2006 20:40:01 +0100 (BST)
Change 79102 by eric_sandall@sandalle-moby on 2006/05/10 20:39:17
* PREPARE: Remove check for running X, no longer needed
* PRE_BUILD: Setup Makefile -> Makefile.kbuild symlink in
usr/src/nv
* BUILD: Build the module in BUILD, not INSTALL
Override KERNEL_MODLIB, KERNEL_UNAME, and SYSSRC
* INSTALL: No longer use broken nvidia-installer binary.
Manually install binaries, scripts, modules, headers, and
libraries
Checked against an installation done by nvidia-installer, only
differences
are that we install the html documentation as well and we do not
create
/var/lib/nvidia/*.
@@ -1,3 +1,14 @@
+2006-05-10 Eric Sandall <eric AT sandall.us>
+ * PREPARE: Remove check for running X, no longer needed
+ * PRE_BUILD: Setup Makefile -> Makefile.kbuild symlink in usr/src/nv
+ * BUILD: Build the module in BUILD, not INSTALL
+ Override KERNEL_MODLIB, KERNEL_UNAME, and SYSSRC
+ * INSTALL: No longer use broken nvidia-installer binary.
+ Manually install binaries, scripts, modules, headers, and libraries
+ Checked against an installation done by nvidia-installer, only
differences
+ are that we install the html documentation as well and we do not
create
+ /var/lib/nvidia/*.
+
2006-05-02 David Brown <dmlb2000 AT gmail.com>
* PRE_BUILD: fixed syntax errors