Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 May 2002 10:18:31 -0500
From:      "David W. Chapman Jr." <dwcjr@inethouston.net>
To:        audit@freebsd.org
Subject:   src/sys/i386/conf/Makefile minor adjustment
Message-ID:  <20020522151831.GA88258@leviathan.inethouston.net>

next in thread | raw e-mail | index | archive | help

--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. <www.inethouston.net>
dwcjr@freebsd.org	FreeBSD Committer <www.FreeBSD.org>

--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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020522151831.GA88258>