From owner-cvs-sys Thu Nov 21 20:28:42 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id UAA20503 for cvs-sys-outgoing; Thu, 21 Nov 1996 20:28:42 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id UAA20404; Thu, 21 Nov 1996 20:27:50 -0800 (PST) Date: Thu, 21 Nov 1996 20:27:50 -0800 (PST) From: Peter Wemm Message-Id: <199611220427.UAA20404@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/conf files.i386 Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 96/11/21 20:27:47 Modified: sys/i386/conf files.i386 Log: Set a more explicit #include path for building aix7xxx_asm, otherwise it uses /usr/include/sys/*, which may point to a different build tree. I'm not sure that this is necessary, but there was a question mark over what /usr/include/sys points to when building the "user mode" binaries in the kernel code, especially when building the smp tree. I suspect that the "right" line here is to use ${INCLUDES}, but that causes warnings about unused static inline functions in stdio.h and ctype.h Revision Changes Path 1.146 +2 -2 src/sys/i386/conf/files.i386