From ad608e4e422194e9f446f1163cb65ad916ca6a7c Mon Sep 17 00:00:00 2001 From: bz Date: Fri, 8 Jan 2010 18:57:31 +0000 Subject: In sys//conf/Makefile set TARGET to . That allows sys/conf/makeLINT.mk to only do certain things for certain architectures. Note that neither arm nor mips have the Makefile there, thus essentially not (yet) supporting LINT. This would enable them do add special treatment to sys/conf/makeLINT.mk as well chosing one of the many configurations as LINT. This is a hack of doing this and keeping it in a separate commit will allow us to more easily identify and back it out. Discussed on/with: arch, jhb (as part of the LINT-VIMAGE thread) MFC after: 1 month --- sys/amd64/conf/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/amd64/conf/Makefile') diff --git a/sys/amd64/conf/Makefile b/sys/amd64/conf/Makefile index 2c006e9..1d2513f 100644 --- a/sys/amd64/conf/Makefile +++ b/sys/amd64/conf/Makefile @@ -1,3 +1,5 @@ # $FreeBSD$ +TARGET=amd64 + .include "${.CURDIR}/../../conf/makeLINT.mk" -- cgit v1.1