summaryrefslogtreecommitdiff
path: root/nuttx/tools
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-20 21:19:36 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-20 21:19:36 +0000
commit0998a7b6ec73e9b71015d2eff464dffebb9e9a82 (patch)
tree738bce6c8372043a73721984e9ef85ad32c30c72 /nuttx/tools
parent9db0ee6bd40f94fe5e11e9f53a5cf32e1f20ba3f (diff)
downloadpx4-nuttx-0998a7b6ec73e9b71015d2eff464dffebb9e9a82.tar.gz
px4-nuttx-0998a7b6ec73e9b71015d2eff464dffebb9e9a82.tar.bz2
px4-nuttx-0998a7b6ec73e9b71015d2eff464dffebb9e9a82.zip
Convert configs/ez80f910200kitg/RCS/ostest to use the newer mconf-based configuration
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5375 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/tools')
-rw-r--r--nuttx/tools/mkdeps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/tools/mkdeps.c b/nuttx/tools/mkdeps.c
index 97934a249..289385dfc 100644
--- a/nuttx/tools/mkdeps.c
+++ b/nuttx/tools/mkdeps.c
@@ -501,7 +501,7 @@ static void do_dependency(const char *file, char separator)
}
else
{
- fprintf(stderr, "ERROR: %s failed: %s\n", g_cc, WEXITSTATUS(ret));
+ fprintf(stderr, "ERROR: %s failed: %d\n", g_cc, WEXITSTATUS(ret));
}
fprintf(stderr, " command: %s\n", g_command);