Explicitly move setting of NOxxx (et al) to the top of the Makefile
(before including <bsd.own.mk>)
This commit is contained in:
parent
ec5dbc56b8
commit
16683a00df
|
@ -1,6 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.29 2002/08/19 09:46:39 lukem Exp $
|
||||
|
||||
LIB= bfd
|
||||
# $NetBSD: Makefile,v 1.30 2002/08/19 15:01:34 lukem Exp $
|
||||
|
||||
NOLINKLIB= # defined
|
||||
NOLINT= # defined
|
||||
|
@ -9,6 +7,8 @@ NOPROFILE= # defined
|
|||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
LIB= bfd
|
||||
|
||||
.if defined(USE_NEW_TOOLCHAIN)
|
||||
|
||||
.if exists(${.CURDIR}/arch/${MACHINE_ARCH}/defs.mk)
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
# $NetBSD: Makefile,v 1.42 2002/08/19 09:46:40 lukem Exp $
|
||||
# $NetBSD: Makefile,v 1.43 2002/08/19 15:01:35 lukem Exp $
|
||||
|
||||
REQUIRETOOLS= yes
|
||||
|
||||
LIB= gcc
|
||||
NOLINT= # defined
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
LIB= gcc
|
||||
|
||||
.cc: # disable .cc->NULL transform
|
||||
|
||||
.if defined(USE_NEW_TOOLCHAIN)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# $Id: Makefile,v 1.6 2001/12/12 01:48:58 tv Exp $
|
||||
# $Id: Makefile,v 1.7 2002/08/19 15:01:36 lukem Exp $
|
||||
|
||||
CPPFLAGS+= -I${.CURDIR} -DSTDC_HEADERS -DHAVE_STDLIB_H
|
||||
NOMAN= # defined
|
||||
|
||||
LIB= gnumalloc
|
||||
SRCS+= combined.c
|
||||
|
@ -8,6 +8,7 @@ SRCS+= combined.c
|
|||
SRCS+= cfree.c calloc.c morecore.c
|
||||
SRCS+= memalign.c valloc.c mcheck.c mtrace.c mstats.c vm-limit.c
|
||||
SRCS+= ralloc.c
|
||||
NOMAN= # defined
|
||||
|
||||
CPPFLAGS+= -I${.CURDIR} -DSTDC_HEADERS -DHAVE_STDLIB_H
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
|
|
Loading…
Reference in New Issue