diff options
| author | Miles Bader | 2005-03-02 09:26:43 +0000 |
|---|---|---|
| committer | Miles Bader | 2005-03-02 09:26:43 +0000 |
| commit | 9a1c5fbf826728451ecb318c0788ab1f15ef0b02 (patch) | |
| tree | 43a7f9f7c1ded8e5b7454b0dc441509eeb1a8210 /admin/ChangeLog | |
| parent | aad1926a4f348185f2dbdb6ffd1ba86f3d80710c (diff) | |
| download | emacs-9a1c5fbf826728451ecb318c0788ab1f15ef0b02.tar.gz emacs-9a1c5fbf826728451ecb318c0788ab1f15ef0b02.zip | |
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-146
quick-install-emacs: Use mkdir --verbose only when requested
2005-03-02 Miles Bader <miles@gnu.org>
* admin/quick-install-emacs: Only use the mkdir --verbose option if the
script's --verbose option was specified (this avoids problems with
default usage on systems where mkdir doesn't support that option).
Diffstat (limited to 'admin/ChangeLog')
| -rw-r--r-- | admin/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/admin/ChangeLog b/admin/ChangeLog index dbc48dfa696..efcd9b2d5e5 100644 --- a/admin/ChangeLog +++ b/admin/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2005-03-02 Miles Bader <miles@gnu.org> | ||
| 2 | |||
| 3 | * quick-install-emacs: Only use the mkdir --verbose option if the | ||
| 4 | script's --verbose option was specified (this avoids problems with | ||
| 5 | default usage on systems where mkdir doesn't support that option). | ||
| 6 | |||
| 1 | 2005-02-15 Jason Rumney <jasonr@gnu.org> | 7 | 2005-02-15 Jason Rumney <jasonr@gnu.org> |
| 2 | 8 | ||
| 3 | * nt/makedist.bat: Do not rely on non-standard behaviour of | 9 | * nt/makedist.bat: Do not rely on non-standard behaviour of |