Date: Mon, 15 Mar 2004 04:26:22 -0800 From: Kris Kennaway <kris@obsecurity.org> To: Oliver Eikemeier <eikemeier@fillmore-labs.com> Cc: Kris Kennaway <kris@obsecurity.org> Subject: Re: INDEX user-friendliness and SMP speed-up patch Message-ID: <20040315122621.GA24383@xor.obsecurity.org> In-Reply-To: <40558B72.3090409@fillmore-labs.com> References: <20040315103649.GA13718@xor.obsecurity.org> <40558B72.3090409@fillmore-labs.com>
next in thread | previous in thread | raw e-mail | index | archive | help
--ZPt4rx8FFjLCG7dd Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Mar 15, 2004 at 11:54:42AM +0100, Oliver Eikemeier wrote: > Kris Kennaway wrote: >=20 > >+ if [ "${INDEX_PRISTINE}" !=3D "" ]; then \ > >+ export LOCALBASE=3D/nonexistentlocal; \ > >+ export X11BASE=3D/nonexistentx; \ > >+ fi; \ >=20 > Will you set DEFAULT_OPTIONS=3Dyes here (for PR 64233), or should I test = for=20 > INDEX_PRISTINE? Here would probably be the place for it. > >+ cat $${tmpdir}/${INDEXFILE}.desc.* | perl=20 > >${.CURDIR}/Tools/make_index | \ > >+ sed -e 's/ */ /g' -e 's/| */|/g' -e 's/ *|/|/g' -e=20 > >"s,$${LOCALBASE},/usr/local," \ > >+ -e "s,$${X11BASE},/usr/X11R6," -e 's./.=01.g' | \ >=20 > Is "s,$${LOCALBASE},/usr/local," "s,$${X11BASE},/usr/X11R6," appropriate > if INDEX_PRISTINE is not defined? Good point, I'll change that. > >+.if defined(BUILDING_INDEX) > >+describe: ${SUBDIR:S/^/describe./} > >+ > >+.for i in ${SUBDIR} > >+describe.$i: > >+ @${MAKE} -B ${i:S/^/_/:S/$/.describe/} >=20 > >${INDEX_TMPDIR}/${INDEXFILE}.desc.${i} > >+.endfor > >+.else > > describe: ${SUBDIR:S/^/_/:S/$/.describe/} > >+.endif >=20 > I always wondered why we don't have >=20 > .PHONY describe >=20 > and >=20 > .PHONY describe.$i >=20 > here. Any reasons for that? Hmm, I'm not sure what that would do. Kris --ZPt4rx8FFjLCG7dd Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAVaDtWry0BWjoQKURAv/qAJ9iB1trn6r1EIwxKObl58A7c4H+DACfdUWZ t+J095Xlw41pdx0g/64azg4= =I67/ -----END PGP SIGNATURE----- --ZPt4rx8FFjLCG7dd--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040315122621.GA24383>