312809fe7f
The env space consumed by exporting all libc's .meta files left little room for command line, so unexport when done. Update dirdeps.mk to latest and add dirdeps-targets.mk to simplify/update targets/Makefile Makefile changes to go with Makefile.depend changes in D22494 Reviewed by: bdrewery MFC after: 1 week Sponsored by: Juniper Networks Differential Revision: https://reviews.freebsd.org/D22495
20 lines
268 B
Makefile
20 lines
268 B
Makefile
# $FreeBSD$
|
|
|
|
.include <src.opts.mk>
|
|
|
|
PACKAGE= clibs
|
|
LIB= gcc_eh
|
|
NO_PIC=
|
|
MK_SSP= no
|
|
WARNS?= 2
|
|
|
|
.include "Makefile.inc"
|
|
|
|
.if ${.MAKE.LEVEL} > 0
|
|
# avoid circular dependencies
|
|
GENDIRDEPS_FILTER+= Nlib/msun
|
|
CFLAGS+= -I${SRCTOP}/lib/msun/src
|
|
.endif
|
|
|
|
.include <bsd.lib.mk>
|