[Pkg-mol-commits] r33 - mol/trunk/debian
Gaudenz Steinlin
gaudenz at costa.debian.org
Mon Sep 25 21:38:22 UTC 2006
Author: gaudenz
Date: 2006-09-25 21:38:22 +0000 (Mon, 25 Sep 2006)
New Revision: 33
Modified:
mol/trunk/debian/Makefile.mol-modules-source
Log:
fix kernel modules makefile
Modified: mol/trunk/debian/Makefile.mol-modules-source
===================================================================
--- mol/trunk/debian/Makefile.mol-modules-source 2006-09-25 20:58:23 UTC (rev 32)
+++ mol/trunk/debian/Makefile.mol-modules-source 2006-09-25 21:38:22 UTC (rev 33)
@@ -41,11 +41,12 @@
.PHONY: $(SUBDIRS:=-install)
install: build $(SUBDIRS:=-install)
$(SUBDIRS:=-install):
- -$(MAKE) -C $(KSRC) M=`pwd`/$@ modules_install
+ -$(MAKE) -C $(KSRC) M=`pwd`/$(subst -install,,$@) modules_install
# descend into subdirectories and clean up
.PHONY: $(SUBDIRS:=-clean)
clean: $(SUBDIRS:=-clean)
$(SUBDIRS:=-clean):
- $(MAKE) -C $(KSRC) M=`pwd`/$@ clean
+ $(MAKE) -C $(KSRC) M=`pwd`/$(subst -clean,,$@) clean
+
More information about the Pkg-mol-commits
mailing list