From ecc6118f0c79701e0acd01b11be0b57a82fb6ac8 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 12 Jan 2009 21:17:39 +0100 Subject: pkg: silent mode: Run make in silent mode as well --- bin/pkg | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'bin/pkg') diff --git a/bin/pkg b/bin/pkg index cc06494..32cd2f6 100755 --- a/bin/pkg +++ b/bin/pkg @@ -114,6 +114,12 @@ if (( !DEBUG )) { function debug {} } +if (( SILENT )) { + # The goal is not to override anything set by the user... + # So, an alias should be safer than fiddling with $MAKEFLAGS + alias make='make -s' +} + ## ## Make sure everything's sane ## Warn otherwise -- cgit v1.2.3