summaryrefslogtreecommitdiff
path: root/stage
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2021-02-22 15:41:06 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2021-02-22 15:41:06 +0200
commit261358a3c093002af8d7ed2405ee64b0bcd8b555 (patch)
tree88e4e7c5a053dc6336765ca081d9e904e012ce5a /stage
parent55ff42d0144cb303d8a1b5c02e630c72e19ec517 (diff)
Fix formatting in bash guide
Diffstat (limited to 'stage')
-rwxr-xr-xstage13
1 files changed, 7 insertions, 6 deletions
diff --git a/stage b/stage
index 915a93e..ab2722b 100755
--- a/stage
+++ b/stage
@@ -33,7 +33,7 @@ bpkg --version >/dev/null
bdep --version >/dev/null
# Make sure the build system if up to date (otherwise update will be triggered
-# by libbuild2-hello distribution).
+# by libbuild2-* module distribution).
#
b build2/build2/
b --version >/dev/null
@@ -302,8 +302,9 @@ etc/stage-pkg -c $mode -d libstudxml ../studxml/libstudxml
etc/stage-pkg -c $mode -d hello hello/libhello-1.0
-etc/stage-pkg -c $mode -d kconfig packaging/kconfig/kconfig/liblkc
-etc/stage-pkg -c $mode -d kconfig packaging/kconfig/kconfig/kconfig-conf
+etc/stage-pkg -c $mode -d kconfig packaging/kconfig/kconfig/liblkc \
+ packaging/kconfig/kconfig/kconfig-conf \
+ packaging/kconfig/kconfig/kconfig-qconf
# For testing we also stage other libodb-*.
#
@@ -333,6 +334,6 @@ etc/stage-pkg -c $mode build2 \
openssl-agent \
libbuild2-hello/libbuild2-hello \
libbuild2-hello/libbuild2-hello-tests \
-
-# libbuild2-kconfig/libbuild2-kconfig \
-# libbuild2-kconfig/libbuild2-kconfig-tests
+ libbuild2-kconfig/kconfig-hello \
+ libbuild2-kconfig/libbuild2-kconfig \
+ libbuild2-kconfig/libbuild2-kconfig-tests