WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] new linux kernel tar use extended pax headers. remove th

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] new linux kernel tar use extended pax headers. remove the file wrongly
From: BitKeeper Bot <riel@xxxxxxxxxxx>
Date: Sat, 18 Jun 2005 11:57:46 +0000
Delivery-date: Sun, 19 Jun 2005 18:05:13 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: Xen Development List <xen-devel@xxxxxxxxxxxxxxxxxxx>
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
ChangeSet 1.1720, 2005/06/18 12:57:46+01:00, vh249@xxxxxxxxxxxxxxxxxxxxxx

        new linux kernel tar use extended pax headers. remove the file wrongly
        created by older version of tar which make the build fail.
        
        Signed-off-by: Vincent Hanquez <vincent@xxxxxxxxxxxxx>



 Rules.mk |    1 +
 1 files changed, 1 insertion(+)


diff -Nru a/buildconfigs/Rules.mk b/buildconfigs/Rules.mk
--- a/buildconfigs/Rules.mk     2005-06-19 14:06:21 -04:00
+++ b/buildconfigs/Rules.mk     2005-06-19 14:06:21 -04:00
@@ -57,6 +57,7 @@
        mkdir -p tmp-pristine-$*
        touch tmp-pristine-$*/.bk_skip
        tar -C tmp-pristine-$* -jxf $<
+       -@rm tmp-pristine-$*/pax_global_header
        mv tmp-pristine-$*/* $(@D)
        @rm -rf tmp-pristine-$*
        touch $@ # update timestamp to avoid rebuild

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] new linux kernel tar use extended pax headers. remove the file wrongly, BitKeeper Bot <=