From owner-cvs-all Wed May 22 7:35:53 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D249637B413; Wed, 22 May 2002 07:35:47 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4MEZl242291; Wed, 22 May 2002 07:35:47 -0700 (PDT) (envelope-from ru) Message-Id: <200205221435.g4MEZl242291@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 22 May 2002 07:35:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/make Makefile main.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 ru 2002/05/22 07:35:47 PDT Modified files: usr.bin/make Makefile main.c Log: Added the MAKE_VERSION global that could be useful in determining if a given make(1) is feature-compatible with a set of makefiles. When merged, this will be used to replace the ugly upgrade_checks hacks in src/Makefile. Version has the RYYYYMMDDX format, where R is from RELENG_ and X allows for 10 distinguishable changes per day. Discussed with: bde Revision Changes Path 1.22 +4 -0 src/usr.bin/make/Makefile 1.59 +3 -0 src/usr.bin/make/main.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message