Return-Path: Delivered-To: apmail-apr-cvs-archive@apr.apache.org Received: (qmail 84425 invoked by uid 500); 20 Jul 2002 07:43:43 -0000 Mailing-List: contact cvs-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: dev@apr.apache.org Delivered-To: mailing list cvs@apr.apache.org Received: (qmail 84413 invoked from network); 20 Jul 2002 07:43:42 -0000 Date: 20 Jul 2002 07:43:40 -0000 Message-ID: <20020720074340.7497.qmail@icarus.apache.org> From: jerenkrantz@apache.org To: apr-cvs@apache.org Subject: cvs commit: apr Makefile.in X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N jerenkrantz 2002/07/20 00:43:40 Modified: . Makefile.in Log: Add .PHONY and .NOTPARALLEL targets to inform smarter makes that these targets are fake and can not be run in parallel. Revision Changes Path 1.78 +3 -0 apr/Makefile.in Index: Makefile.in =================================================================== RCS file: /home/cvs/apr/Makefile.in,v retrieving revision 1.77 retrieving revision 1.78 diff -u -r1.77 -r1.78 --- Makefile.in 15 Jun 2002 06:00:15 -0000 1.77 +++ Makefile.in 20 Jul 2002 07:43:40 -0000 1.78 @@ -137,3 +137,6 @@ # DO NOT REMOVE docs: $(INCDIR)/*.h + +.PHONY: delete-lib delete-exports +.NOTPARALLEL: delete-lib delete-exports