[GRASS-dev] Re: make pot and G_msg
Glynn Clements
glynn at gclements.plus.com
Wed May 17 18:53:09 EDT 2006
Markus Neteler wrote:
> (cc grass-dev: the problem was an endless loop in
> cd locale
> make pot
FWIW, such sequences should almost invariably be written as e.g.:
cd locale && make pot
so that the command is only executed if the "cd" succeeds.
Or, for the specific case of "make", use the -C flag, e.g.:
$(MAKE) -C locale pot
--
Glynn Clements <glynn at gclements.plus.com>
More information about the grass-dev
mailing list