mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-01 12:19:28 +00:00
Remove redundant .NOPATH.
All of these are already in CLEANFILES which is added to .NOPATH in bsd.obj.mk. Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
595fe15108
commit
266a154003
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=288267
@ -75,6 +75,4 @@ CLEANFILES+= tm.h tconfig.h options.h optionlist cs-tconfig.h cs-tm.h
|
||||
tm.h tconfig.h options.h: ${CCDIR}/cc_tools/Makefile
|
||||
(cd ${.CURDIR}; ${MAKE} -f ${.ALLSRC} MFILE=${.ALLSRC} GCCDIR=${GCCDIR} ${.TARGET})
|
||||
|
||||
.NOPATH: ${CLEANFILES}
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
|
@ -16,8 +16,6 @@ INSTALLED_HEADERS= readline.h chardefs.h keymaps.h history.h tilde.h \
|
||||
CFLAGS+= -I${.OBJDIR}/..
|
||||
SRCDIR= ${.CURDIR}/../../../../contrib/libreadline
|
||||
|
||||
.NOPATH: ${INSTALLED_HEADERS}
|
||||
|
||||
beforebuild: ${INSTALLED_HEADERS}
|
||||
CLEANFILES+= ${INSTALLED_HEADERS}
|
||||
DPSRCS+= ${INSTALLED_HEADERS}
|
||||
|
@ -216,8 +216,6 @@ tconfig.h:
|
||||
GENSRCS+= tconfig.h
|
||||
CLEANFILES+= cs-tconfig.h
|
||||
|
||||
.NOPATH: ${GENSRCS} ${CLEANFILES}
|
||||
|
||||
# Options
|
||||
optionlist: ${OPT_FILES}
|
||||
LC_ALL=C awk -f ${GCCDIR}/opt-gather.awk ${.ALLSRC} > ${.TARGET}
|
||||
|
Loading…
Reference in New Issue
Block a user