Skip to content

Instantly share code, notes, and snippets.

@elieux
Last active April 2, 2017 14:46
Show Gist options
  • Save elieux/4b132a79114dc5f0a909 to your computer and use it in GitHub Desktop.
Save elieux/4b132a79114dc5f0a909 to your computer and use it in GitHub Desktop.
Debugging makefiles
#/usr/bin/sh
#http://www.drdobbs.com/tools/debugging-makefiles/197003338
make --eval='print-%: ; @echo $* is $($*)' --eval='OLD_SHELL := $(SHELL)' --eval='SHELL = $(warning [$@ ($^) ($?)])$(OLD_SHELL) -x'
make V=1 VERBOSE=1
make --dry-run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment