commit | 1ede053632f6380d7e1dba4d781e5eb78621aa3a | [log] [tgz] |
---|---|---|
author | Shuah Khan <shuahkh@osg.samsung.com> | Mon Sep 18 17:30:50 2017 -0600 |
committer | Shuah Khan <shuahkh@osg.samsung.com> | Mon Sep 25 10:08:59 2017 -0600 |
tree | 87cc62768c4fae1136f54a8877e22379ca8c7e7b | |
parent | 8230b905a6780c60372bf5df7bf5f23041ca3196 [diff] |
selftests: Makefile: fix for loops in targets to run silently Fix for loops in targets to run silently to avoid cluttering the test results. Suppresses the following from targets: e.g run from breakpoints for TARGET in breakpoints; do \ BUILD_TARGET=$BUILD/$TARGET; \ mkdir $BUILD_TARGET -p; \ make OUTPUT=$BUILD_TARGET -C $TARGET;\ done; Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>