summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2015-01-15 21:05:43 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2015-06-13 17:29:46 +0100
commit3945ccedfec941e7bfea6b18b8e28131d7944282 (patch)
tree2c9d2fb41de2b82cd7560ac5c0fc47e8edcd6c80
parentAdd the SqlSelectDeserializer for Slicer objects and covering unit tests (diff)
downloadp2pvr-3945ccedfec941e7bfea6b18b8e28131d7944282.tar.bz2
p2pvr-3945ccedfec941e7bfea6b18b8e28131d7944282.tar.xz
p2pvr-3945ccedfec941e7bfea6b18b8e28131d7944282.zip
Only build the debuginstall on demand
-rw-r--r--p2pvr/Jamfile.jam11
1 files changed, 6 insertions, 5 deletions
diff --git a/p2pvr/Jamfile.jam b/p2pvr/Jamfile.jam
index b86cf37..3712613 100644
--- a/p2pvr/Jamfile.jam
+++ b/p2pvr/Jamfile.jam
@@ -1,6 +1,6 @@
import package ;
-import type ;
-import generators ;
+import type ;
+import generators ;
lib boost_utf : : <name>boost_unit_test_framework ;
@@ -52,17 +52,18 @@ alias p2daemonlib : glibmm : : :
build-project daemon ;
build-project carddaemon ;
+explicit debuginstall ;
install debuginstall : p2comp//p2pvrp2comp dvb//p2pvrdvb devices//p2pvrdevices lib//p2pvrlib carddaemon//p2pvrcarddaemon daemonbase//p2pvrdaemonbase daemon//p2pvrdaemon ice//p2pvrice ../libtmdb//tmdb : <location>./testing ;
package.install install : : : p2comp carddaemon daemon ;
-type.register SQL : sql ;
+type.register SQL : sql ;
-generators.register-standard sql.embed.asm : SQL : ASM ;
+generators.register-standard sql.embed.asm : SQL : ASM ;
path-constant root : . ;
actions sql.embed.asm
-{
+{
m4 -DNAME="sql_$(2:B)" -DPATH="$(2)" "$(root)/embed.m4" > "$(1)"
}