Toolchain upgrade and portability improvements.
upgrade to NetBSD CVS release from 2012/10/17 12:00:00 UTC Makefiles updates to imporve portability Made sure to be consistent in the usage of braces/parenthesis at least on a per file basis. For variables, it is recommended to continue to use braces.
This commit is contained in:
@@ -1,14 +1,13 @@
|
||||
# $NetBSD: Makefile,v 1.10 2007/05/28 12:06:24 tls Exp $
|
||||
# $NetBSD: Makefile,v 1.12 2012/05/07 08:51:47 wiz Exp $
|
||||
|
||||
.include <bsd.own.mk> # for MKDYNAMICROOT definition
|
||||
|
||||
.if defined(__MINIX)
|
||||
MKDYNAMICROOT= no
|
||||
SMALLPROG= yes
|
||||
USE_FORT=no # __SSP_FORTIFY_LEVEL=0
|
||||
.else
|
||||
USE_FORT?= yes # data-driven bugs?
|
||||
.endif
|
||||
USE_FORT?= yes # data-driven bugs?
|
||||
|
||||
|
||||
PROG= bzip2
|
||||
LDDIR!= cd ${NETBSDSRCDIR}/lib/libbz2 && ${PRINTOBJDIR}
|
||||
|
||||
Reference in New Issue
Block a user