projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
48f6e3c
)
kbuild: .PHONY is not a variable, but PHONY is
author
Ulf Magnusson
<ulfalizer@gmail.com>
Thu, 5 Jul 2018 03:33:07 +0000
(12:33 +0900)
committer
Masahiro Yamada
<yamada.masahiro@socionext.com>
Fri, 6 Jul 2018 13:04:02 +0000
(22:04 +0900)
.PHONY is a target, not a variable.
Signed-off-by: Ulf Magnusson <ulfalizer@gmail.com>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index c5ce55cbc543c9c676580381f2a1cf727e8e7cd7..5b26847909ec6e434dd683eb91a28a81a055fb19 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-1717,6
+1717,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)