From owner-cvs-src@FreeBSD.ORG Fri May 13 08:53:02 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D61816A4CE; Fri, 13 May 2005 08:53:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2803143D41; Fri, 13 May 2005 08:53:02 +0000 (GMT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4D8r1nj058988; Fri, 13 May 2005 08:53:02 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4D8r1D5058987; Fri, 13 May 2005 08:53:01 GMT (envelope-from harti) Message-Id: <200505130853.j4D8r1D5058987@repoman.freebsd.org> From: Hartmut Brandt Date: Fri, 13 May 2005 08:53:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/make GNode.h arch.h buf.c buf.h cond.c for.h globals.h hash.c hash.h job.h lst.h make.h parse.h sprite.h str.h util.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 May 2005 08:53:02 -0000 harti 2005-05-13 08:53:01 UTC FreeBSD src repository Modified files: usr.bin/make GNode.h arch.h buf.c buf.h cond.c for.h globals.h hash.c hash.h job.h lst.h make.h parse.h str.h util.h Removed files: usr.bin/make sprite.h Log: Move the Boolean and ReturnStatus stuff from sprite.h to util.h and get rid of sprite.h. Obtained from: DragonFlyBSD Revision Changes Path 1.4 +1 -1 src/usr.bin/make/GNode.h 1.4 +1 -1 src/usr.bin/make/arch.h 1.36 +0 -1 src/usr.bin/make/buf.c 1.27 +1 -1 src/usr.bin/make/buf.h 1.52 +0 -1 src/usr.bin/make/cond.c 1.3 +1 -1 src/usr.bin/make/for.h 1.10 +1 -1 src/usr.bin/make/globals.h 1.25 +0 -1 src/usr.bin/make/hash.c 1.20 +1 -1 src/usr.bin/make/hash.h 1.41 +1 -1 src/usr.bin/make/job.h 1.36 +1 -1 src/usr.bin/make/lst.h 1.34 +1 -1 src/usr.bin/make/make.h 1.6 +1 -1 src/usr.bin/make/parse.h 1.15 +0 -67 src/usr.bin/make/sprite.h (dead) 1.4 +1 -1 src/usr.bin/make/str.h 1.8 +16 -0 src/usr.bin/make/util.h