[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] One more fix to the buildsystem ($^ is not $<).
# HG changeset patch # User cl349@xxxxxxxxxxxxxxxxxxxx # Node ID aeaa1f0dedd8cf247aa6cac302c0421457241956 # Parent 6b14b81dc5a8aba85472573f23dedfcbfcdf2f2b One more fix to the buildsystem ($^ is not $<). Signed-off-by: Christian Limpach <Christian.Limpach@xxxxxxxxxxxx> diff -r 6b14b81dc5a8 -r aeaa1f0dedd8 buildconfigs/mk.linux-2.6-xen --- a/buildconfigs/mk.linux-2.6-xen Fri Feb 3 09:54:04 2006 +++ b/buildconfigs/mk.linux-2.6-xen Fri Feb 3 10:00:15 2006 @@ -25,11 +25,11 @@ pristine-$(LINUX_PDIR)/.valid-srcs: $(LINUX_SRCS) rm -rf tmp-pristine-$(LINUX_PDIR) $(@D) mkdir -p tmp-pristine-$(LINUX_PDIR) - tar -C tmp-pristine-$(LINUX_PDIR) -jxf $(word 1,$<) + tar -C tmp-pristine-$(LINUX_PDIR) -jxf $< -@rm tmp-pristine-$(LINUX_PDIR)/pax_global_header mv tmp-pristine-$(LINUX_PDIR)/* $(@D) @rm -rf tmp-pristine-$(LINUX_PDIR) - bzcat $(wordlist 2,$(words $<),$<) | patch -d $(@D) -p1 + bzcat $(wordlist 2,$(words $^),$^) | patch -d $(@D) -p1 touch $(@D)/.hgskip touch $@ _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |