[all] Build a single executable

This commit is contained in:
Joe Thornber
2014-08-27 14:01:31 +01:00
parent c1e0799367
commit 6f8b7e2914
48 changed files with 418 additions and 496 deletions

View File

@@ -5,6 +5,7 @@
#include "version.h"
#include "base/indented_stream.h"
#include "era/commands.h"
#include "era/era_array.h"
#include "era/writeset_tree.h"
#include "era/metadata.h"
@@ -189,7 +190,7 @@ namespace {
//----------------------------------------------------------------
int main(int argc, char **argv)
int era_invalidate_main(int argc, char **argv)
{
int c;
flags fs;
@@ -248,4 +249,6 @@ int main(int argc, char **argv)
return invalidate(argv[optind], output, fs);
}
base::command era::era_invalidate_cmd("era_invalidate", era_invalidate_main);
//----------------------------------------------------------------