mirror of
https://github.com/reactos/ccache.git
synced 2025-01-09 13:00:37 +00:00
thanks to Andy Chittenden <achittenden@bluearc.com> for pointing out
that -M does in fact work!
This commit is contained in:
parent
fa199076f1
commit
a9caa1f322
4
ccache.c
4
ccache.c
@ -260,6 +260,7 @@ static void find_hash(ARGS *args)
|
||||
hash_file(path_stdout);
|
||||
} else {
|
||||
if (unify_hash(path_stdout) != 0) {
|
||||
stats_update(STATS_ERROR);
|
||||
failed();
|
||||
}
|
||||
}
|
||||
@ -496,8 +497,7 @@ static void process_args(int argc, char **argv)
|
||||
|
||||
for (i=1; i<argc; i++) {
|
||||
/* some options will never work ... */
|
||||
if (strncmp(argv[i], "-E", 2) == 0 ||
|
||||
strncmp(argv[i], "-M", 2) == 0) {
|
||||
if (strncmp(argv[i], "-E", 2) == 0) {
|
||||
failed();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user