diff options
Diffstat (limited to '')
| -rw-r--r-- | build.conf | 2 | ||||
| -rw-r--r-- | src/viewerpercent.cpp | 1 |
2 files changed, 2 insertions, 1 deletions
| @@ -16,7 +16,7 @@ set "CXXFLAGS" += "-ggdb" | |||
| 16 | "c++filt": | 16 | "c++filt": |
| 17 | rule "exe", | 17 | rule "exe", |
| 18 | target file, | 18 | target file, |
| 19 | input filesIn("c++filt") filter regexp(".*\\.(cpp|y|l)$") | 19 | input filesIn("src/c++filt") filter regexp(".*\\.(cpp|y|l)$") |
| 20 | 20 | ||
| 21 | rule "exe": | 21 | rule "exe": |
| 22 | matches regexp("(.*)\\.o$"), | 22 | matches regexp("(.*)\\.o$"), |
diff --git a/src/viewerpercent.cpp b/src/viewerpercent.cpp index 31ce52a..aa7b3c8 100644 --- a/src/viewerpercent.cpp +++ b/src/viewerpercent.cpp | |||
| @@ -42,6 +42,7 @@ void ViewerPercent::beginCommand( Action::eAction nAct, const std::string &sTarg | |||
| 42 | void ViewerPercent::endCommand() | 42 | void ViewerPercent::endCommand() |
| 43 | { | 43 | { |
| 44 | printf("\n"); | 44 | printf("\n"); |
| 45 | fflush(stdout); | ||
| 45 | } | 46 | } |
| 46 | 47 | ||
| 47 | void ViewerPercent::beginPerforms( int nCount ) | 48 | void ViewerPercent::beginPerforms( int nCount ) |
