Minor fixes before the rc2 release.
authorPaul Smith <psmith@gnu.org>
Mon, 20 Mar 2006 03:03:04 +0000 (03:03 +0000)
committerPaul Smith <psmith@gnu.org>
Mon, 20 Mar 2006 03:03:04 +0000 (03:03 +0000)
README.cvs
job.c
tests/scripts/features/parallelism

index 634a3669e3d9017e0693a320c2aea5e23aae0ece..017f65c278468eb6cc97b874492c53f7d5cecdf3 100644 (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
diff --git a/job.c b/job.c
index 793a61b75cb1ab64807a8311ef496036e102fced..a81cd81ceaef5ce86b53ba359e8fe07857fef3d8 100644 (file)
--- a/job.c
+++ b/job.c
@@ -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)
         {
index 528c6539e087c50293a40e95be622414003fa6f2..9eb196dc13e3c2895f28f29f8b407390a83103ba 100644 (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;