Makefile: named params in out_rule macro
This commit is contained in:
+3
-3
@@ -12,7 +12,7 @@ $(foreach layout,$(layouts),$(eval $(call remove_layout_from_out_deps,.$(layout)
|
|||||||
$(eval $(call remove_layout_from_out_deps,))
|
$(eval $(call remove_layout_from_out_deps,))
|
||||||
|
|
||||||
define out_rule =
|
define out_rule =
|
||||||
out/%.$(1): src/%$(2).upp$(1)
|
out/%.$(ext): src/%$(layout).upp$(ext)
|
||||||
./bin/mkws https://joeac.net "$$$$(realpath $$<)"
|
./bin/mkws https://joeac.net "$$$$(realpath $$<)"
|
||||||
endef
|
endef
|
||||||
|
|
||||||
@@ -51,10 +51,10 @@ all: $(blogs) public out
|
|||||||
out: $(out_deps)
|
out: $(out_deps)
|
||||||
|
|
||||||
$(foreach ext,$(sort $(out_deps_ext)),\
|
$(foreach ext,$(sort $(out_deps_ext)),\
|
||||||
$(eval $(call out_rule,$(ext),)))
|
$(eval $(out_rule)))
|
||||||
$(foreach layout,$(layouts),\
|
$(foreach layout,$(layouts),\
|
||||||
$(foreach ext,$(sort $(out_deps_ext)),\
|
$(foreach ext,$(sort $(out_deps_ext)),\
|
||||||
$(eval $(call out_rule,$(ext),.$(layout)))))
|
$(eval $(out_rule))))
|
||||||
|
|
||||||
$(foreach blog,$(blogs),$(eval $(blog_rule)))
|
$(foreach blog,$(blogs),$(eval $(blog_rule)))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user