mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-26 20:12:44 +00:00
xdev: Add missing 'make obj' treewalk for 'make includes'.
It is possible that building headers requires an OBJDIR. The other phases of xdev have their own 'make obj' calls where needed, such as inside 'make libraries' itself. MFC after: 2 weeks Sponsored by: Dell EMC Isilon
This commit is contained in:
parent
2aba4f29f9
commit
57820ca8df
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=325086
@ -2897,6 +2897,10 @@ _xi-cross-tools: .PHONY
|
||||
.endfor
|
||||
|
||||
_xi-includes: .PHONY
|
||||
.if !defined(NO_OBJ)
|
||||
${_+_}cd ${.CURDIR}; ${CD2MAKE} -f Makefile.inc1 _obj \
|
||||
DESTDIR=${XDDESTDIR}
|
||||
.endif
|
||||
${_+_}cd ${.CURDIR}; ${CD2MAKE} -f Makefile.inc1 includes \
|
||||
DESTDIR=${XDDESTDIR}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user