diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-05-15 14:26:02 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-05-15 14:26:02 +0000 |
commit | 6d4d1dc0cd8a55c65bae8462f6c10b53a849c0ce (patch) | |
tree | f52effb2069f0d77af668012f348292ac16c1bbe /TAO/Makefile | |
parent | f494cd8de8583309e8db64011a904dcf39bc157b (diff) | |
download | ATCD-6d4d1dc0cd8a55c65bae8462f6c10b53a849c0ce.tar.gz |
added .PHONY for phony targets
Diffstat (limited to 'TAO/Makefile')
-rw-r--r-- | TAO/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/Makefile b/TAO/Makefile index c229db99a4e..3065e12bb1d 100644 --- a/TAO/Makefile +++ b/TAO/Makefile @@ -44,6 +44,7 @@ include $(ACE_ROOT)/include/makeinclude/rules.nolocal.GNU # $(ACE_ROOT)/bin/clone.cpp file and install it in your ~/bin # directory (or some place similar). +.PHONY: clone clone: @for dir in $(CLONE) ;\ do \ @@ -72,6 +73,7 @@ RELEASE_FILES = $(addprefix TAO/,$(CONTROLLED_FILES)) \ TAO/INSTALL \ TAO/orbsvcs/README +.PHONY: INSTALL INSTALL: TAO-INSTALL.html lynx -dump $^ > $@; chmod a+r $@ @@ -119,6 +121,8 @@ release-old: INSTALL releaseall-old: INSTALL @$(TIMESTAMP) true +.PHONY: release + REL = beta CHECK = |