Bootstrap script
Nigel Spon
nigel at adi.co.nz
Mon Apr 14 03:46:18 UTC 2008
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
More information about the users
mailing list