[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

build broken without module-init-tools



steinlin@tigerente:~/debian-installer/build$ cvs diff -r1.237 -r1.238
Makefile
Index: Makefile
===================================================================
RCS file: /cvs/debian-boot/debian-installer/build/Makefile,v
retrieving revision 1.237
retrieving revision 1.238
diff -u -r1.237 -r1.238
--- Makefile    2 Nov 2003 17:39:41 -0000       1.237
+++ Makefile    4 Nov 2003 21:58:34 -0000       1.238
[...]
@@ -252,7 +252,7 @@
        # modules.
        $(foreach VERSION,$(KERNELVERSION), \
                mkdir -p $(TREE)/lib/modules/$(VERSION)/kernel; \
-               depmod -q -a -b $(TREE)/ $(VERSION); )
+               depmod.modutils -q -a -b $(TREE)/ $(VERSION); )
        # These files depmod makes are used by hotplug, and we shouldn't
        # need them, yet anyway.
        find $(TREE)/lib/modules/ -name 'modules*' \
[...]

This change breaks the build on systems that don't have
module-init-tools (as the ppc daily build system) installed and
therefore depmod is not diverted to depmod.modutils. Why is it needed
anyway? The changelog does not gibe a reason.

Please revert it if it slipped in accidentally.

Gaudenz




Reply to: