make vs. gmake in 6-CURRENT...

Ruslan Ermilov ru at FreeBSD.org
Thu Dec 16 11:39:34 PST 2004


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-current/attachments/20041216/1ffbae09/attachment.bin


More information about the freebsd-current mailing list