[Pkg-mol-commits] r61 - mol/trunk/debian

Gaudenz Steinlin gaudenz at costa.debian.org
Mon Oct 2 20:00:50 UTC 2006


Author: gaudenz
Date: 2006-10-02 20:00:49 +0000 (Mon, 02 Oct 2006)
New Revision: 61

Modified:
   mol/trunk/debian/Makefile.mol-modules-source
   mol/trunk/debian/changelog
Log:
allow setting of DESTDIR for mol-modules-source 


Modified: mol/trunk/debian/Makefile.mol-modules-source
===================================================================
--- mol/trunk/debian/Makefile.mol-modules-source	2006-09-26 22:12:28 UTC (rev 60)
+++ mol/trunk/debian/Makefile.mol-modules-source	2006-10-02 20:00:49 UTC (rev 61)
@@ -21,9 +21,6 @@
 KSRC	?= /lib/modules/$(KVERS)/build
 export KVERS KSRC
 
-INSTALL	?= install
-export INSTALL 
-
 # module source directories
 SUBDIRS	= kmod netdriver
 
@@ -41,7 +38,7 @@
 .PHONY: $(SUBDIRS:=-install)
 install: build $(SUBDIRS:=-install)
 $(SUBDIRS:=-install): 
-	-$(MAKE) -C $(KSRC) M=`pwd`/$(subst -install,,$@) modules_install
+	-$(MAKE) INSTALL_MOD_PATH=$(DESTDIR) -C $(KSRC) M=`pwd`/$(subst -install,,$@) modules_install
 
 # descend into subdirectories and clean up
 .PHONY:	$(SUBDIRS:=-clean)

Modified: mol/trunk/debian/changelog
===================================================================
--- mol/trunk/debian/changelog	2006-09-26 22:12:28 UTC (rev 60)
+++ mol/trunk/debian/changelog	2006-10-02 20:00:49 UTC (rev 61)
@@ -31,6 +31,7 @@
   * correct documentation in mol-modules-source.README.Debian
   * document new upstream location in copyright
   * revert changes in 0.9.71~pre9 to ablk.c as they cause a hang on boot
+  * change build system of mol-modules-source to use kbuild
 
   [ Aurélien GÉRÔME ]
 
@@ -41,7 +42,7 @@
   * Add Swedish debconf templates translation (sv.po), thanks to Daniel
     Nylander <yeager at lidkoping.net>. (Closes: #340974)
 
- -- Gaudenz Steinlin <gaudenz at debian.org>  Tue, 26 Sep 2006 23:50:34 +0200
+ -- Gaudenz Steinlin <gaudenz at debian.org>  Mon,  2 Oct 2006 21:58:19 +0200
 
 mol (0.9.70-20.1) unstable; urgency=low
 




More information about the Pkg-mol-commits mailing list