jerenkrantz    2002/07/20 00:48:59

  Modified:    .        Makefile.in
  Log:
  Add .NOTPARALLEL target to hint to smarter makes that we can not execute
  this target in parallel since we must wait for conclusion of all children
  makes before executing these targets.
  
  Revision  Changes    Path
  1.70      +1 -0      apr-util/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/apr-util/Makefile.in,v
  retrieving revision 1.69
  retrieving revision 1.70
  diff -u -r1.69 -r1.70
  --- Makefile.in       17 Jul 2002 05:15:17 -0000      1.69
  +++ Makefile.in       20 Jul 2002 07:48:59 -0000      1.70
  @@ -107,3 +107,4 @@
   
   
   .PHONY: delete-lib delete-exports
  +.NOTPARALLEL: delete-lib delete-exports
  
  
  

Reply via email to