aboutsummaryrefslogtreecommitdiff
path: root/bpkg/buildfile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-09-22 13:41:54 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-09-22 13:41:54 +0200
commit738050f2a71b2f0d094a692cc48c94653b82287f (patch)
tree874b79e5017be0aefde4f9427ecf6fc95cbe36be /bpkg/buildfile
parent221f0250fcd7cba4fa4b5e4fd6c0d410eb6e5811 (diff)
Implement rep-fetch command
Diffstat (limited to 'bpkg/buildfile')
-rw-r--r--bpkg/buildfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/bpkg/buildfile b/bpkg/buildfile
index c016e09..4e5bd23 100644
--- a/bpkg/buildfile
+++ b/bpkg/buildfile
@@ -26,6 +26,7 @@ exe{bpkg}: cxx{package package-odb database diagnostics utility} \
cli.cxx{pkg-clean-options} \
cxx{cfg-create} cli.cxx{cfg-create-options} \
cxx{rep-add} cli.cxx{rep-add-options} \
+ cxx{rep-fetch} cli.cxx{rep-fetch-options} \
cxx{rep-create} cli.cxx{rep-create-options} \
$libs
@@ -72,5 +73,8 @@ cli.cxx{cfg-create-options}: cli.options += --exclude-base
cli.cxx{rep-add-options}: cli{rep-add-options}
cli.cxx{rep-add-options}: cli.options += --exclude-base
+cli.cxx{rep-fetch-options}: cli{rep-fetch-options}
+cli.cxx{rep-fetch-options}: cli.options += --exclude-base
+
cli.cxx{rep-create-options}: cli{rep-create-options}
cli.cxx{rep-create-options}: cli.options += --exclude-base