svn commit: r305634 - head/share/mk

Simon J. Gerraty sjg at juniper.net
Fri Sep 16 02:31:22 UTC 2016


Bryan Drewery <bdrewery at FreeBSD.org> wrote:
> On 9/9/16 5:37 PM, Simon J. Gerraty wrote:
> > Bryan Drewery <bdrewery at freebsd.org> wrote:
> > 
> >>> +# some targets involve old pre-built targets
> >>> +# ignore mtime of shell
> >>> +# and mtime of makefiles does not matter in meta mode
> >>> +.MAKE.META.IGNORE_PATHS += \
> >>> +        ${MAKEFILE} \
> >>> +        ${SHELL} \
> >>> +        ${SYS_MK_DIR}
> >>
> >> I think it could be problematic to ignore *.mk changes.  The build

> Can you at least wrap it in something like .if
> !defined(META_CONSIDER_MK_FILES) ?

How about META_IGNORE_MAKEFILES ?
Could even be an option ie. -DWITHOUT_META_IGNORE_MAKEFILES to disable?


More information about the svn-src-head mailing list