Kaydet (Commit) e636c23b authored tarafından Michael Stahl's avatar Michael Stahl

fix gb_Helper_abbreviate_dirs_native $ quoting

üst b1aeac0b
...@@ -48,11 +48,11 @@ $(subst $(SRCDIR)/,$$S/,$(subst $(OUTDIR)/,$$O/,$(subst $(WORKDIR)/,$$W/,$(1)))) ...@@ -48,11 +48,11 @@ $(subst $(SRCDIR)/,$$S/,$(subst $(OUTDIR)/,$$O/,$(subst $(WORKDIR)/,$$W/,$(1))))
endef endef
define gb_Helper_abbreviate_dirs_native define gb_Helper_abbreviate_dirs_native
$$(call gb_Output_error,gb_Helper_abbreviate_dirs_native: use gb_Helper_abbreviate_dirs instead.) $(call gb_Output_error,gb_Helper_abbreviate_dirs_native: use gb_Helper_abbreviate_dirs instead.)
endef endef
define gb_Helper_native_path define gb_Helper_native_path
$$(call gb_Output_error,gb_Helper_native_path: Do not use. Should not be necessary.) $(call gb_Output_error,gb_Helper_native_path: Do not use. Should not be necessary.)
endef endef
define gb_Helper_make_clean_target define gb_Helper_make_clean_target
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment