[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] Rules.mk:
ChangeSet 1.1443, 2005/05/12 23:02:35+01:00, cl349@xxxxxxxxxxxxxxxxxxxx Rules.mk: Fix early creation of .bk_skip file. Signed-off-by: Christian Limpach <Christian.Limpach@xxxxxxxxxxxx> Rules.mk | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -Nru a/buildconfigs/Rules.mk b/buildconfigs/Rules.mk --- a/buildconfigs/Rules.mk 2005-05-12 19:04:27 -04:00 +++ b/buildconfigs/Rules.mk 2005-05-12 19:04:27 -04:00 @@ -55,7 +55,7 @@ $(patsubst %,pristine-%/.valid-pristine,$(ALLSPARSETREES)) : pristine-%/.valid-pristine: %.tar.bz2 rm -rf tmp-pristine-$* $(@D) mkdir -p tmp-pristine-$* - touch $@/.bk_skip + touch tmp-pristine-$*/.bk_skip tar -C tmp-pristine-$* -jxf $< mv tmp-pristine-$*/* $(@D) @rm -rf tmp-pristine-$* _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |