Re: 'cd /usr/src/etc; make distribute' broken.

2003-09-13 Thread Jun Kuriyama
At Fri, 12 Sep 2003 20:01:36 + (UTC), Kris Kennaway wrote: > This used to work fine, but now it is dying with the following: > > install -o root -g wheel -m 644 > /a/asami/portbuild/amd64/5/src/etc/sendmail/freebsd.mc > /a/asami/portbuild/amd64/5/src/etc/sendmail/freebsd.cf //var/chroot/etc

Re: 'cd /usr/src/etc; make distribute' broken.

2003-09-12 Thread Kris Kennaway
On Fri, Sep 12, 2003 at 11:14:15PM +0300, Ruslan Ermilov wrote: > A FAQ question on current@ these days. The ``distribute'' is > the special case of ``install''. Before installing stuff, you > should build it first. There was a bug in etc/sendmail/Makefile > that was attempting to build stuff d

Re: 'cd /usr/src/etc; make distribute' broken.

2003-09-12 Thread Ruslan Ermilov
On Fri, Sep 12, 2003 at 01:00:06PM -0700, Kris Kennaway wrote: > As part of my world-building script for creating binary distributions > for use on bento I use the following to populate /etc in the target > directory: > --- > cd /usr/src/etc > make distribute DISTRIBUTION=/destdir TARGET_ARCH=whate

Re: 'cd /usr/src/etc; make distribute' broken.

2003-09-12 Thread Kris Kennaway
On Fri, Sep 12, 2003 at 01:00:06PM -0700, Kris Kennaway wrote: > As part of my world-building script for creating binary distributions > for use on bento I use the following to populate /etc in the target > directory: > --- > cd /usr/src/etc > make distribute DISTRIBUTION=/destdir TARGET_ARCH=whate

'cd /usr/src/etc; make distribute' broken.

2003-09-12 Thread Kris Kennaway
As part of my world-building script for creating binary distributions for use on bento I use the following to populate /etc in the target directory: --- cd /usr/src/etc make distribute DISTRIBUTION=/destdir TARGET_ARCH=whatever --- This used to work fine, but now it is dying with the following: in