summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/Makefile
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2001-09-14 14:26:17 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2001-09-14 14:26:17 +0000
commit71143e6534ccbd311bc49cecf7c1b1d3aab0f428 (patch)
treeffa441ed168bf57dc771c1397a406a21cde492b0 /mdk-stage1/Makefile
parent2a11617dfbbd9ce2fc711072e1a242fc11ddef9a (diff)
downloaddrakx-backup-do-not-use-71143e6534ccbd311bc49cecf7c1b1d3aab0f428.tar
drakx-backup-do-not-use-71143e6534ccbd311bc49cecf7c1b1d3aab0f428.tar.gz
drakx-backup-do-not-use-71143e6534ccbd311bc49cecf7c1b1d3aab0f428.tar.bz2
drakx-backup-do-not-use-71143e6534ccbd311bc49cecf7c1b1d3aab0f428.tar.xz
drakx-backup-do-not-use-71143e6534ccbd311bc49cecf7c1b1d3aab0f428.zip
back to using a reduced form of mkinitrd_helper for mkinitrd (only
to provide a dietlibc-enabled static insmod)
Diffstat (limited to 'mdk-stage1/Makefile')
-rw-r--r--mdk-stage1/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/mdk-stage1/Makefile b/mdk-stage1/Makefile
index 52a7fe792..3b1482724 100644
--- a/mdk-stage1/Makefile
+++ b/mdk-stage1/Makefile
@@ -229,10 +229,9 @@ clean:
tar-mkinitrd_helper: clean
- $(MAKE) -C mkinitrd_helper clean
rm -rf mkinitrd_helper-subdir
mkdir mkinitrd_helper-subdir
- cd mkinitrd_helper-subdir ; cp -a ../dietlibc ../insmod-busybox ../mkinitrd_helper ../Makefile.common ../insmod.h ../log.h . ; \
+ cd mkinitrd_helper-subdir ; cp -a ../dietlibc ../insmod-busybox ../Makefile.common ../insmod.h ../log.h . ; \
cp ../Makefile.mkinitrd_helper Makefile
tar cfj mkinitrd_helper.tar.bz2 mkinitrd_helper-subdir --exclude CVS
rm -rf mkinitrd_helper-subdir