Author: sparky
Date: Tue Oct 31 16:49:27 2006
New Revision: 7909
Modified:
ppcrcd/trunk/Makefile
Log:
- mount /proc if not mounted
Modified: ppcrcd/trunk/Makefile
==============================================================================
--- ppcrcd/trunk/Makefile (original)
+++ ppcrcd/trunk/Makefile Tue Oct 31 16:49:27 2006
@@ -52,6 +52,10 @@
DOCS = $(addprefix out/docs/,$(addsuffix .html,index $(DOCSRC)))
YDOCS = $(addprefix out/docs/,$(addsuffix .hlp,$(YDOCSRC)))
+ifneq ($(wildcard /proc/cpuinf*),/proc/cpuinfo)
+PROC := $(shell $(SU) mount /proc)
+endif
+
$(ppcrcd_iso): $(cdroot) $(boot)/hfs.map files.sort
$(SU) mkisofs \
-disable-deep-relocation \
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit