1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

common.mk: mark PHONY targets

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47743 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2014-09-30 01:17:05 +00:00
parent d2be02974c
commit cf5450bb7c

View file

@ -1075,7 +1075,7 @@ dist:
up::
-$(Q)$(MAKE) $(MFLAGS) REVISION_FORCE=PHONY "$(REVISION_H)"
update-config_files:
update-config_files: PHONY
$(Q) $(BASERUBY) -C "$(srcdir)/tool" \
../tool/downloader.rb -e gnu \
config.guess config.sub
@ -1089,20 +1089,20 @@ update-gems: PHONY
-e 'Downloader::RubyGems.download(gem)' \
bundled_gems
update-unicode:
update-unicode: PHONY
$(ECHO) Downloading Unicode data files...
$(Q) $(BASERUBY) -C "$(srcdir)/enc/unicode/data" \
../../../tool/downloader.rb unicode \
UnicodeData.txt CompositionExclusions.txt NormalizationTest.txt
info: info-program info-libruby_a info-libruby_so info-arch
info-program:
info-program: PHONY
@echo PROGRAM=$(PROGRAM)
info-libruby_a:
info-libruby_a: PHONY
@echo LIBRUBY_A=$(LIBRUBY_A)
info-libruby_so:
info-libruby_so: PHONY
@echo LIBRUBY_SO=$(LIBRUBY_SO)
info-arch:
info-arch: PHONY
@echo arch=$(arch)
change: PHONY
@ -1113,7 +1113,7 @@ love: sudo-precheck up all test install test-all
yes-test-all: sudo-precheck
sudo-precheck:
sudo-precheck: PHONY
@$(SUDO) echo > $(NULL)
help: PHONY