forked from altcloud/mkimage-profiles
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?
This commit is contained in:
parent
fae0bb94e7
commit
319fdfc5ee
@ -92,7 +92,7 @@ postprocess: | $(addprefix postprocess-,$(sort $(POSTPROCESS_TARGETS)))
|
||||
cp -a distcfg.mk "$(LOGDIR)/$(IMAGE_OUTFILE).cfg"; \
|
||||
fi
|
||||
|
||||
debug:
|
||||
debug::
|
||||
@echo "TOPDIR=$(TOPDIR)"
|
||||
@echo "IMAGEDIR=$(IMAGEDIR)"
|
||||
@echo "ARCH=$(ARCH)"
|
||||
|
Loading…
Reference in New Issue
Block a user