Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Sep 2016 19:31:05 -0700
From:      "Simon J. Gerraty" <sjg@juniper.net>
To:        Bryan Drewery <bdrewery@FreeBSD.org>
Cc:        <src-committers@FreeBSD.org>, <svn-src-all@FreeBSD.org>, <svn-src-head@FreeBSD.org>, <sjg@juniper.net>
Subject:   Re: svn commit: r305634 - head/share/mk
Message-ID:  <8255.1473993065@kaos.jnpr.net>
In-Reply-To: <a35a78e8-5464-ec1d-ec06-36f0cf7ded64@FreeBSD.org>
References:  <201609090121.u891LZOO023156@repo.freebsd.org> <bf4c21cd-cbf3-55b9-d0f0-c0cbd01e5428@FreeBSD.org> <76524.1473467847@kaos.jnpr.net> <a35a78e8-5464-ec1d-ec06-36f0cf7ded64@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Bryan Drewery <bdrewery@FreeBSD.org> wrote:
> On 9/9/16 5:37 PM, Simon J. Gerraty wrote:
> > Bryan Drewery <bdrewery@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?



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?8255.1473993065>