aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/makefile b/makefile
index c75fb11..d6fe483 100644
--- a/makefile
+++ b/makefile
@@ -95,9 +95,8 @@ load_rootfs: state/sdcard_fmt
.PHONY: status
status:
- @echo '### STATUS REPORT'
- @echo '# ENVIRONMENT'
- state/gen
- @echo '# TARGETS'
- @ls state | awk '$$0 == "gen" || $$0 == "auto.mk" { next } { print }'
+ @echo 'ENVIRONMENT'
+ @state/gen | grep ':=' | sed -e 's/^\$$(eval / /' -e 's/)$$//'
+ @echo 'TARGETS'
+ @ls state | awk '$$0 == "gen" { next } { print }' | sed 's/^/ /'