Subject: Re: Using build.sh, a question
To: Luke Mewburn <lukem@netbsd.org>
From: David Laight <david@l8s.co.uk>
List: current-users
Date: 05/28/2003 16:12:30
> 
> -M uses the full path, so in my shell (tcsh), I can do:
> 	alias   cwdcmd  'set obj=${MAKEOBJDIRPREFIX}${cwd}'
> and have $obj be set to the full path of the current directory.
> (or use $MAKEOBJDIRPREFIX/`pwd`, etc...)
> 
> If you use -O, you can't use those tricks.  conversely, the objdir
> paths are shorter, which you may find is useful.

Or use a different shell (eg .bin./sh) which supports the ksh'ism 'cd src obj'

	David

-- 
David Laight: david@l8s.co.uk