Commit 319fdfc5 authored by Michael Shigorin's avatar Michael Shigorin

image.in, main.mk: align debug targets

Weird but the last round of image builds on e2k started complaining: Makefile:95: *** target file `debug' has both : and :: entries. Stop. Looks like these should have been fixed indeed. But why didn't this surface before then?
parent fae0bb94
...@@ -92,7 +92,7 @@ postprocess: | $(addprefix postprocess-,$(sort $(POSTPROCESS_TARGETS))) ...@@ -92,7 +92,7 @@ postprocess: | $(addprefix postprocess-,$(sort $(POSTPROCESS_TARGETS)))
cp -a distcfg.mk "$(LOGDIR)/$(IMAGE_OUTFILE).cfg"; \ cp -a distcfg.mk "$(LOGDIR)/$(IMAGE_OUTFILE).cfg"; \
fi fi
debug: debug::
@echo "TOPDIR=$(TOPDIR)" @echo "TOPDIR=$(TOPDIR)"
@echo "IMAGEDIR=$(IMAGEDIR)" @echo "IMAGEDIR=$(IMAGEDIR)"
@echo "ARCH=$(ARCH)" @echo "ARCH=$(ARCH)"
......
...@@ -91,7 +91,7 @@ $(IMAGES): debug \ ...@@ -91,7 +91,7 @@ $(IMAGES): debug \
# convenience shortcut # convenience shortcut
$(DISTROS:distro/%=%): %: distro/%; @: $(DISTROS:distro/%=%): %: distro/%; @:
debug: debug::
ifeq (2,$(DEBUG)) ifeq (2,$(DEBUG))
@$(foreach v,\ @$(foreach v,\
$(filter IMAGE_%,$(sort $(.VARIABLES))),\ $(filter IMAGE_%,$(sort $(.VARIABLES))),\
......
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