From owner-freebsd-current Wed Oct 23 4:12: 4 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 722CA37B401; Wed, 23 Oct 2002 04:12:02 -0700 (PDT) Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD4D443E88; Wed, 23 Oct 2002 04:11:55 -0700 (PDT) (envelope-from ru@whale.sunbay.crimea.ua) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id g9NBB8I40502; Wed, 23 Oct 2002 14:11:08 +0300 (EEST) (envelope-from ru) Date: Wed, 23 Oct 2002 14:11:08 +0300 From: Ruslan Ermilov To: Max Khon Cc: current@FreeBSD.org, Peter Wemm Subject: Re: building -CURRENT on RELENG_4 Message-ID: <20021023111108.GA31781@sunbay.com> References: <20021023010831.A24075@iclub.nsu.ru> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="u3/rZRmxL6MmkK24" Content-Disposition: inline In-Reply-To: <20021023010831.A24075@iclub.nsu.ru> User-Agent: Mutt/1.3.99i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --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 %%% 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