From owner-freebsd-current@FreeBSD.ORG Thu Dec 16 19:39:34 2004 Return-Path: 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 1308A16A4CE; Thu, 16 Dec 2004 19:39:34 +0000 (GMT) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2030743D3F; Thu, 16 Dec 2004 19:39:33 +0000 (GMT) (envelope-from ru@ip.net.ua) Received: from localhost (rocky.ip.net.ua [82.193.96.2]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id iBGJdVRJ031633; Thu, 16 Dec 2004 21:39:31 +0200 (EET) (envelope-from ru@ip.net.ua) Received: from tigra.ip.net.ua ([82.193.96.10]) by localhost (rocky.ipnet [82.193.96.2]) (amavisd-new, port 10024) with LMTP id 10165-12; Thu, 16 Dec 2004 21:39:31 +0200 (EET) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id iBGJdUDb031630 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 16 Dec 2004 21:39:31 +0200 (EET) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.13.1/8.13.1) id iBGJdY9K015002; Thu, 16 Dec 2004 21:39:34 +0200 (EET) (envelope-from ru) Date: Thu, 16 Dec 2004 21:39:34 +0200 From: Ruslan Ermilov To: Chuck Swiger Message-ID: <20041216193934.GC14801@ip.net.ua> References: <41C10C99.10600@mac.com> <20041216103849.GF10839@ip.net.ua> <41C1D442.8090608@mac.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="p2kqVDKq5asng8Dg" Content-Disposition: inline In-Reply-To: <41C1D442.8090608@mac.com> User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new at ip.net.ua cc: Hartmut Brandt cc: current@FreeBSD.org Subject: Re: make vs. gmake in 6-CURRENT... X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Dec 2004 19:39:34 -0000 --p2kqVDKq5asng8Dg Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi Chuck, On Thu, Dec 16, 2004 at 01:30:26PM -0500, Chuck Swiger wrote: > Try a "make install" against this: >=20 > # Makefile attempt to reproduce bug >=20 > BIN_FILES=3D foo bar baz > WRKSRC=3D /tmp >=20 > install: > .for i in ${BIN_FILES} > cp ${WRKSRC}/${i} /var/tmp/ > .endfor >=20 >=20 > ...and see whether 6's make space-stuffs "/tmp/foo" into "/tmp/ foo". If= =20 > it doesn't, the port's Makefile isn't much bigger than this example. >=20 > Thanks for the interest... >=20 Script started on Thu Dec 16 19:37:40 2004 $ hostname pointyhat.freebsd.org $ make -n install cp /tmp/foo /var/tmp/ cp /tmp/bar /var/tmp/ cp /tmp/baz /var/tmp/ Script done on Thu Dec 16 19:37:53 2004 Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --p2kqVDKq5asng8Dg Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBweR2qRfpzJluFF4RAonzAKCZ/55H5W5SbZLWog3uM3RUZkHNDACeO55E qgU0zywdlPJIIIU1zwZY9nw= =PPn6 -----END PGP SIGNATURE----- --p2kqVDKq5asng8Dg--