From 58dae243526bd322ae6bec0c4394a117a5fe0171 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Mon, 13 May 2013 04:29:35 -0400 Subject: [Savannah #20501] Handle adding -r/-R to MAKEFLAGS in the makefile. If -R is set in the makefile and not the command line, then go through all the default variables and undefine them. If -r is set in the makefile and not in the command line, then remove all .SUFFIX prefixes (unless the user set it) and SUFFIX variable setting. In -p mode don't print builtins. --- filedef.h | 1 + 1 file changed, 1 insertion(+) (limited to 'filedef.h') diff --git a/filedef.h b/filedef.h index 50eec74..5fa6429 100644 --- a/filedef.h +++ b/filedef.h @@ -95,6 +95,7 @@ struct file considered on current scan of goal chain */ unsigned int no_diag:1; /* True if the file failed to update and no diagnostics has been issued (dontcare). */ + unsigned int builtin:1; /* True if the file is a builtin rule. */ }; -- cgit v1.2.3