Commit 450a6303 authored by Anton Midyukov's avatar Anton Midyukov

image.in/Makefile: show $(CURDIR) also, if debug mode

parent 6b76ff84
......@@ -117,6 +117,7 @@ postprocess: | $(addprefix postprocess-,$(sort $(POSTPROCESS_TARGETS)))
debug::
@echo "TOPDIR=$(TOPDIR)"
@echo "CURDIR=$(CURDIR)"
@echo "IMAGEDIR=$(IMAGEDIR)"
@echo "ARCH=$(ARCH)"
@echo "GLOBAL_TARGET=$(GLOBAL_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