(no bug): Add echo-tier-dirs target, to display tiers' directories. r=bsmedberg
This commit is contained in:
Родитель
b06f469301
Коммит
12df600c3d
|
@ -2175,6 +2175,9 @@ echo-variable-%:
|
|||
echo-tiers:
|
||||
@echo $(TIERS)
|
||||
|
||||
echo-tier-dirs:
|
||||
@$(foreach tier,$(TIERS),echo '$(tier):'; echo ' dirs: $(tier_$(tier)_dirs)'; echo ' staticdirs: $(tier_$(tier)_staticdirs)'; )
|
||||
|
||||
echo-dirs:
|
||||
@echo $(DIRS)
|
||||
|
||||
|
|
|
@ -2175,6 +2175,9 @@ echo-variable-%:
|
|||
echo-tiers:
|
||||
@echo $(TIERS)
|
||||
|
||||
echo-tier-dirs:
|
||||
@$(foreach tier,$(TIERS),echo '$(tier):'; echo ' dirs: $(tier_$(tier)_dirs)'; echo ' staticdirs: $(tier_$(tier)_staticdirs)'; )
|
||||
|
||||
echo-dirs:
|
||||
@echo $(DIRS)
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче