diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2003-11-05 12:12:49 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2003-11-05 12:12:49 +0000 |
commit | 34faf9c9f3a214eb02c43550f9f5a3f715e6cfd6 (patch) | |
tree | 05278bdf9236c6f6031001d9e9d64e180a0e25d4 /move/Makefile | |
parent | 3a2102d8c1abec791f7ac972f8a29610572b6af6 (diff) | |
download | drakx-34faf9c9f3a214eb02c43550f9f5a3f715e6cfd6.tar drakx-34faf9c9f3a214eb02c43550f9f5a3f715e6cfd6.tar.gz drakx-34faf9c9f3a214eb02c43550f9f5a3f715e6cfd6.tar.bz2 drakx-34faf9c9f3a214eb02c43550f9f5a3f715e6cfd6.tar.xz drakx-34faf9c9f3a214eb02c43550f9f5a3f715e6cfd6.zip |
check_dirs checks that data/*.list contains a file which is inside a dir from data/*.dirs
Diffstat (limited to 'move/Makefile')
-rw-r--r-- | move/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/move/Makefile b/move/Makefile index 1d39e99af..d594f3cae 100644 --- a/move/Makefile +++ b/move/Makefile @@ -87,6 +87,9 @@ clean: mkisofs -R $< | create_compressed_fs - 65536 $@ 2000 2>/dev/null ; \ fi +check_dirs: + for i in `cat data/*.dirs`; do grep /tmp/live_tree$$i/ data/*.list; done ||: + # perl tools/busy-files-accesses --no-link --no-dir --full-dirs 'data/always.dirs data/boot.dirs data/totem.dirs' --already-have data/always.list # touch r/isolinux/boot.cat ; find r/isolinux -type f -printf '%p 100\n' > r.sort ; echo 'r/isolinux/live_tree_boot.clp 5' >> r.sort |