From owner-freebsd-audit Wed May 22 8:18:32 2002 Delivered-To: freebsd-audit@freebsd.org Received: from leviathan.inethouston.net (leviathan.inethouston.net [66.64.12.249]) by hub.freebsd.org (Postfix) with ESMTP id E8A8037B419 for ; Wed, 22 May 2002 08:18:29 -0700 (PDT) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id C7FEE3198CC; Wed, 22 May 2002 10:18:31 -0500 (CDT) Date: Wed, 22 May 2002 10:18:31 -0500 From: "David W. Chapman Jr." To: audit@freebsd.org Subject: src/sys/i386/conf/Makefile minor adjustment Message-ID: <20020522151831.GA88258@leviathan.inethouston.net> Reply-To: "David W. Chapman Jr." Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="d6Gm4EdcadzBjdND" Content-Disposition: inline User-Agent: Mutt/1.3.99i X-Operating-System: FreeBSD 4.5-STABLE i386 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 --d6Gm4EdcadzBjdND Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Here's a minor adjustment that I saw might be needed. If you do a make clean when LINT doesn't exist you get an error, this fixes that. -- David W. Chapman Jr. dwcjr@inethouston.net Raintree Network Services, Inc. dwcjr@freebsd.org FreeBSD Committer --d6Gm4EdcadzBjdND Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="conf.patch" Index: Makefile =================================================================== RCS file: /home/ncvs/src/sys/i386/conf/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- Makefile 2 May 2002 16:34:47 -0000 1.5 +++ Makefile 22 May 2002 15:08:00 -0000 @@ -4,7 +4,7 @@ @echo "make LINT only" clean: - rm LINT + rm -f LINT LINT: ../../conf/NOTES NOTES makeLINT.sed cat ../../conf/NOTES NOTES | sed -E -n -f makeLINT.sed > LINT --d6Gm4EdcadzBjdND-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-audit" in the body of the message