Skip to content

Commit

Permalink
filter make line
Browse files Browse the repository at this point in the history
  • Loading branch information
Soeren Sonnenburg committed Jul 20, 2012
1 parent 7bafeba commit 6765c4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/undocumented/libshogun/check.sh
Expand Up @@ -10,7 +10,7 @@ test -n "$INCLUDES" && INCLUDES="INCLUDES=${INCLUDES}"
test -n "$CC" && CC="CC=${CC}"
test -z "$MAKE" && MAKE="make"

for e in `$MAKE print_targets | grep -v ^make`
for e in `$MAKE print_targets | grep -v ^$MAKE`
do
echo -n "running $e .."
if $MAKE "$e" "$CC" "$LIBRARY_PATH" "$LIB_PATH" "$INC_PATH" "$LIBS" "$INCLUDES" >/dev/null 2>&1 && "./$e" >/dev/null 2>&1
Expand Down

0 comments on commit 6765c4d

Please sign in to comment.