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 in pristine trees.

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] Create .hgskip files in pristine trees.
From: Xen patchbot -2.0-testing <patchbot-2.0-testing@xxxxxxxxxxxxxxxxxxx>
Date: Thu, 14 Jul 2005 06:38:15 -0400
Delivery-date: Thu, 14 Jul 2005 10:38:50 +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 7dc965fa6cce27a8d64bc018b06c42f231096cf4
# Parent  1391ff1f0e1901f34d977d37f8bdb9f768da37af

Create .hgskip files in pristine trees.

diff -r 1391ff1f0e19 -r 7dc965fa6cce buildconfigs/Rules.mk
--- a/buildconfigs/Rules.mk     Wed Jul 13 13:54:15 2005
+++ b/buildconfigs/Rules.mk     Thu Jul 14 08:50:01 2005
@@ -56,6 +56,7 @@
        tar -C tmp-pristine-$* -jxf $<
        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 in pristine trees., Xen patchbot -2 . 0-testing <=