src/sys/i386/conf/Makefile minor adjustment
"David W. Chapman Jr." <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.audit |
|---|---|
| Message-ID | <[email protected]> |
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. [email protected] Raintree Network Services, Inc. <www.inethouston.net> [email protected] FreeBSD Committer <www.FreeBSD.org>
conf.patch
(text/plain, 447 B)
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