Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emacs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
emacs
emacs
Commits
c54c978e
Commit
c54c978e
authored
Jul 09, 2013
by
Glenn Morris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* INSTALL: Try to clarify role of make distclean.
Fixes: debbugs:14833
parent
f7a03897
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
10 deletions
+8
-10
INSTALL
INSTALL
+8
-10
No files found.
INSTALL
View file @
c54c978e
...
...
@@ -70,24 +70,17 @@ sections if you need to.
you
,
but
there
are
no
obvious
errors
,
assume
that
`
configure
' did
its job and proceed.
4. If you need to run the `configure'
script
more
than
once
(
e
.
g
.,
with
some
non
-
default
options
),
always
clean
the
source
directories
before
running
`
configure
' again:
make distclean
./configure
5. Invoke the `make'
program
:
4. Invoke the `make'
program
:
make
6
.
If
`
make
' succeeds, it will build an executable program `emacs'
5
.
If
`
make
' succeeds, it will build an executable program `emacs'
in
the
`
src
' directory. You can try this program, to make sure
it works:
src/emacs -Q
7
. Assuming that the program `src/emacs'
starts
and
displays
its
6
. Assuming that the program `src/emacs'
starts
and
displays
its
opening
screen
,
you
can
install
the
program
and
its
auxiliary
files
into
their
installation
directories
:
...
...
@@ -101,6 +94,11 @@ sections if you need to.
You
can
delete
the
entire
build
directory
if
you
do
not
plan
to
build
Emacs
again
,
but
it
can
be
useful
to
keep
for
debugging
.
If
you
want
to
build
Emacs
again
with
different
configure
options
,
first
clean
the
source
directories
:
make
distclean
./
configure
Note
that
the
install
automatically
saves
space
by
compressing
(
provided
you
have
the
`
gzip
' program) those installed Lisp source (.el)
...
...
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