projects
/
ccan
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
f059a1a
)
Handle spaces in filenames for junkcode.
author
Rusty Russell
<rusty@rustcorp.com.au>
Thu, 19 Mar 2009 03:45:21 +0000
(14:15 +1030)
committer
Rusty Russell
<rusty@rustcorp.com.au>
Thu, 19 Mar 2009 03:45:21 +0000
(14:15 +1030)
Makefile-web
patch
|
blob
|
history
diff --git
a/Makefile-web
b/Makefile-web
index 453b8c69fa21777f7cbe1b9dfce04b7460037ffa..68422c5212ec1fe4bc95d42b017cd1e089ea0efe 100644
(file)
--- a/
Makefile-web
+++ b/
Makefile-web
@@
-19,7
+19,7
@@
$(WEB_SUBDIRS):
mkdir -p $@
$(WEBDIR)/junkcode/%.tar.bz2: junkcode/% $(WEBDIR)/junkcode
- tar cvfj $@ `bzr ls --versioned --kind=file $<`
+ bzr ls --versioned --kind=file --null $< | xargs -0 -x tar cvfj $@
$(WEBDIR)/junkcode/%.html: $(WEBDIR)/junkcode/%.tar.bz2
cd $(WEBDIR) && tar xfj junkcode/$*.tar.bz2