diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2003-11-17 09:05:55 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2003-11-17 09:05:55 +0000 |
commit | 075675cf75d7d2cd96da725d72a7eba43f9b2030 (patch) | |
tree | 4f449fa8ef3284d1d58928480588b9dfa2256fe3 | |
parent | 05a446651d2a9aad9c4823aa59189294006e08ad (diff) | |
download | drakx-075675cf75d7d2cd96da725d72a7eba43f9b2030.tar drakx-075675cf75d7d2cd96da725d72a7eba43f9b2030.tar.gz drakx-075675cf75d7d2cd96da725d72a7eba43f9b2030.tar.bz2 drakx-075675cf75d7d2cd96da725d72a7eba43f9b2030.tar.xz drakx-075675cf75d7d2cd96da725d72a7eba43f9b2030.zip |
remove unused stuff
-rw-r--r-- | move/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/move/Makefile b/move/Makefile index dc88cc654..fd55532f8 100644 --- a/move/Makefile +++ b/move/Makefile @@ -69,12 +69,6 @@ live_tree_boot: $(MAKE) /tmp/live_tree_totem.clp $(MAKE) $(patsubst %, /tmp/live_tree_always_i18n_%.clp, $(LANG_FILES)) -live_tree_boot_all: - cd /tmp/live_tree ; find -type l | cpio -pd /tmp/live_tree_boot_all - cd /tmp/live_tree_boot ; find | cpio -upd /tmp/live_tree_boot_all - cp -a /tmp/live_tree/move /tmp/live_tree_boot_all - cp -a /dev/{null,urandom} /tmp/live_tree_boot_all/dev - un_live_tree_boot: ./make_live_tree_boot -u |