summaryrefslogtreecommitdiff
path: root/ACE/include/makeinclude/rules.local.GNU
diff options
context:
space:
mode:
authorFred Hornsey <hornseyf@objectcomputing.com>2019-10-24 12:11:33 -0500
committerFred Hornsey <hornseyf@objectcomputing.com>2019-10-24 12:11:33 -0500
commitec96709678b7751361d0f938045d6a9190ca71be (patch)
tree2418df1fca492322f1935929aa34a3144ab1c527 /ACE/include/makeinclude/rules.local.GNU
parent8672cb250274508585c97c1f8fd3ed6effacfc5c (diff)
downloadATCD-ec96709678b7751361d0f938045d6a9190ca71be.tar.gz
gnuace: declare makefile_name.local to be phony
I wanted to use make --touch on OpenDDS, which worked but it created all these makefile_name.local files everywhere. To stop that, makefile_name.local has to be declared as phony because it's not a real file. Props to @mitza-oci for making this more clear to me.
Diffstat (limited to 'ACE/include/makeinclude/rules.local.GNU')
-rw-r--r--ACE/include/makeinclude/rules.local.GNU1
1 files changed, 1 insertions, 0 deletions
diff --git a/ACE/include/makeinclude/rules.local.GNU b/ACE/include/makeinclude/rules.local.GNU
index 6a71c3a00fd..025c4aceb35 100644
--- a/ACE/include/makeinclude/rules.local.GNU
+++ b/ACE/include/makeinclude/rules.local.GNU
@@ -49,6 +49,7 @@ ifeq ($(use_pwd_call),)
endif
endif
+.PHONY: makefile_name.local
ifneq ($(use_pwd_call),1)
makefile_name.local:
@echo