comparison lispintro/makefile.w32-in @ 56026:bb6720f21c54

Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-396 Tweak arch tagging to make build/install-in-place less annoying Previously, autoconf-created Makefiles and the like would contain duplicate taglines (unfortunately, autoconf doesn't seem to have a `strip in generated file' comment mechanism) leading to conflicts, and installing in place would create unknown directories and copies of source directories (leading to conflicts with the source directories). This changeset makes all autoconf-processed files use explicit id-tags and adds .arch-inventory entries to ignore installation directories.
author Miles Bader <miles@gnu.org>
date Fri, 11 Jun 2004 02:39:51 +0000
parents 9077e3f7cd49
children 23a17af379b1 4c90ffeb71c5
comparison
equal deleted inserted replaced
56025:3535751dda09 56026:bb6720f21c54
1 #### -*- Makefile -*- for the Emacs Lisp Introduction manual. 1 #### -*- Makefile -*- for the Emacs Lisp Introduction manual.
2 2
3 # Copyright (C) 2003 Free Software Foundation, Inc. 3 # Copyright (C) 2003, 2004 Free Software Foundation, Inc.
4 4
5 # This file is part of GNU Emacs. 5 # This file is part of GNU Emacs.
6 6
7 # GNU Emacs is free software; you can redistribute it and/or modify 7 # GNU Emacs is free software; you can redistribute it and/or modify
8 # it under the terms of the GNU General Public License as published by 8 # it under the terms of the GNU General Public License as published by
67 - $(DEL) *.aux *.cps *.fns *.kys *.pgs *.vrs *.toc 67 - $(DEL) *.aux *.cps *.fns *.kys *.pgs *.vrs *.toc
68 68
69 # Tell versions [3.59,3.63) of GNU make to not export all variables. 69 # Tell versions [3.59,3.63) of GNU make to not export all variables.
70 # Otherwise a system limit (for SysV at least) may be exceeded. 70 # Otherwise a system limit (for SysV at least) may be exceeded.
71 .NOEXPORT: 71 .NOEXPORT:
72
73 # arch-tag: d713164a-e683-4ce3-a39e-3bf82f2f82f4