Re: make vs. gmake in 6-CURRENT...

From: Ruslan Ermilov <ru_at_FreeBSD.org>
Date: Thu, 16 Dec 2004 21:39:34 +0200
Hi Chuck,

On Thu, Dec 16, 2004 at 01:30:26PM -0500, Chuck Swiger wrote:
> Try a "make install" against this:
> 
> # Makefile attempt to reproduce bug
> 
> BIN_FILES=      foo bar baz
> WRKSRC=         /tmp
> 
> install:
> .for i in ${BIN_FILES}
>         cp ${WRKSRC}/${i} /var/tmp/
> .endfor
> 
> 
> ...and see whether 6's make space-stuffs "/tmp/foo" into "/tmp/ foo".  If 
> it doesn't, the port's Makefile isn't much bigger than this example.
> 
> Thanks for the interest...
> 
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,
-- 
Ruslan Ermilov
ru_at_FreeBSD.org
FreeBSD committer

Received on Thu Dec 16 2004 - 18:39:34 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:24 UTC