Subject: Re: "date -X ; date" works in sh, but not in make
To: Hubert Feyrer <hubert.feyrer@rz.uni-regensburg.de>
From: Bill Sommerfeld <sommerfeld@orchard.arlington.ma.us>
List: tech-userlevel
Date: 03/28/1999 11:23:05
make uses "sh -ec" to execute the commands, which causes the shell to
exit if one of the commands fails.

					- Bill