Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
c4ea99e1
Commit
c4ea99e1
authored
Dec 02, 2002
by
Steven Tamm
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Switched copying of .el files to be on by default.
parent
ed09af61
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
5 deletions
+10
-5
mac/ChangeLog
mac/ChangeLog
+5
-0
mac/make-package
mac/make-package
+5
-5
No files found.
mac/ChangeLog
View file @
c4ea99e1
2002-12-02 Steven Tamm <steventamm@mac.com>
* make-package (installprefix): Switched copying of .el files
to be on by default. Removed symlink for emacs -> emacs-version.
2002-11-30 Steven Tamm <steventamm@mac.com>
* make-package: Now compresses .pax file instead of entire disk
...
...
mac/make-package
View file @
c4ea99e1
...
...
@@ -54,7 +54,7 @@ with_x=no
comp_diskimage
=
yes
self_contained
=
no
app_symlink
=
no
full_dist
=
no
full_dist
=
yes
keep_directory
=
no
ac_prev
=
...
...
@@ -83,8 +83,8 @@ do
-with-x
|
--with-x
)
with_x
=
yes
with_app
=
no
;;
--with-full-dist
|
-with-full-dist
|
-full-dist
|
-full
)
full_dist
=
yes
;;
--with
out
-full-dist
|
-with
out
-full-dist
|
-no
-full-dist
|
-no
-full
)
full_dist
=
no
;;
-self-contained
|
--with-self-contained-app
|
-sc
)
self_contained
=
yes
;;
-app-symlink
|
--app-symlink
|
-symlink
|
--symlink
|
--asl
)
...
...
@@ -126,8 +126,8 @@ Options:
--with-x Setup the install to use X Windows for its
windowed display, instead of carbon. Implies
--without-app.
--with-full-dist
I
nclude all the .el files in the distribution.
Default is to include only .elc files
--with
out
-full-dist
Do not i
nclude all the .el files in the distribution.
This is discouraged except if disk space is critical.
--app-symlink Have the Emacs.app executable be a symlink
to the install in [prefix]/bin/emacs and have
the emacs executable link to emacs-
${
version
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment