From 27a3a0a6071ee204e16a17c0c55b9f785bebf0ea Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Fri, 11 Dec 2015 01:51:06 +0000 Subject: Truncate file before slicer as slicer appends --- slice.jam | 1 + 1 file changed, 1 insertion(+) 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]) } -- cgit v1.2.3