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] Create .hgskip files instead of .bk_skip files.

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] Create .hgskip files instead of .bk_skip files.
From: Xen patchbot -unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Tue, 12 Jul 2005 05:40:10 -0400
Delivery-date: Tue, 12 Jul 2005 09:40:32 +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-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User cl349@xxxxxxxxxxxxxxxxxxxx
# Node ID b5e3b99075c6ab3b19a3bfa48a9b86016885fb81
# Parent  8a8b8087b08354f0bdfb27f88dd18e3f98ea658a

Create .hgskip files instead of .bk_skip files.
Signed-off-by: Christian Limpach <Christian.Limpach@xxxxxxxxxxxx>

diff -r 8a8b8087b083 -r b5e3b99075c6 buildconfigs/Rules.mk
--- a/buildconfigs/Rules.mk     Tue Jul 12 09:22:45 2005
+++ b/buildconfigs/Rules.mk     Tue Jul 12 09:38:02 2005
@@ -54,11 +54,11 @@
 pristine-%/.valid-pristine: %.tar.bz2
        rm -rf tmp-pristine-$* $(@D)
        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 $(@D)/.hgskip
        touch $@ # update timestamp to avoid rebuild
 
 PATCHDIRS := $(wildcard patches/*-*)

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] Create .hgskip files instead of .bk_skip files., Xen patchbot -unstable <=