You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@locus.apache.org on 2000/12/04 16:08:04 UTC

cvs commit: apache-2.0/src/build build.mk

rbb         00/12/04 07:08:03

  Modified:    src/build build.mk
  Log:
  Add a test to buildconf to ensure that APR has been checked out.  If it
  isn't there, we output a message giving the public CVS root.
  Submitted by:	Roy Fielding
  
  Revision  Changes    Path
  1.12      +6 -0      apache-2.0/src/build/build.mk
  
  Index: build.mk
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/build/build.mk,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- build.mk	2000/12/01 07:32:11	1.11
  +++ build.mk	2000/12/04 15:08:02	1.12
  @@ -61,6 +61,12 @@
   STAMP = buildmk.stamp
   
   all: $(STAMP) generated_lists
  +	@if [ ! -d lib/apr ]; then \
  +	    echo "APR not found."; \
  +	    echo "Please check-out a working version of APR, the anonymous"; \
  +	    echo "CVS root is :pserver:anoncvs@www.apache.org:/home/cvspublic"; \
  +	    exit 1; \
  +	fi
   	@$(MAKE) AMFLAGS=$(AMFLAGS) -s -f build/build2.mk
   
   generated_lists: