From owner-freebsd-audit Mon Feb 25 9:18:27 2002 Delivered-To: freebsd-audit@freebsd.org Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by hub.freebsd.org (Postfix) with ESMTP id AF92637B405 for ; Mon, 25 Feb 2002 09:18:20 -0800 (PST) Received: from hades.hell.gr (patr530-a051.otenet.gr [212.205.215.51]) by mailsrv.otenet.gr (8.12.2/8.12.2) with ESMTP id g1PHICki001054 for ; Mon, 25 Feb 2002 19:18:15 +0200 (EET) Received: (from charon@localhost) by hades.hell.gr (8.11.6/8.11.6) id g1PG16U32686 for freebsd-audit@freebsd.org; Mon, 25 Feb 2002 18:01:06 +0200 (EET) (envelope-from keramida@freebsd.org) Date: Mon, 25 Feb 2002 18:01:05 +0200 From: Giorgos Keramidas To: freebsd-audit@freebsd.org Subject: Comment update in src/Makefile Message-ID: <20020225160105.GA31651@hades.hell.gr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.25i Sender: owner-freebsd-audit@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG src/Makefile references Makefile.inc0 although that file was removed a couple of years back: $ cvs -q log Makefile.inc0 ---------------------------- revision 1.19 date: 2000/01/09 20:22:35; author: marcel; state: dead; lines: +1 -1 Remove; we don't use this file anymore. What do you all think of the following change to src/Makefile? - Giorgos Index: Makefile =================================================================== RCS file: /home/ncvs/src/Makefile,v retrieving revision 1.247 diff -2 -u -r1.247 Makefile --- Makefile 8 Feb 2002 09:48:34 -0000 1.247 +++ Makefile 25 Feb 2002 15:54:16 -0000 @@ -31,7 +31,5 @@ # the mk files from the source tree which are supposed to DTRT. # -# The user-driven targets (as listed above) are implemented in Makefile.inc0 -# and the private targets are in Makefile.inc1. These are kept separate -# to help the bootstrap build from aout to elf format. +# The user-driven targets (as listed above) are implemented in Makefile.inc1. # # For novices wanting to build from current sources, the simple instructions To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-audit" in the body of the message