On Sun, 13 Feb 2011 14:14:17 +0000 (UTC)
"Helmut Schneider" <[email protected]> wrote:
> [helmut@BSDHelmut ~]$ grep -ir latest /usr/ports/www/apache2?
> /usr/ports/www/apache20/Makefile:LATEST_LINK= apache20
> /usr/ports/www/apache22/Makefile:LATEST_LINK?= apache22
> [helmut@BSDHelmut ~]$
>
> So, what's the difference between e.g. "LATEST_LINK=" and
> "LATEST_LINK?="?
>
from make(1)
= Assign the value to the variable. Any previous value is overrid-
den.
?= Assign the value to the variable if it is not already defined.
--
Gary Jennejohn
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[email protected]"