From aa6dfcbb70c03dfeb3f9af02283aa1ab83667162 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Sun, 12 Apr 2015 15:31:04 +0100 Subject: Use --verbose/-v to show build output, --debug/-d for morph debug Its going to be more likely that a baserock user is more interesed in the build log than actually the debug output from morph. And also the intuitive option would be to use -v for this. --verbose/-v: show build output --debug/-d: show morph debug output Change-Id: I1fb99034dc8680a5f168f6306724663aea33ebc5 --- yarns/morph.shell-lib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'yarns') diff --git a/yarns/morph.shell-lib b/yarns/morph.shell-lib index e7011091..faf094ff 100644 --- a/yarns/morph.shell-lib +++ b/yarns/morph.shell-lib @@ -36,7 +36,7 @@ run_morph() { { set +e - "$SRCDIR"/morph --verbose \ + "$SRCDIR"/morph --debug \ --cachedir-min-space=0 --tempdir-min-space=0 \ --no-default-config --config "$DATADIR/morph.conf" \ --log="$DATADIR/log-$1" \ -- cgit v1.2.1