projects
/
ccan
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
28f92c6
)
More --recursive fixes for manifest listing.
author
Rusty Russell
<rusty@rustcorp.com.au>
Wed, 13 Jan 2010 02:15:36 +0000
(12:45 +1030)
committer
Rusty Russell
<rusty@rustcorp.com.au>
Wed, 13 Jan 2010 02:15:36 +0000
(12:45 +1030)
Makefile-web
patch
|
blob
|
history
diff --git
a/Makefile-web
b/Makefile-web
index 090fe3cf106bbc4a348e1a4cb85c94fdd97f04c4..2258584f921ec524a0acf07888ca18098c5cabb0 100644
(file)
--- a/
Makefile-web
+++ b/
Makefile-web
@@
-19,7
+19,7
@@
$(WEB_SUBDIRS):
mkdir -p $@
$(WEBDIR)/junkcode/%.tar.bz2: junkcode/% $(WEBDIR)/junkcode
mkdir -p $@
$(WEBDIR)/junkcode/%.tar.bz2: junkcode/% $(WEBDIR)/junkcode
- bzr ls --versioned --kind=file --null $< | xargs -0 -x tar cvfj $@
+ bzr ls --
recursive --
versioned --kind=file --null $< | xargs -0 -x tar cvfj $@
$(WEBDIR)/junkcode/%.html: $(WEBDIR)/junkcode/%.tar.bz2
cd $(WEBDIR) && tar xfj junkcode/$*.tar.bz2
$(WEBDIR)/junkcode/%.html: $(WEBDIR)/junkcode/%.tar.bz2
cd $(WEBDIR) && tar xfj junkcode/$*.tar.bz2
@@
-57,10
+57,10
@@
$(WEBDIR)/info/%.html: $(WEBDIR)/tarballs/%.tar.bz2 $(WEBDIR)/tarballs/with-deps
@URLPREFIX=../ php5 web/staticmoduleinfo.php ccan/$* > $@
$(WEBDIR)/tarballs/%.tar.bz2: ccan/%/_info
@URLPREFIX=../ php5 web/staticmoduleinfo.php ccan/$* > $@
$(WEBDIR)/tarballs/%.tar.bz2: ccan/%/_info
- tar -c -j -f $@ `bzr ls --versioned --kind=file ccan/$*`
+ tar -c -j -f $@ `bzr ls --
recursive --
versioned --kind=file ccan/$*`
$(WEBDIR)/tarballs/with-deps/%.tar.bz2: ccan/%/_info tools/ccan_depends
$(WEBDIR)/tarballs/with-deps/%.tar.bz2: ccan/%/_info tools/ccan_depends
- tar cfj $@ $$(echo ccan/$* $$(tools/ccan_depends ccan/$*) | xargs -n 1 bzr ls --versioned --kind=file)
+ tar cfj $@ $$(echo ccan/$* $$(tools/ccan_depends ccan/$*) | xargs -n 1 bzr ls --
recursive --
versioned --kind=file)
distclean: distclean-web
distclean: distclean-web