On 2006-03-09 10:15, Ruslan Ermilov <ru_at_freebsd.org> wrote: > > %%% > > Index: Makefile.inc1 > > =================================================================== > > --- Makefile.inc1 (.../branches/ncvs/src/Makefile.inc1) (revision 42) > > +++ Makefile.inc1 (.../trunk/src/Makefile.inc1) (revision 42) > > _at__at_ -824,6 +824,10 _at__at_ > > _pwd_mkdb= usr.sbin/pwd_mkdb > > .endif > > > > +.if ${BOOTSTRAPPING} < 700014 > > +_gensnmptree= usr.sbin/bsnmpd/gensnmptree > > +.endif > > + > > bootstrap-tools: > > .for _tool in \ > > ${_strfile} \ > > _at__at_ -839,6 +843,7 _at__at_ > > usr.bin/rpcgen \ > > usr.bin/xinstall \ > > usr.sbin/config \ > > + ${_gensnmptree} \ > > ${_crunchgen} \ > > ${_pwd_mkdb} > > ${_+_}_at_${ECHODIR} "===> ${_tool} (obj,depend,all,install)"; \ > > %%% > > Yes, exactly this. On 2006-03-09 09:24, Harti Brandt <hartmut.brandt_at_dlr.de> wrote: > > Looks fine to me, if it fixes the problem. > > harti Thanks, committed. Do you think we also need to merge this to RELENG_6 and RELENG_5 some time later, to allow upgrades from those branches to the HEAD of CURRENT? - GiorgosReceived on Thu Mar 09 2006 - 11:57:24 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:53 UTC