Date: Thu, 7 Jan 2016 19:19:23 +0000 (UTC) From: Bryan Drewery <bdrewery@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r293341 - in head: lib/libstand sys/boot/libstand32 Message-ID: <201601071919.u07JJNFT009196@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bdrewery Date: Thu Jan 7 19:19:23 2016 New Revision: 293341 URL: https://svnweb.freebsd.org/changeset/base/293341 Log: Don't install /usr/include/stand.h twice after r293040. Only install it from lib/libstand. Sponsored by: EMC / Isilon Storage Division Modified: head/lib/libstand/Makefile head/sys/boot/libstand32/Makefile Modified: head/lib/libstand/Makefile ============================================================================== --- head/lib/libstand/Makefile Thu Jan 7 18:50:02 2016 (r293340) +++ head/lib/libstand/Makefile Thu Jan 7 19:19:23 2016 (r293341) @@ -17,7 +17,7 @@ LIBC_SRC= ${LIBSTAND_SRC}/../libc LIB= stand NO_PIC= -INCS= stand.h +INCS?= stand.h MAN?= libstand.3 WARNS?= 0 Modified: head/sys/boot/libstand32/Makefile ============================================================================== --- head/sys/boot/libstand32/Makefile Thu Jan 7 18:50:02 2016 (r293340) +++ head/sys/boot/libstand32/Makefile Thu Jan 7 19:19:23 2016 (r293341) @@ -10,6 +10,7 @@ LIBSTAND_CPUARCH=${MACHINE_CPUARCH} .endif LIBC_SRC= ${LIBSTAND_SRC}/../libc INTERNALLIB= +INCS= MAN= .PATH: ${LIBSTAND_SRC}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601071919.u07JJNFT009196>