summaryrefslogtreecommitdiff
path: root/slice.jam
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2015-12-11 01:51:06 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2015-12-11 01:51:06 +0000
commit55b08411575038ed96b23d3d8ffef590e6a7f855 (patch)
treeadfcde9fa968ec86cea7ea33a784b4613f6350f6 /slice.jam
parentAdd slicer pure feature value to build just the slicer parts, not the raw ice... (diff)
downloadproject2-55b08411575038ed96b23d3d8ffef590e6a7f855.tar.bz2
project2-55b08411575038ed96b23d3d8ffef590e6a7f855.tar.xz
project2-55b08411575038ed96b23d3d8ffef590e6a7f855.zip
Truncate file before slicer as slicer appends
Diffstat (limited to 'slice.jam')
-rw-r--r--slice.jam1
1 files changed, 1 insertions, 0 deletions
diff --git a/slice.jam b/slice.jam
index 00c8d67..bc038c1 100644
--- a/slice.jam
+++ b/slice.jam
@@ -42,6 +42,7 @@ actions slice.slicer
actions slice.slicer.pure
{
+ truncate -c -s 0 $(1[1])
slicer -I"$(INCLUDES)" $(2) $(1[1])
}