From owner-cvs-all Tue Sep 17 14:29:10 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6BB0337B401; Tue, 17 Sep 2002 14:29:08 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25B5643E91; Tue, 17 Sep 2002 14:29:08 -0700 (PDT) (envelope-from jmallett@FreeBSD.org) Received: from freefall.freebsd.org (jmallett@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8HLT8Co089686; Tue, 17 Sep 2002 14:29:08 -0700 (PDT) (envelope-from jmallett@freefall.freebsd.org) Received: (from jmallett@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8HLT70R089685; Tue, 17 Sep 2002 14:29:07 -0700 (PDT) Message-Id: <200209172129.g8HLT70R089685@freefall.freebsd.org> From: Juli Mallett Date: Tue, 17 Sep 2002 14:29:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/make arch.c buf.c buf.h config.h dir.c for.c hash.c hash.h job.c job.h list.h lst.h make.h nonints.h parse.c sprite.h suff.c targ.c var.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jmallett 2002/09/17 14:29:07 PDT Modified files: usr.bin/make arch.c buf.c buf.h config.h dir.c for.c hash.c hash.h job.c job.h list.h lst.h make.h nonints.h parse.c sprite.h suff.c targ.c var.c Log: #define -> #define Revision Changes Path 1.29 +4 -4 src/usr.bin/make/arch.c 1.17 +5 -5 src/usr.bin/make/buf.c 1.12 +2 -2 src/usr.bin/make/buf.h 1.12 +8 -8 src/usr.bin/make/config.h 1.25 +1 -1 src/usr.bin/make/dir.c 1.16 +1 -1 src/usr.bin/make/for.c 1.17 +1 -1 src/usr.bin/make/hash.c 1.12 +2 -2 src/usr.bin/make/hash.h 1.39 +13 -13 src/usr.bin/make/job.c 1.17 +19 -19 src/usr.bin/make/job.h 1.11 +13 -13 src/usr.bin/make/list.h 1.15 +5 -5 src/usr.bin/make/lst.h 1.19 +54 -54 src/usr.bin/make/make.h 1.16 +1 -1 src/usr.bin/make/nonints.h 1.40 +1 -1 src/usr.bin/make/parse.c 1.13 +5 -5 src/usr.bin/make/sprite.h 1.21 +3 -3 src/usr.bin/make/suff.c 1.19 +3 -3 src/usr.bin/make/targ.c 1.30 +14 -14 src/usr.bin/make/var.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message