Skip to content

Instantly share code, notes, and snippets.

@benjaminfuchs
Last active August 10, 2017 23:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save benjaminfuchs/f05053067e723cf02a3272f341363da9 to your computer and use it in GitHub Desktop.
Save benjaminfuchs/f05053067e723cf02a3272f341363da9 to your computer and use it in GitHub Desktop.
Add prefix to GNU make shell output
SHELL=/bin/bash -c 'eval $$0 $$@ 2>&1 | stdbuf -oL sed "s/^/[$@] /"'
.SHELLFLAGS=
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment