[PATCH] do not invoke sub-make unless the 'cd directory' succeeds
Damien Miller
djm at mindrot.org
Mon Nov 12 10:34:40 EST 2001
On Sun, 11 Nov 2001, Mark D. Baushke wrote:
> If for some reason (directory missing or permissions bad), it is
> not possible to cd into either the scards or openbsd-compat direcotries, the
> make will enter an infinite loop. Correct this by changing the make idiom
>
> (cd directory; $(MAKE))
>
> to the idiom
>
> (cd directory && $(MAKE))
Applied - thanks.
-d
--
| By convention there is color, \\ Damien Miller <djm at mindrot.org>
| By convention sweetness, By convention bitterness, \\ www.mindrot.org
| But in reality there are atoms and space - Democritus (c. 400 BCE)
More information about the openssh-unix-dev
mailing list