[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1441199479-12576-1-git-send-email-ulfalizer.lkml@gmail.com>
Date: Wed, 2 Sep 2015 15:11:19 +0200
From: ulfalizer.lkml@...il.com
To: linux-kbuild@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, ulfalizer@...il.com, mmarek@...e.com,
trivial@...nel.org
Subject: [PATCH] Makefile: .PHONY is not a variable, but PHONY is
From: Ulf Magnusson <ulfalizer@...il.com>
.PHONY is a target, not a variable.
Signed-off-by: Ulf Magnusson <ulfalizer@...il.com>
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 24c9e3d..4835d24 100644
--- a/Makefile
+++ b/Makefile
@@ -1609,6 +1609,6 @@ endif # skip-makefile
PHONY += FORCE
FORCE:
-# Declare the contents of the .PHONY variable as phony. We keep that
+# Declare the contents of the PHONY variable as phony. We keep that
# information in a variable so we can use it in if_changed and friends.
.PHONY: $(PHONY)
--
2.1.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists