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

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

r625@server (orig r623): jim | 2005-10-31 12:43:24 -0800
Final Move

  • Property mode set to 100644
File size: 567 bytes
  • linux-2.6.

    old new  
    708708ifeq "$(strip $(INSTALL_MOD_PATH))" ""
    709709depmod_opts     :=
    710710else
    711 depmod_opts     := -b $(INSTALL_MOD_PATH) -r
     711depmod_opts     := -b $(INSTALL_MOD_PATH)/lib/modules/$(KERNELRELEASE)
    712712endif
    713713.PHONY: _modinst_post
    714714_modinst_post: _modinst_
    715         if [ -r System.map ]; then $(DEPMOD) -ae -F System.map $(depmod_opts) $(KERNELRELEASE); fi
     715        if [ -r System.map ]; then depmod.pl -F System.map $(depmod_opts) -k vmlinux; fi
    716716
    717717else # CONFIG_MODULES
Note: See TracBrowser for help on using the repository browser.