From: Matt McCutchen Date: Mon, 11 Jun 2007 22:14:25 +0000 (-0400) Subject: Add make1 -> env - make -R, whose -p output is easier to read. X-Git-Url: https://mattmccutchen.net/mgear/mgear.git/commitdiff_plain/1a4a165bb388a4560c01f23a36f99cc63163e58b Add make1 -> env - make -R, whose -p output is easier to read. --- diff --git a/demo/make1 b/demo/make1 new file mode 100755 index 0000000..d519d86 --- /dev/null +++ b/demo/make1 @@ -0,0 +1,3 @@ +#!/bin/bash +# Cleaner version of make that reduces clutter when inspecting -p output. +env - make -R "$@"