Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones
This implifies pathing in make/displayed output MFC after: 3 weeks Sponsored by: Dell EMC Isilon
This commit is contained in:
parent
d7258acdbd
commit
bf51ed485e
@ -5,7 +5,7 @@
|
|||||||
PACKAGE=lib${LIB}
|
PACKAGE=lib${LIB}
|
||||||
LIB=rt
|
LIB=rt
|
||||||
SHLIB_MAJOR= 1
|
SHLIB_MAJOR= 1
|
||||||
CFLAGS+=-I${.CURDIR}/../libc/include -I${.CURDIR}
|
CFLAGS+=-I${SRCTOP}/lib/libc/include -I${.CURDIR}
|
||||||
.ifndef NO_THREAD_STACK_UNWIND
|
.ifndef NO_THREAD_STACK_UNWIND
|
||||||
CFLAGS+=-fexceptions
|
CFLAGS+=-fexceptions
|
||||||
.endif
|
.endif
|
||||||
@ -18,7 +18,7 @@ SRCS+= aio.c mq.c sigev_thread.c timer.c
|
|||||||
|
|
||||||
PRECIOUSLIB=
|
PRECIOUSLIB=
|
||||||
|
|
||||||
VERSION_DEF=${.CURDIR}/../libc/Versions.def
|
VERSION_DEF=${SRCTOP}/lib/libc/Versions.def
|
||||||
SYMBOL_MAPS=${.CURDIR}/Symbol.map
|
SYMBOL_MAPS=${.CURDIR}/Symbol.map
|
||||||
|
|
||||||
.if ${MK_TESTS} != "no"
|
.if ${MK_TESTS} != "no"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user