Date: Mon, 16 Oct 2017 03:59:58 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r324654 - head/sys/boot/libsa Message-ID: <201710160359.v9G3xwmi088055@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: imp Date: Mon Oct 16 03:59:58 2017 New Revision: 324654 URL: https://svnweb.freebsd.org/changeset/base/324654 Log: Explicitly inlcude SYSDIR in the include path -- need machine path too? Modified: head/sys/boot/libsa/Makefile Modified: head/sys/boot/libsa/Makefile ============================================================================== --- head/sys/boot/libsa/Makefile Mon Oct 16 03:59:52 2017 (r324653) +++ head/sys/boot/libsa/Makefile Mon Oct 16 03:59:58 2017 (r324654) @@ -21,7 +21,7 @@ LIB?= sa NO_PIC= WARNS?= 0 -CFLAGS+= -I${SASRC} +CFLAGS+= -I${SASRC} -I${SYSDIR} # standalone components and stuff we have modified locally SRCS+= gzguts.h zutil.h __main.c assert.c bcd.c environment.c getopt.c gets.c \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710160359.v9G3xwmi088055>