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
|
Rev | Line | |
---|
[617118d] | 1 | --- linux-2.6.4-rc2/Makefile Thu Mar 4 17:16:50 2004
|
---|
| 2 | +++ linux-2.6.4-rc2-patched/Makefile Sun Mar 14 16:25:32 2004
|
---|
| 3 | @@ -708,11 +708,11 @@
|
---|
| 4 | ifeq "$(strip $(INSTALL_MOD_PATH))" ""
|
---|
| 5 | depmod_opts :=
|
---|
| 6 | else
|
---|
| 7 | -depmod_opts := -b $(INSTALL_MOD_PATH) -r
|
---|
| 8 | +depmod_opts := -b $(INSTALL_MOD_PATH)/lib/modules/$(KERNELRELEASE)
|
---|
| 9 | endif
|
---|
| 10 | .PHONY: _modinst_post
|
---|
| 11 | _modinst_post: _modinst_
|
---|
| 12 | - if [ -r System.map ]; then $(DEPMOD) -ae -F System.map $(depmod_opts) $(KERNELRELEASE); fi
|
---|
| 13 | + if [ -r System.map ]; then depmod.pl -F System.map $(depmod_opts) -k vmlinux; fi
|
---|
| 14 |
|
---|
| 15 | else # CONFIG_MODULES
|
---|
Note:
See
TracBrowser
for help on using the repository browser.