summaryrefslogtreecommitdiff
path: root/build/makecheck4
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-02-12 04:01:03 +0300
committerAndrei Karas <akaras@inbox.ru>2012-02-12 04:01:03 +0300
commita99b870ef80206eb58fb1b03dd64e8d0990ee268 (patch)
treef67709b5a2b6c7bd590ad451d1e051c3802eee83 /build/makecheck4
parent6006cbe9c0f786d320d69c7352ad6bbe71c92b75 (diff)
downloadplus-a99b870ef80206eb58fb1b03dd64e8d0990ee268.tar.gz
plus-a99b870ef80206eb58fb1b03dd64e8d0990ee268.tar.bz2
plus-a99b870ef80206eb58fb1b03dd64e8d0990ee268.tar.xz
plus-a99b870ef80206eb58fb1b03dd64e8d0990ee268.zip
Move logs from makecheck tools to subdir
Diffstat (limited to 'build/makecheck4')
-rwxr-xr-xbuild/makecheck42
1 files changed, 1 insertions, 1 deletions
diff --git a/build/makecheck4 b/build/makecheck4
index 5c77d7f3a..946761892 100755
--- a/build/makecheck4
+++ b/build/makecheck4
@@ -1,5 +1,5 @@
#!/bin/bash
../../checkheaders/checkheaders --skip debug.h ../src 2>tmp.txt
-sed '/(style): Header not found/d' tmp.txt >makecheck4.txt
+sed '/(style): Header not found/d' tmp.txt >logs/checkheader.txt
rm tmp.txt