[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Is there a way to set --warn-undefined-variables in the Makefile?
From: |
Anton Daneyko |
Subject: |
Re: Is there a way to set --warn-undefined-variables in the Makefile? |
Date: |
Sat, 19 Jan 2013 14:23:49 +0100 |
One needs to put MAKEFLAGS=--warn-undefined-variables in the beginning of
the script.
On Fri, Jan 18, 2013 at 1:51 PM, Anton Daneyko <address@hidden> wrote:
> Dear All,
> I can run make with the --warn-undefined-variables parameter, but I
> wonder if I can enforce this behavior directly in the Makefile? In a way
> similar to "set -u" in the bash script.
>