Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Sep 1997 14:21:41 +1000
From:      Stephen McKay <syssgm@dtir.qld.gov.au>
To:        Peter Wemm <peter@netplex.com.au>
Cc:        freebsd-stable@FreeBSD.ORG, syssgm@dtir.qld.gov.au
Subject:   Re: No-go with read-only src tree 
Message-ID:  <199709230421.OAA05113@troll.dtir.qld.gov.au>
In-Reply-To: <199709221457.WAA25252@spinner.netplex.com.au> from Peter Wemm at "Mon, 22 Sep 1997 22:57:18 %2B0800"
References:  <199709221457.WAA25252@spinner.netplex.com.au>

next in thread | previous in thread | raw e-mail | index | archive | help
On Monday, 22nd September 1997, Peter Wemm wrote:

>Perhaps change:
>        cd ${.CURDIR}/usr.bin/lex && ${MAKE} bootstrap && ${MAKE} depend && \
>                ${MAKE} ${MK_FLAGS} -DNOLIB all install ${CLEANDIR} ${OBJDIR}
>To something like:
>        cd ${.CURDIR}/usr.bin/lex && ${MAKE} bootstrap && ${MAKE} depend && \
>                ${MAKE} ${MK_FLAGS} -DNOLIB all install ${CLEANDIR}
>.if !defined(NOOBJDIR)
>	cd ${.CURDIR}/usr.bin/lex && ${MAKE} obj
>.endif
>
>Or even:
>        cd ${.CURDIR}/usr.bin/lex && ${MAKE} bootstrap && ${MAKE} depend && \
>                ${MAKE} ${MK_FLAGS} -DNOLIB all install clean cleandepend
>
>One of those might do it.

I came up with these two as well, but I prefer the first, though I'm finding
it hard to produce convincing reasons.  Either should do.  I'm about to do
another run from scratch with the first change in place.

Oh, and you might have missed that I needed to do a make install in share/mk
up front to get past building make.  I'll fiddle/fix that too.

And I'm hung up on the "cd /usr/src/share/info; ${MAKE} install" in
bsd.info.mk too.  Sigh.  One thing at a time...

Stephen.



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