summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2001-06-11 14:45:07 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2001-06-11 14:45:07 +0000
commitdfacf1ef1d22dcc949380ea765df1158fd008550 (patch)
tree73faf43cbf0357ec40a03ff54f348e32d578aa6a
parentd1e4f5a4482a3f935d5cb2f1f697b59a6f47dc15 (diff)
downloaddrakx-backup-do-not-use-dfacf1ef1d22dcc949380ea765df1158fd008550.tar
drakx-backup-do-not-use-dfacf1ef1d22dcc949380ea765df1158fd008550.tar.gz
drakx-backup-do-not-use-dfacf1ef1d22dcc949380ea765df1158fd008550.tar.bz2
drakx-backup-do-not-use-dfacf1ef1d22dcc949380ea765df1158fd008550.tar.xz
drakx-backup-do-not-use-dfacf1ef1d22dcc949380ea765df1158fd008550.zip
refine all.modules deps so we won't rebuild kernel stuff everytime
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5f86cece6..ca30fdf62 100644
--- a/Makefile
+++ b/Makefile
@@ -79,9 +79,12 @@ perl-install:
mdk-stage1/mar/mar:
make -C mdk-stage1/mar
-all.modules: mdk-stage1/mar/mar perl-install
+all.modules: mdk-stage1/mar/mar perl-install/auto/c/stuff/stuff.so update_kernel perl-install/modules.pm
`./tools/specific_arch ./update_kernel`
+perl-install/auto/c/stuff/stuff.so: perl-install
+
+
$(FBOOT_IMG:%=%f): %f: %
dd if=$< of=/dev/fd0
xmessage "Floppy done"