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

clfs-1.2 clfs-2.1 clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since c231075 was 617118d, checked in by Jim Gifford <clfs@…>, 19 years ago

r561@server (orig r559): root | 2005-06-05 02:38:49 -0700
Fixed Directory Structure

  • 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.