Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones
This simplifies pathing in make/displayed output MFC after: 3 weeks Sponsored by: Dell EMC Isilon
This commit is contained in:
parent
dff7e49047
commit
ea32ac0c79
@ -1,10 +1,10 @@
|
||||
# $FreeBSD$
|
||||
|
||||
.PATH: ${.CURDIR}/../../libc/iconv
|
||||
.PATH: ${SRCTOP}/lib/libc/iconv
|
||||
|
||||
SHLIB_MAJOR= 4
|
||||
WARNS?= 6
|
||||
CFLAGS+= -I${.CURDIR}/../../libc/iconv
|
||||
CFLAGS+= -I${SRCTOP}/lib/libc/iconv
|
||||
|
||||
CFLAGS+= -Dbool=_Bool
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# $FreeBSD$
|
||||
|
||||
.PATH: ${.CURDIR}/../mapper_serial
|
||||
.PATH: ${.CURDIR:H}/mapper_serial
|
||||
|
||||
SHLIB= mapper_parallel
|
||||
SRCS+= citrus_mapper_serial.c
|
||||
|
Loading…
x
Reference in New Issue
Block a user