make -k does not exit with appropriate error code if errors are encountered
- From: Max Khon <fjoe@xxxxxxxxxxxxxx>
- Date: Sun, 23 Mar 2008 20:13:37 +0600
Hi!
BSD make does not exit with appropriate error code (2) if it is run with "-k" and errors are encountered.
Please review this patch that fixes this bug:
http://people.freebsd.org/~fjoe/make.diff
Sample BSDmakefile is:
--- cut here ---
all: a b
a:
exit 1
b:
touch ${.TARGET}
--- cut here ---
I'd like to commit the to HEAD soon.
/fjoe
_______________________________________________
freebsd-arch@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-arch
To unsubscribe, send any mail to "freebsd-arch-unsubscribe@xxxxxxxxxxx"
- Follow-Ups:
- Prev by Date: Re: Disposal of a misleading M_TRYWAIT
- Next by Date: Re: make -k does not exit with appropriate error code if errors are encountered
- Previous by thread: Disposal of a misleading M_TRYWAIT
- Next by thread: Re: make -k does not exit with appropriate error code if errors are encountered
- Index(es):
Relevant Pages
|