Return-Path: Delivered-To: apmail-apr-cvs-archive@apr.apache.org Received: (qmail 45625 invoked by uid 500); 7 Feb 2003 20:02:03 -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 45612 invoked by uid 500); 7 Feb 2003 20:02:03 -0000 Delivered-To: apmail-apr-util-cvs@apache.org Date: 7 Feb 2003 20:02:02 -0000 Message-ID: <20030207200202.95029.qmail@icarus.apache.org> From: wrowe@apache.org To: apr-util-cvs@apache.org Subject: cvs commit: apr-util libaprutil.dsp X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N wrowe 2003/02/07 12:02:02 Modified: . libaprutil.dsp Log: rebase touches the .dll often after it's last touched the .dbg file, so the build continues to try and rebase even if the .dll isn't modified. Fix this by using a dbgmark file instead of the .dbg itself as the target. Revision Changes Path 1.48 +2 -1 apr-util/libaprutil.dsp Index: libaprutil.dsp =================================================================== RCS file: /home/cvs/apr-util/libaprutil.dsp,v retrieving revision 1.47 retrieving revision 1.48 diff -u -r1.47 -r1.48 --- libaprutil.dsp 6 Feb 2003 22:57:40 -0000 1.47 +++ libaprutil.dsp 7 Feb 2003 20:02:01 -0000 1.48 @@ -58,8 +58,9 @@ InputPath=.\Release\libaprutil.dll SOURCE="$(InputPath)" -".\Release\libaprutil.dbg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" +".\Release\libaprutil.dbgmark" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" rebase -q -b 0x6EE60000 -x ".\Release" $(InputPath) + echo rebased > ".\Release\libaprutil.dbgmark" # End Custom Build