aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Tamm2002-12-02 16:12:45 +0000
committerSteven Tamm2002-12-02 16:12:45 +0000
commitc4ea99e1a8fb24d846aaf0ed3163daa29547b2f0 (patch)
treef06c8cca8be7054f834c66c6ff96052694c05bea
parented09af61b0c870fafd31494fcc05225567d1ea54 (diff)
downloademacs-c4ea99e1a8fb24d846aaf0ed3163daa29547b2f0.tar.gz
emacs-c4ea99e1a8fb24d846aaf0ed3163daa29547b2f0.zip
Switched copying of .el files to be on by default.
-rw-r--r--mac/ChangeLog5
-rwxr-xr-xmac/make-package10
2 files changed, 10 insertions, 5 deletions
diff --git a/mac/ChangeLog b/mac/ChangeLog
index add5c00c17e..cd1588cb899 100644
--- a/mac/ChangeLog
+++ b/mac/ChangeLog
@@ -1,3 +1,8 @@
12002-12-02 Steven Tamm <steventamm@mac.com>
2
3 * make-package (installprefix): Switched copying of .el files
4 to be on by default. Removed symlink for emacs -> emacs-version.
5
12002-11-30 Steven Tamm <steventamm@mac.com> 62002-11-30 Steven Tamm <steventamm@mac.com>
2 7
3 * make-package: Now compresses .pax file instead of entire disk 8 * make-package: Now compresses .pax file instead of entire disk
diff --git a/mac/make-package b/mac/make-package
index 9f90144e2c8..7b5c189934a 100755
--- a/mac/make-package
+++ b/mac/make-package
@@ -54,7 +54,7 @@ with_x=no
54comp_diskimage=yes 54comp_diskimage=yes
55self_contained=no 55self_contained=no
56app_symlink=no 56app_symlink=no
57full_dist=no 57full_dist=yes
58keep_directory=no 58keep_directory=no
59 59
60ac_prev= 60ac_prev=
@@ -83,8 +83,8 @@ do
83 -with-x | --with-x) 83 -with-x | --with-x)
84 with_x=yes 84 with_x=yes
85 with_app=no ;; 85 with_app=no ;;
86 --with-full-dist | -with-full-dist | -full-dist | -full) 86 --without-full-dist | -without-full-dist | -no-full-dist | -no-full)
87 full_dist=yes ;; 87 full_dist=no ;;
88 -self-contained | --with-self-contained-app | -sc) 88 -self-contained | --with-self-contained-app | -sc)
89 self_contained=yes ;; 89 self_contained=yes ;;
90 -app-symlink | --app-symlink | -symlink | --symlink | --asl) 90 -app-symlink | --app-symlink | -symlink | --symlink | --asl)
@@ -126,8 +126,8 @@ Options:
126 --with-x Setup the install to use X Windows for its 126 --with-x Setup the install to use X Windows for its
127 windowed display, instead of carbon. Implies 127 windowed display, instead of carbon. Implies
128 --without-app. 128 --without-app.
129 --with-full-dist Include all the .el files in the distribution. 129 --without-full-dist Do not include all the .el files in the distribution.
130 Default is to include only .elc files 130 This is discouraged except if disk space is critical.
131 --app-symlink Have the Emacs.app executable be a symlink 131 --app-symlink Have the Emacs.app executable be a symlink
132 to the install in [prefix]/bin/emacs and have 132 to the install in [prefix]/bin/emacs and have
133 the emacs executable link to emacs-${version} 133 the emacs executable link to emacs-${version}