Subject: Re: build problem
To: Jachym Holecek <freza@liberouter.org>
From: Luke Mewburn <lukem@NetBSD.org>
List: current-users
Date: 04/16/2005 17:37:35
--J2uG6jHjFLimDtBY
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
On Fri, Apr 15, 2005 at 07:06:26PM +0200, Jachym Holecek wrote:
| Hi,
|=20
| > I applied p2, and building succeeded (but later failed because of
| > "Files in flist but missing from DESTDIR").
| >=20
| > Do p1 and p2 make any sense, or how should this be fixed?
|=20
| Shouldn't it be more like below? "Yeah, stating the obvious." ;-)
|=20
| Regards,
| -- Jachym Holecek
|=20
| > [... snip diff ...]
| > -.if (${MKINET6} !=3D "no")
| > +.if (${USE_INET6} !=3D "no")
| > SUBDIR+=3D ping6 rtsol
| > .endif
|=20
| .if (${MKINET6} !=3D "no") && (${USE_INET6} !=3D "no")
| SUBDIR+=3D ping6 rtsol
| .endif
|=20
That's not necessary; setting MKINET6=3Dno will set USE_INET6=3Dno,
so just checking the latter is sufficient.
--J2uG6jHjFLimDtBY
Content-Type: application/pgp-signature
Content-Disposition: inline
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (NetBSD)
iD8DBQFCYMC/pBhtmn8zJHIRApSAAJwN8oXOuFfSQcxBICr8rEVbSlr4AgCg0+rC
v7Kr1j9o7ylEu1GCCzsyxg0=
=TSDI
-----END PGP SIGNATURE-----
--J2uG6jHjFLimDtBY--