Subject: src/gnu/usr.sbin/sendmail/cf/cf and make release
To: None <current-users@netbsd.org>
From: gabriel rosenkoetter <gr@eclipsed.net>
List: current-users
Date: 11/01/2001 23:12:13
--x4pBfXISqBoDm8sr
Content-Type: multipart/mixed; boundary="yVhtmJPUSI46BTXb"
Content-Disposition: inline
--yVhtmJPUSI46BTXb
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
I just can't buy a break.
I finally got a build to complete via build.sh, where I forgot the
-R flag to make a release. (Doh!)
So I did make INSTALL_DONE release in /usr/src and (shortly) got
this:
[...]
STRIP=3D/usr/obj/tools/bin/i386--netbsdelf-strip /usr/obj/tools/bin/binstal=
l -c -o root -g wheel -m 444 netbsd-proto.cf /build/etc/mail/sendmail.cf
binstall: netbsd-proto.cf: No such file or directory
*** Error code 1
Stop.
make: stopped in /usr/src/gnu/usr.sbin/sendmail/cf/cf
The attached patch to src/gnu/usr.sbin/sendmail/cf/cf/Makefile
allows my make release to continue, though I'm not sure it's the
correct naming convention.
--=20
~ g r @ eclipsed.net
--yVhtmJPUSI46BTXb
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="Makefile.diff"
Content-Transfer-Encoding: quoted-printable
--- Makefile.orig Thu Nov 1 22:50:22 2001
+++ Makefile Thu Nov 1 23:02:30 2001
@@ -45,7 +45,7 @@
=20
distribution: netbsd-proto.cf
${INSTALL} ${INSTPRIV} ${COPY} -o root -g wheel -m 444 \
- netbsd-proto.cf ${DESTDIR}/etc/mail/sendmail.cf
+ ${CFDIR}/cf/netbsd-proto.cf ${DESTDIR}/etc/mail/sendmail.cf
=20
# this is overkill, but....
M4FILES=3D ${CFDIR}/domain/Berkeley.EDU.m4 \
--yVhtmJPUSI46BTXb--
--x4pBfXISqBoDm8sr
Content-Type: application/pgp-signature
Content-Disposition: inline
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (NetBSD)
Comment: For info see http://www.gnupg.org
iEYEARECAAYFAjviHR0ACgkQ9ehacAz5CRo3IQCfWap3pNW4U1fe1M72WpCKINXC
K2cAoJznnypl9e51puZ+LjbvBVdpL4XX
=A6T4
-----END PGP SIGNATURE-----
--x4pBfXISqBoDm8sr--