X-Git-Url: https://git.distorted.org.uk/~mdw/zones/blobdiff_plain/ccc6ea8945202775b4eba7f51c41ecd304755834..67de69f9fa3ddea61101b5949c88ad60096cdc35:/Makefile diff --git a/Makefile b/Makefile index 7afee8a..6c45ff8 100644 --- a/Makefile +++ b/Makefile @@ -104,6 +104,7 @@ odin_all_ZONES = odin.gg ZONE = zone V_ZONE = $(call v_tag,ZONE)$(ZONE) +ZONEOPTS = .SECONDEXPANSION: #sorry @@ -115,7 +116,7 @@ $(ALL_ZONESTAMPS) : %.zonestamp : $$(notdir $$*).lisp hosts.lisp $(V_AT)mkdir -p $(dir $*) $(V_ZONE) -d$(dir $*) -fview/$(call dir-nosl,$*)$(hack \ hack) $(addprefix -s, \ - $($(notdir $*)_$(call dir-nosl,$*)_NETS)) $< + $($(notdir $*)_$(call dir-nosl,$*)_NETS)) $(ZONEOPTS) $< $(V_AT)touch $@ all: $(ALL_ZONESTAMPS) CLEANFILES += $(sort $(foreach s,$(ZONESETS), \