Date: Wed, 23 Oct 2002 14:11:08 +0300 From: Ruslan Ermilov <ru@FreeBSD.org> To: Max Khon <fjoe@iclub.nsu.ru> Cc: current@FreeBSD.org, Peter Wemm <peter@FreeBSD.org> Subject: Re: building -CURRENT on RELENG_4 Message-ID: <20021023111108.GA31781@sunbay.com> In-Reply-To: <20021023010831.A24075@iclub.nsu.ru> References: <20021023010831.A24075@iclub.nsu.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
--u3/rZRmxL6MmkK24
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
On Wed, Oct 23, 2002 at 01:08:31AM +0700, Max Khon wrote:
> hi, there!
>=20
> cross-building -CURRENT on RELENG_4 is broken in src/usr.bin/xlint/lint1:
>=20
> --- cut here ---
> ...
> sh /usr/fbsd/HEAD/src/usr.bin/xlint/lint1/makeman /usr/libexec/lint1 -m >=
lint.7
> lint1: illegal option -- m
> usage: lint1 [-abcdeghprstuvyzF] src dest
> gzip -cn lint.7 > lint.7.gz
> --- cut here ---
>=20
Peter has "broken" it in his latest revision to xlint/lint1/Makefile.
This should fix it:
%%%
Index: Makefile
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /home/ncvs/src/usr.bin/xlint/lint1/Makefile,v
retrieving revision 1.15
diff -u -r1.15 Makefile
--- Makefile 17 Sep 2002 01:49:00 -0000 1.15
+++ Makefile 23 Oct 2002 10:58:53 -0000
@@ -17,6 +17,6 @@
.PATH: ${.CURDIR}/../common
=20
lint.7: makeman
- sh ${.CURDIR}/makeman ${BINDIR}/${PROG} -m >${.TARGET}
+ sh ${.CURDIR}/makeman ${DESTDIR}${BINDIR}/${PROG} -m >${.TARGET}
=20
.include <bsd.prog.mk>
%%%
DESTDIR is set to WORLDTMP during buildworld (WMAKEENV in Makefile.inc1).
Cheers,
--=20
Ruslan Ermilov Sysadmin and DBA,
ru@sunbay.com Sunbay Software AG,
ru@FreeBSD.org FreeBSD committer,
+380.652.512.251 Simferopol, Ukraine
http://www.FreeBSD.org The Power To Serve
http://www.oracle.com Enabling The Information Age
--u3/rZRmxL6MmkK24
Content-Type: application/pgp-signature
Content-Disposition: inline
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (FreeBSD)
iD8DBQE9toPMUkv4P6juNwoRAtJcAJ45+GEQ2EqFCz6Gvnu9vETVtfck+QCfau/F
YCiBa/OfC/wmut+msLHaIZ8=
=kjjR
-----END PGP SIGNATURE-----
--u3/rZRmxL6MmkK24--
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021023111108.GA31781>
