mirror of
https://github.com/mirror/make.git
synced 2024-12-28 05:40:10 +08:00
Minor fixes before the rc2 release.
This commit is contained in:
parent
24aac7f8f6
commit
94aead216e
@ -152,7 +152,7 @@ what you do:
|
|||||||
|
|
||||||
Make sure the "Steps to Release" are complete and committed and tagged.
|
Make sure the "Steps to Release" are complete and committed and tagged.
|
||||||
|
|
||||||
cvs -d :pserver:anonymous@cvs.savannah.gnu.org:/source/make \
|
cvs -d :pserver:anonymous@cvs.savannah.gnu.org:/sources/make \
|
||||||
export -r<RTAG> -d make-release make
|
export -r<RTAG> -d make-release make
|
||||||
|
|
||||||
cd make-release
|
cd make-release
|
||||||
|
2
job.c
2
job.c
@ -716,7 +716,7 @@ reap_children (int block, int err)
|
|||||||
if (c->good_stdin)
|
if (c->good_stdin)
|
||||||
good_stdin_used = 0;
|
good_stdin_used = 0;
|
||||||
|
|
||||||
dontcare = c->file->dontcare;
|
dontcare = c->dontcare;
|
||||||
|
|
||||||
if (child_failed && !c->noerror && !ignore_errors_flag)
|
if (child_failed && !c->noerror && !ignore_errors_flag)
|
||||||
{
|
{
|
||||||
|
@ -147,12 +147,12 @@ recurse: ; @$(MAKE) --no-print-directory -f #MAKEFILE# submake INCL=true',
|
|||||||
'-j2',
|
'-j2',
|
||||||
'bar');
|
'bar');
|
||||||
|
|
||||||
unlink('dependfile');
|
unlink('dependfile', 'output');
|
||||||
|
|
||||||
|
|
||||||
# Do it again, this time where the include is done by the non-master make.
|
# Do it again, this time where the include is done by the non-master make.
|
||||||
run_make_test(undef, '-j2 recurse INCL=false', 'bar');
|
run_make_test(undef, '-j2 recurse INCL=false', 'bar');
|
||||||
|
|
||||||
unlink('dependfile');
|
unlink('dependfile', 'output');
|
||||||
|
|
||||||
1;
|
1;
|
||||||
|
Loading…
Reference in New Issue
Block a user