aboutsummaryrefslogtreecommitdiffstats
path: root/.hgignore
diff options
context:
space:
mode:
authorHollis Blanchard <hollisb@us.ibm.com>2006-10-05 15:48:26 -0500
committerHollis Blanchard <hollisb@us.ibm.com>2006-10-05 15:48:26 -0500
commit9ed24df7b1e951129e4c992d0a528c966b6ecf0c (patch)
tree63e43e00f2da0c080c1e7a29564038ee68cdd66f /.hgignore
parent789d58dbf262b64fab2d8462004771f7af153fcb (diff)
downloadxen-9ed24df7b1e951129e4c992d0a528c966b6ecf0c.tar.gz
xen-9ed24df7b1e951129e4c992d0a528c966b6ecf0c.tar.bz2
xen-9ed24df7b1e951129e4c992d0a528c966b6ecf0c.zip
[POWERPC][XEN] Builtin cmdline dependency rule
Rebuild cmdline.o when the user changes the CMDLINE=X argument passed to the make invocation. I couldn't find an example of another project that handles this case properly, so I came up with this. Signed-off-by: Amos Waterland <apw@us.ibm.com> Signed-off-by: Hollis Blanchard <hollisb@us.ibm.com> --HG-- extra : transplant_source : %1D0%5E%9CslQ%E7E%CC%8FS%B8%E1%E5%C5i%ED%F1%BE
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.hgignore b/.hgignore
index 8e06df448d..da7b38f898 100644
--- a/.hgignore
+++ b/.hgignore
@@ -222,6 +222,7 @@
^xen/arch/powerpc/xen\.lds$
^xen/arch/powerpc/.xen-syms$
^xen/arch/powerpc/xen-syms.S$
+^xen/arch/powerpc/cmdline.dep$
^unmodified_drivers/linux-2.6/\.tmp_versions
^unmodified_drivers/linux-2.6/.*\.cmd$
^unmodified_drivers/linux-2.6/.*\.ko$