Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Dec 2004 21:39:34 +0200
From:      Ruslan Ermilov <ru@FreeBSD.org>
To:        Chuck Swiger <cswiger@mac.com>
Cc:        current@FreeBSD.org
Subject:   Re: make vs. gmake in 6-CURRENT...
Message-ID:  <20041216193934.GC14801@ip.net.ua>
In-Reply-To: <41C1D442.8090608@mac.com>
References:  <41C10C99.10600@mac.com> <20041216103849.GF10839@ip.net.ua> <41C1D442.8090608@mac.com>

next in thread | previous in thread | raw e-mail | index | archive | help

--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--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041216193934.GC14801>