ppcrcd/trunk/Makefile
sparky
cvs at pld-linux.org
Sat Apr 15 19:27:32 CEST 2006
Author: sparky
Date: Sat Apr 15 19:27:30 2006
New Revision: 7354
Modified:
ppcrcd/trunk/Makefile
Log:
- fixes for new make
Modified: ppcrcd/trunk/Makefile
==============================================================================
--- ppcrcd/trunk/Makefile (original)
+++ ppcrcd/trunk/Makefile Sat Apr 15 19:27:30 2006
@@ -125,6 +125,8 @@
done
sleep 1 && touch $@
+$(boot)/hfs.map: $(boot)
+
$(boot): out/touch/root_installed $(vmlinuz) yaboot/yaboot boot.dir $(YDOCS)
rm -rf $@{,.work}
mkdir -p $@.work
@@ -363,7 +365,7 @@
clean-inst: clean-root
-$(SU) umount $(root_inst)/proc
rm -rf out/rpm/installed/* $(root_installed) $(touch)/root-ok-deps \
- out/touch/stop/*
+ out/touch/stop/* out/touch/root_installed
$(SU) rm -rf $(root_inst)
clean-root: clean-img
More information about the pld-cvs-commit
mailing list