[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Bootstrap script
- Date: Mon, 14 Apr 2008 15:46:18 +1200
- From: nigel at adi.co.nz (Nigel Spon)
- Subject: Bootstrap script
If I do bootstrap -p in my BSP directory, I get:
find: illegal option -- n
find: illegal option -- a
find: illegal option -- m
find: illegal option -- e
Generating ./preinstall.am
This is apparently because the line:
confs=`find -name Makefile.am -exec grep -l 'include .*/preinstall
\.am' {} \;`
should be:
confs=`find . -name Makefile.am -exec grep -l 'include .*/preinstall
\.am' {} \;`
Is MacOSX being unusually fussy here?
--
"The command could not be completed because it cannot be moved into
itself"
Michael Hamel