mirror of
https://git.freebsd.org/src.git
synced 2026-01-16 23:02:24 +00:00
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
5741e8889d
commit
b18d12ba9e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=312510
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ CLEANFILES= ${GENSRCS}
|
|||
CLEANDIRS= sys
|
||||
CFLAGS+= -I. -I${SRCDIR} -I${ELFTCDIR}/common
|
||||
|
||||
sys/elf32.h sys/elf64.h sys/elf_common.h: ${.CURDIR}/../../sys/${.TARGET} .NOMETA
|
||||
sys/elf32.h sys/elf64.h sys/elf_common.h: ${SRCTOP}/sys/${.TARGET} .NOMETA
|
||||
mkdir -p ${.OBJDIR}/sys
|
||||
ln -sf ${.ALLSRC} ${.TARGET}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue