# HG changeset patch # User Miles Bader # Date 1087015871 0 # Node ID a0fc4f10d0cf57edec291e19f1e5242800da9a57 # Parent 24325c5914e60f4586d0dd46c18bc4a77c8d25a4 Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-401 More build-in-place tweaking of arch tagging diff -r 24325c5914e6 -r a0fc4f10d0cf .arch-inventory --- a/.arch-inventory Sat Jun 12 02:36:47 2004 +0000 +++ b/.arch-inventory Sat Jun 12 04:51:11 2004 +0000 @@ -1,4 +1,5 @@ -precious ^(config\.status)$ +# Generated files +precious ^(config\.status|config\.cache)$ # Build-in-place makes these directories, so just ignore them precious ^(info)$ diff -r 24325c5914e6 -r a0fc4f10d0cf etc/.arch-inventory --- a/etc/.arch-inventory Sat Jun 12 02:36:47 2004 +0000 +++ b/etc/.arch-inventory Sat Jun 12 04:51:11 2004 +0000 @@ -1,6 +1,9 @@ # Unlike most emacs dirs, etc has a simple non-autoconf-generated makefile source ^(Makefile)$ +# Generated files +backup ^(DOC|DOC-[0-9.]*)$ + # Install-in-place on NT makes this directory, so just ignore it backup ^(icons)$ diff -r 24325c5914e6 -r a0fc4f10d0cf leim/.arch-inventory --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/leim/.arch-inventory Sat Jun 12 04:51:11 2004 +0000 @@ -0,0 +1,4 @@ +# Auto-generated files, which ignore. +precious ^(stamp-subdir|changed\..*|leim-list\.el)$ + +# arch-tag: a4cda8ae-2a52-4d85-bd29-14e25c7ed2a2 diff -r 24325c5914e6 -r a0fc4f10d0cf leim/quail/.arch-inventory --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/leim/quail/.arch-inventory Sat Jun 12 04:51:11 2004 +0000 @@ -0,0 +1,4 @@ +# Auto-generated lisp files, which ignore. +precious ^([A-Z]*|tsang-.*|quick-.*)\.el$ + +# arch-tag: 3d0d3e6b-f7c3-4dce-9135-a72ba7fe095d diff -r 24325c5914e6 -r a0fc4f10d0cf lib-src/.arch-inventory --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/lib-src/.arch-inventory Sat Jun 12 04:51:11 2004 +0000 @@ -0,0 +1,7 @@ +# Ignore binaries +backup ^(test-distrib|make-docfile|profile|digest-doc|movemail|cvtmail|fakemail|yow|emacsserver|hexl|update-game-score|etags|ctags|emacsclient|b2m|ebrowse)$ + +# Building actually makes a copy/link of the source file +precious ^(ctags\.c)$ + +# arch-tag: da33b3d6-170d-4fe5-9eb8-ed2753bc9b4f diff -r 24325c5914e6 -r a0fc4f10d0cf lisp/.arch-inventory --- a/lisp/.arch-inventory Sat Jun 12 02:36:47 2004 +0000 +++ b/lisp/.arch-inventory Sat Jun 12 04:51:11 2004 +0000 @@ -1,4 +1,7 @@ # Auto-generated lisp files, which ignore precious ^(loaddefs|finder-inf|cus-load)\.el$ +# Something generated during a windows build?!? +precious ^(Makefile\.unix)$ + # arch-tag: fc62dc9f-3a91-455b-b8e7-d49df66beee0 diff -r 24325c5914e6 -r a0fc4f10d0cf lisp/eshell/.arch-inventory --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/lisp/eshell/.arch-inventory Sat Jun 12 04:51:11 2004 +0000 @@ -0,0 +1,4 @@ +# Generated files +precious ^(esh-groups)\.el$ + +# arch-tag: 8dc7bfaa-6ca6-4be0-915a-1e539c3dabfb diff -r 24325c5914e6 -r a0fc4f10d0cf lispref/.arch-inventory --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/lispref/.arch-inventory Sat Jun 12 04:51:11 2004 +0000 @@ -0,0 +1,4 @@ +# Generated files +precious ^(config\.status|config\.cache)$ + +# arch-tag: dde817a2-94ff-4c6e-838c-bb5b33e7f0df diff -r 24325c5914e6 -r a0fc4f10d0cf src/.arch-inventory --- a/src/.arch-inventory Sat Jun 12 02:36:47 2004 +0000 +++ b/src/.arch-inventory Sat Jun 12 04:51:11 2004 +0000 @@ -4,4 +4,6 @@ # Auto-generated files, which ignore precious ^(config\.stamp|config\.h|epaths\.h)$ +backup ^(stamp-oldxmenu|prefix-args|temacs|emacs|emacs-[0-9.]*)$ + # arch-tag: 277cc7ae-b3f5-44af-abf1-84c073164543