Bryan Drewery <bdrew...@freebsd.org> wrote:
> On 9/9/16 5:37 PM, Simon J. Gerraty wrote:
> > Bryan Drewery <bdrew...@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?
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to