Date: Thu, 12 Oct 2017 14:57:00 +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: r324555 - head/sys/boot/i386/zfsboot Message-ID: <201710121457.v9CEv0Ye035336@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: imp Date: Thu Oct 12 14:57:00 2017 New Revision: 324555 URL: https://svnweb.freebsd.org/changeset/base/324555 Log: Honor CFLAGS modifications in Makefile.inc by using += here. There's no hyper-small space constraints, so there's no reason to tightly control it. Sponsored by: Netflix Modified: head/sys/boot/i386/zfsboot/Makefile Modified: head/sys/boot/i386/zfsboot/Makefile ============================================================================== --- head/sys/boot/i386/zfsboot/Makefile Thu Oct 12 14:56:54 2017 (r324554) +++ head/sys/boot/i386/zfsboot/Makefile Thu Oct 12 14:57:00 2017 (r324555) @@ -18,7 +18,7 @@ REL1= 0x700 ORG1= 0x7c00 ORG2= 0x2000 -CFLAGS= -DBOOTPROG=\"zfsboot\" \ +CFLAGS+=-DBOOTPROG=\"zfsboot\" \ -O1 \ -DZFS -DBOOT2 \ -DSIOPRT=${BOOT_COMCONSOLE_PORT} \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710121457.v9CEv0Ye035336>