SVN: ppcrcd/trunk/Makefile

sparky sparky at pld-linux.org
Tue Oct 31 16:49:28 CET 2006


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	\


More information about the pld-cvs-commit mailing list