Minor fixes before the rc2 release.

This commit is contained in:
Paul Smith 2006-03-20 03:03:04 +00:00
parent 24aac7f8f6
commit 94aead216e
3 changed files with 4 additions and 4 deletions

View File

@ -152,7 +152,7 @@ what you do:
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
cd make-release

2
job.c
View File

@ -716,7 +716,7 @@ reap_children (int block, int err)
if (c->good_stdin)
good_stdin_used = 0;
dontcare = c->file->dontcare;
dontcare = c->dontcare;
if (child_failed && !c->noerror && !ignore_errors_flag)
{

View File

@ -147,12 +147,12 @@ recurse: ; @$(MAKE) --no-print-directory -f #MAKEFILE# submake INCL=true',
'-j2',
'bar');
unlink('dependfile');
unlink('dependfile', 'output');
# Do it again, this time where the include is done by the non-master make.
run_make_test(undef, '-j2 recurse INCL=false', 'bar');
unlink('dependfile');
unlink('dependfile', 'output');
1;