We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent deb3a19 commit 7bf5ed7Copy full SHA for 7bf5ed7
rules.mk
@@ -47,7 +47,7 @@ out/$T/$(1)/$(2)/cmdline out/$T/$(1)/$(2)/initrd.img out/$T/$(1)/$(2)/kernel: ou
47
out/$T/$(1)/$(2)/hook.yaml: $$(LINUXKIT_CONFIG)
48
sed '/hook-\(bootkit\|docker\):/ { s|:latest|:$T-$(2)|; s|quay.io/tinkerbell|$(ORG)|; }' $$< > $$@
49
if [[ $(1) == dbg ]]; then
50
- sed -i '/^\s*dbg/ s|#dbg||' $$@
+ sed -i '/^\s*#dbg/ s|#dbg||' $$@
51
fi
52
endef
53
$(foreach m,$(modes),$(foreach a,$(arches),$(eval $(call foreach_mode_arch_rules,$m,$a))))
0 commit comments