summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-09-10 15:16:13 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2018-09-10 15:16:13 +0300
commit1f6706793a0aad67d73ffcf7660171becf72a0ac (patch)
tree686d2a30fd78b0bf500b85b3e37a89aa7f61083d
parent1e823a217206a293ffcf103901222b09b6b98dae (diff)
Align with latest bdep-new
-rw-r--r--hello/.gitignore2
-rw-r--r--hello/build/bootstrap.build2
-rw-r--r--hello/hello/buildfile2
3 files changed, 2 insertions, 4 deletions
diff --git a/hello/.gitignore b/hello/.gitignore
index c3de2e7..cece09c 100644
--- a/hello/.gitignore
+++ b/hello/.gitignore
@@ -1,5 +1,3 @@
-.bdep/
-
# Compiler/linker output.
#
*.d
diff --git a/hello/build/bootstrap.build b/hello/build/bootstrap.build
index 3268a30..e3693a3 100644
--- a/hello/build/bootstrap.build
+++ b/hello/build/bootstrap.build
@@ -3,5 +3,5 @@ project = hello
using version
using config
using test
-using dist
using install
+using dist
diff --git a/hello/hello/buildfile b/hello/hello/buildfile
index c0e316b..fe99fff 100644
--- a/hello/hello/buildfile
+++ b/hello/hello/buildfile
@@ -1,5 +1,5 @@
import libs = libhello%lib{hello}
-exe{hello}: {hxx ixx txx cxx}{*} $libs testscript
+exe{hello}: {hxx ixx txx cxx}{**} $libs testscript
cxx.poptions =+ "-I$out_root" "-I$src_root"