2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-14 12:42:11 +00:00

Don't reset -q after calling UPDATE_NOW with ignore-minus-n

[SVN r83629]
This commit is contained in:
Steven Watanabe
2013-03-29 15:41:19 +00:00
parent 33d4e36a37
commit 94de4748d9
5 changed files with 165 additions and 15 deletions

View File

@@ -16,7 +16,7 @@
#include "rules.h"
int make( LIST * targets, int anyhow );
int make1( TARGET * const t );
int make1( LIST * t );
typedef struct {
int temp;