Add noarch-fake.rb target
`yes-fake` depends on it when `arch=noarch` is given, but the rule to generate it from fake.rb.in is ignored now.
This commit is contained in:
parent
758a1d7302
commit
b6a9e68391
@ -783,6 +783,9 @@ $(arch:noarch=ignore)-fake.rb: $(srcdir)/template/fake.rb.in $(tooldir)/generic_
|
|||||||
$(BOOTSTRAPRUBY) "$(tooldir)/generic_erb.rb" -o $@ "$(srcdir)/template/fake.rb.in" \
|
$(BOOTSTRAPRUBY) "$(tooldir)/generic_erb.rb" -o $@ "$(srcdir)/template/fake.rb.in" \
|
||||||
i=- srcdir="$(srcdir)" BASERUBY="$(BASERUBY)"
|
i=- srcdir="$(srcdir)" BASERUBY="$(BASERUBY)"
|
||||||
|
|
||||||
|
noarch-fake.rb: # prerequisite of yes-fake
|
||||||
|
touch $@
|
||||||
|
|
||||||
btest: $(TEST_RUNNABLE)-btest
|
btest: $(TEST_RUNNABLE)-btest
|
||||||
no-btest: PHONY
|
no-btest: PHONY
|
||||||
yes-btest: yes-fake miniruby$(EXEEXT) PHONY
|
yes-btest: yes-fake miniruby$(EXEEXT) PHONY
|
||||||
|
Loading…
x
Reference in New Issue
Block a user