|
@ -17,8 +17,8 @@ |
|
|
# |
|
|
# |
|
|
# --- ROCK-COPYRIGHT-NOTE-END --- |
|
|
# --- ROCK-COPYRIGHT-NOTE-END --- |
|
|
|
|
|
|
|
|
--- ./Makefile.orig Sat Apr 26 11:28:28 2003
|
|
|
--- ./Makefile.orig 2004-10-30 05:42:03.000000000 -0300
|
|
|
+++ ./Makefile Sat Apr 26 11:32:36 2003
|
|
|
+++ ./Makefile 2004-12-11 19:33:41.000000000 -0300
|
|
|
@@ -22,7 +22,8 @@
|
|
|
@@ -22,7 +22,8 @@
|
|
|
# relocations required by build roots. This is not defined in the |
|
|
# relocations required by build roots. This is not defined in the |
|
|
# makefile but the arguement can be passed to make if needed. |
|
|
# makefile but the arguement can be passed to make if needed. |
|
@ -37,12 +37,12 @@ |
|
|
CFLAGS = -D__KERNEL__ -DMODULE -DEXPORT_SYMTAB -DMODVERSIONS \ |
|
|
CFLAGS = -D__KERNEL__ -DMODULE -DEXPORT_SYMTAB -DMODVERSIONS \ |
|
|
$(SMPFLAGS) $(DEBUGFLAGS) -O2 -Wall \ |
|
|
$(SMPFLAGS) $(DEBUGFLAGS) -O2 -Wall \ |
|
|
-Wstrict-prototypes -I$(KERNELSOURCE)/include \ |
|
|
-Wstrict-prototypes -I$(KERNELSOURCE)/include \ |
|
|
@@ -79,7 +81,7 @@
|
|
|
@@ -97,7 +99,7 @@
|
|
|
modules_install: $(TARGETS) |
|
|
modules_install: $(TARGETS) |
|
|
if [ ! -d "$(MODLIB)" ]; then mkdir -p "$(MODLIB)"; fi |
|
|
if [ ! -d "$(MODLIB)" ]; then mkdir -p "$(MODLIB)"; fi |
|
|
install -m 600 -c $(TARGETS) "$(MODLIB)" |
|
|
install -m 600 -c $(TARGETS) "$(MODLIB)" |
|
|
- depmod -ae -F $(KERNELSYMS) $(depmod_opts) $(KERNELRELEASE)
|
|
|
- if [ `/usr/bin/id -u` = '0' ]; then depmod -ae -F $(KERNELSYMS) $(depmod_opts) $(KERNELRELEASE); fi
|
|
|
+ $(DEPMOD) -ae -F $(KERNELSYMS) $(depmod_opts) $(KERNELRELEASE)
|
|
|
+ if [ `/usr/bin/id -u` = '0' ]; then $(DEPMOD) -ae -F $(KERNELSYMS) $(depmod_opts) $(KERNELRELEASE); fi
|
|
|
|
|
|
|
|
|
modules_uninstall: |
|
|
modules_uninstall: |
|
|
(cd "$(MODLIB)"; rm -f $(TARGETS)) |
|
|
(cd "$(MODLIB)"; rm -f $(TARGETS)) |