Revert mistakenly committed debug statement.

Change-Id: Iee6369002ba984821c889c7c0a92db061dc21355
This commit is contained in:
Brett Chabot 2011-06-21 22:25:01 -07:00
parent 1ccb41ee12
commit 5ee8418985
1 changed files with 0 additions and 1 deletions

View File

@ -700,7 +700,6 @@ function mmm()
fi
fi
done
echo "ONE_SHOT_MAKEFILE=$MAKEFILE make -C $T $DASH_ARGS all_modules $ARGS"
ONE_SHOT_MAKEFILE="$MAKEFILE" make -C $T $DASH_ARGS all_modules $ARGS
else
echo "Couldn't locate the top of the tree. Try setting TOP."