Date: Mon, 16 Aug 1999 17:39:27 -0700 (PDT) From: Tim Vanderhoek <hoek@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/make arch.c buf.c buf.h compat.c cond.c dir.c for.c hash.c job.c lst.h main.c make.1 make.c make.h nonints.h parse.c pathnames.h sprite.h str.c suff.c targ.c var.c src/usr.bin/make/lst.lib lstInt.h Message-ID: <199908170039.RAA20513@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
hoek 1999/08/16 17:39:26 PDT Modified files: usr.bin/make arch.c buf.c buf.h compat.c cond.c dir.c for.c hash.c job.c lst.h main.c make.1 make.c make.h nonints.h parse.c pathnames.h sprite.h str.c suff.c targ.c var.c usr.bin/make/lst.lib lstInt.h Log: Merge style- and trivial- only changes from OpenBSD (dated 1999/07/29-19:55+1). Obtained from: OpenBSD, sometimes indirected from NetBSD; myself Revision Changes Path 1.11 +41 -43 src/usr.bin/make/arch.c 1.9 +8 -3 src/usr.bin/make/buf.c 1.8 +3 -3 src/usr.bin/make/buf.h 1.14 +14 -9 src/usr.bin/make/compat.c 1.10 +7 -3 src/usr.bin/make/cond.c 1.8 +6 -1 src/usr.bin/make/dir.c 1.8 +6 -1 src/usr.bin/make/for.c 1.7 +6 -1 src/usr.bin/make/hash.c 1.13 +9 -5 src/usr.bin/make/job.c 1.8 +3 -3 src/usr.bin/make/lst.h 1.33 +20 -18 src/usr.bin/make/main.c 1.23 +298 -127 src/usr.bin/make/make.1 1.9 +15 -13 src/usr.bin/make/make.c 1.10 +23 -12 src/usr.bin/make/make.h 1.7 +4 -1 src/usr.bin/make/nonints.h 1.21 +13 -12 src/usr.bin/make/parse.c 1.8 +11 -1 src/usr.bin/make/pathnames.h 1.8 +4 -4 src/usr.bin/make/sprite.h 1.10 +8 -3 src/usr.bin/make/str.c 1.10 +10 -8 src/usr.bin/make/suff.c 1.8 +10 -11 src/usr.bin/make/targ.c 1.14 +15 -7 src/usr.bin/make/var.c 1.6 +2 -2 src/usr.bin/make/lst.lib/lstInt.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199908170039.RAA20513>