svn commit: r261031 - in head: . etc usr.sbin/etcupdate usr.sbin/mergemaster

Glen Barber gjb at FreeBSD.org
Thu Jan 23 06:36:44 UTC 2014


On Thu, Jan 23, 2014 at 12:19:22AM -0600, Bryan Drewery wrote:
> > > Modified: head/etc/Makefile
> > > ==============================================================================
> > > --- head/etc/Makefile	Wed Jan 22 16:50:18 2014	(r261030)
> > > +++ head/etc/Makefile	Wed Jan 22 16:59:53 2014	(r261031)
> > > @@ -198,6 +198,8 @@ distribution:
> > >  	    ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 \
> > >  		${BIN1} ${DESTDIR}/etc; \
> > >  	    cap_mkdb ${CAP_MKDB_ENDIAN} ${DESTDIR}/etc/login.conf; \
> > > +	    services_mkdb ${CAP_MKDB_ENDIAN} -o ${DESTDIR}/var/db/services.db \
> > > +		${DESTDIR}/etc/services; \
> > 
> > Something is not right here. Building in a jail with make distribution
> > fails:
> 
> Correction, I am not using jails here. This is setting TARGET_ARCH for a
> build.
> 
> It seems to be using the already installed host version (which does not
> have the -l support) and not the just-built version.
> 

It needs to use the build host version, because using (for example)
powerpc resulting binary won't work on and amd64 system.

Glen

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 834 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-src-all/attachments/20140123/42dcc1a6/attachment.sig>


More information about the svn-src-all mailing list