Subject: Re: 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/02/2001 02:10:23
--wZdghQXYJzyo6AGC
Content-Type: multipart/mixed; boundary="mhjHhnbe5PrRcwjY"
Content-Disposition: inline
--mhjHhnbe5PrRcwjY
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
Whoops. That patch won't work after all. (I'd dropped a full path in
to restart my make release, but hadn't really looked closely.)
Something more like the attached works properly. But I still don't
think it's the right thing.
(Oh, and I know it works this time, since I had to restart the make
release. Here's a tip: don't set RELEASEDIR in mk.conf based on
date(1) if you're going to be building across midnight. Do it in the
environment.)
--=20
~ g r @ eclipsed.net
--mhjHhnbe5PrRcwjY
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="Makefile.diff"
Content-Transfer-Encoding: quoted-printable
--- gnu/usr.sbin/sendmail/cf/cf/Makefile.orig Thu Nov 1 22:50:22 2001
+++ gnu/usr.sbin/sendmail/cf/cf/Makefile Fri Nov 2 01:35:44 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
+ ${.CURDIR}/netbsd-proto.cf ${DESTDIR}/etc/mail/sendmail.cf
=20
# this is overkill, but....
M4FILES=3D ${CFDIR}/domain/Berkeley.EDU.m4 \
--mhjHhnbe5PrRcwjY--
--wZdghQXYJzyo6AGC
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
iEYEARECAAYFAjviRt8ACgkQ9ehacAz5CRqW2QCePPbCEWXQutps5jRhbG2ovLRs
r6YAoJs06ZuVh8z8TsIqOBetFiEIywPG
=NwNU
-----END PGP SIGNATURE-----
--wZdghQXYJzyo6AGC--