summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xintro10
1 files changed, 8 insertions, 2 deletions
diff --git a/intro b/intro
index 7b713dd..fa07be1 100755
--- a/intro
+++ b/intro
@@ -179,6 +179,11 @@ function status () # <pkg> <expected>
fi
}
+function clean () # <bpk>
+{
+ show bpkg clean $*
+}
+
function update () # <bpk>
{
show bpkg update $*
@@ -208,8 +213,9 @@ fetch
status libhello "configured 1.0.1; available 1.1.1 1.1.0"
build hello
build libhello
+clean hello
update hello
-build libhello/1.0.1 hello
+build libhello/1.0.1
test libhello hello
show ls -1F
@@ -248,7 +254,7 @@ show b $tmp/hello-gcc5-release/hello2/
show b "{clean disfigure}($tmp/hello-gcc5-release/hello2/)"
build -d $tmp/hello-gcc5-release $hello2/
-build -d $tmp/hello-gcc5-release libhello
+build -d $tmp/hello-gcc5-release -L libhello
update -d $tmp/hello-gcc5-release hello2
show $tmp/hello-gcc5-release/hello2-1.0.0/hello