From 89dd478de7cf075beac69d0145df46f914cf35cf Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 19 Feb 2018 21:47:04 +0300 Subject: Add support for pkg-checkout --- bpkg/buildfile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bpkg/buildfile') diff --git a/bpkg/buildfile b/bpkg/buildfile index 0db45c6..9bdf29b 100644 --- a/bpkg/buildfile +++ b/bpkg/buildfile @@ -21,6 +21,7 @@ common-options \ configuration-options \ help-options \ pkg-build-options \ +pkg-checkout-options \ pkg-clean-options \ pkg-configure-options \ pkg-disfigure-options \ @@ -73,6 +74,7 @@ if $cli.configured # pkg-* command. # cli.cxx{pkg-build-options}: cli{pkg-build} + cli.cxx{pkg-checkout-options}: cli{pkg-checkout} cli.cxx{pkg-clean-options}: cli{pkg-clean} cli.cxx{pkg-configure-options}: cli{pkg-configure} cli.cxx{pkg-disfigure-options}: cli{pkg-disfigure} -- cgit v1.1