Re: [MandrakeMove] live_tree_boot.clp
Olivier Blin <[email protected]> Mon, 23 Aug 2004 21:46:48 +0200
| Newsgroups | gmane.linux.mandrake.cooker.mandrake-move |
|---|---|
| Message-ID | <[email protected]> |
"Carlos Portella" <[email protected]> writes: > Olivier, > > Thanks!!! > But I still dont understand how it makes only a single file > live_tree_boot.clp.... > > Is it here?: > > %.clp: % > if [ -e $<.sort ]; then \ > sudo mkisofs -R -sort $<.sort $< | create_compressed_fs - 65536 $@ 2000 > 2>/dev/null ; \ > else \ > sudo mkisofs -R $< | create_compressed_fs - 65536 $@ 2000 2>/dev/null ; \ > fi First, it create the live_tree_boot file with this rule : live_tree_boot: rm -f $(DEST)/live_tree*.clp sudo ./make_live_tree_boot $(DEST_LIVETREE) sudo tools/fix-fc-cache.pl $(DEST_LIVETREE) $(MAKE) clps Hope this helps -- Olivier Blin