diff options
| author | Paul Eggert | 2013-04-21 22:01:33 -0700 |
|---|---|---|
| committer | Paul Eggert | 2013-04-21 22:01:33 -0700 |
| commit | c6cb2f53ac46155dbe7fc87681e3bfbd3dc9138b (patch) | |
| tree | 532492978f435bc4e0fce4c830499133a69d0733 | |
| parent | 38cc0210f3bed42829d6cea2dd512a53e581764f (diff) | |
| download | emacs-c6cb2f53ac46155dbe7fc87681e3bfbd3dc9138b.tar.gz emacs-c6cb2f53ac46155dbe7fc87681e3bfbd3dc9138b.zip | |
* build-aux/update-subdirs: Don't leave subdirs.el~ behind.
It messes up 'make distclean', and contains no useful information
because it's a copy of subdirs.el.
| -rw-r--r-- | ChangeLog | 6 | ||||
| -rwxr-xr-x | build-aux/update-subdirs | 4 |
2 files changed, 8 insertions, 2 deletions
| @@ -1,3 +1,9 @@ | |||
| 1 | 2013-04-22 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * build-aux/update-subdirs: Don't leave subdirs.el~ behind. | ||
| 4 | It messes up 'make distclean', and contains no useful information | ||
| 5 | because it's a copy of subdirs.el. | ||
| 6 | |||
| 1 | 2013-04-18 John Marino <gnugcc@marino.st> (tiny change) | 7 | 2013-04-18 John Marino <gnugcc@marino.st> (tiny change) |
| 2 | 8 | ||
| 3 | * configure.ac: Add DragonFly BSD, mostly same as FreeBSD. (Bug#14068) | 9 | * configure.ac: Add DragonFly BSD, mostly same as FreeBSD. (Bug#14068) |
diff --git a/build-aux/update-subdirs b/build-aux/update-subdirs index 8fdf1609e6f..3c429b8b5e4 100755 --- a/build-aux/update-subdirs +++ b/build-aux/update-subdirs | |||
| @@ -49,8 +49,8 @@ else | |||
| 49 | ;; no-byte-compile: t | 49 | ;; no-byte-compile: t |
| 50 | ;; End:" > subdirs.el~ | 50 | ;; End:" > subdirs.el~ |
| 51 | if cmp "subdirs.el" "subdirs.el~" >/dev/null 2>&1; then | 51 | if cmp "subdirs.el" "subdirs.el~" >/dev/null 2>&1; then |
| 52 | :; # echo "subdirs.el unchanged"; | 52 | rm subdirs.el~ |
| 53 | else | 53 | else |
| 54 | mv subdirs.el~ subdirs.el | 54 | mv subdirs.el~ subdirs.el |
| 55 | fi | 55 | fi |
| 56 | fi | 56 | fi |