You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by dg...@locus.apache.org on 2000/03/02 09:19:17 UTC

cvs commit: apache-2.0/src/lib/apr Makefile.in

dgaudet     00/03/02 00:19:17

  Modified:    src/lib/apr Makefile.in
  Log:
  fix an dependency ordering problem which shows up when you use "make -j2
  MAKE='make -j2'" on an SMP box.
  
  it's still not right if Makefile itself is out of date... i forget the
  trick to do that right.
  
  Revision  Changes    Path
  1.18      +2 -2      apache-2.0/src/lib/apr/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/lib/apr/Makefile.in,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- Makefile.in	2000/01/11 13:00:28	1.17
  +++ Makefile.in	2000/03/02 08:19:17	1.18
  @@ -40,9 +40,9 @@
   # Rules for building specific targets, starting with 'all' for
   # building the entire package.
   #
  -all: Makefile $(MODULES) subdirs $(LIBAPR)
  +all: Makefile $(LIBAPR)
   
  -$(LIBAPR):
  +$(LIBAPR): $(MODULES) subdirs
   	@rm -rf objs
   	@mkdir objs
   	@rm -f $@