Hi Ruslan,
thank you for your swiftness.
On Mon, Nov 06, 2006 at 12:14:13AM +0300, Ruslan Ermilov wrote:
> Command-line variables are of the highest precedence.
>
> %%%
> Index: parse.c
> ===
> RCS file: /home/ncvs/src/usr.bin/make/
On Sun, Nov 05, 2006 at 09:04:47PM +0100, Jeremie Le Hen wrote:
> Hello,
>
> I wrote the following piece of Makefile:
>
> % .warning "VAR contains: ${VAR}"
> %
> % VAR_BACKUP:= ${VAR}
> % VAR:= value2
> %
> % .if ${VAR} == "value2"
> % .warning "VAR is overwritable: ${VAR}"
> % .else
> % .warnin
Hello,
I wrote the following piece of Makefile:
% .warning "VAR contains: ${VAR}"
%
% VAR_BACKUP:= ${VAR}
% VAR:= value2
%
% .if ${VAR} == "value2"
% .warning "VAR is overwritable: ${VAR}"
% .else
% .warning "VAR is NOT overwritable: ${VAR}"
% .endif
%
% VAR:= ${VAR_BACKUP}
%
% all:
If I defin
3 matches
Mail list logo