libcache: support liberty filename globbing
This commit is contained in:
parent
856a387aad
commit
4508676e67
@ -96,9 +96,7 @@
|
||||
quiet = true;
|
||||
continue;
|
||||
}
|
||||
std::string fname = args[argidx];
|
||||
rewrite_filename(fname);
|
||||
paths.push_back(fname);
|
||||
append_globbed(paths, args[argidx]);
|
||||
break;
|
||||
}
|
||||
int modes = enable + disable + purge + list + verbose + quiet;
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
libcache -verbose
|
||||
libcache -enable busdef.lib
|
||||
libcache -enable bus*f.lib
|
||||
|
||||
logger -expect log "Caching is disabled by default." 1
|
||||
logger -expect log "Caching is enabled for `busdef.lib'." 1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user