source: scripts/patches/linux-2.6-lfh-Makefile-2.patch @ a7d67ca

clfs-1.2clfs-2.1clfs-3.0.0-systemdclfs-3.0.0-sysvinitsystemdsysvinit
Last change on this file since a7d67ca was a7d67ca, checked in by Jim Gifford <clfs@…>, 18 years ago

r1050@server (orig r1048): ryan | 2006-01-12 00:58:19 -0800

r1084@rei: lfs | 2006-01-12 19:22:48 +1100
Adjust patch


  • Property mode set to 100644
File size: 597 bytes
  • linux-2.6.14.

    old new  
    949949ifeq "$(strip $(INSTALL_MOD_PATH))" ""
    950950depmod_opts     :=
    951951else
    952 depmod_opts     := -b $(INSTALL_MOD_PATH) -r
     952depmod_opts     := -b $(INSTALL_MOD_PATH)/lib/modules/$(KERNELRELEASE)
    953953endif
    954954.PHONY: _modinst_post
    955955_modinst_post: _modinst_
    956         if [ -r System.map -a -x $(DEPMOD) ]; then $(DEPMOD) -ae -F System.map $(depmod_opts) $(KERNELRELEASE); fi
     956        if [ -r System.map -a -x $(DEPMOD) ]; then depmod.pl -F System.map $(depmod_opts) -k vmlinux; fi
    957957
    958958else # CONFIG_MODULES
Note: See TracBrowser for help on using the repository browser.