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
7e222e4e
Commit
7e222e4e
authored
May 20, 2010
by
Glenn Morris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* msdos/mainmake.v2: Comment fix.
parent
e8752c66
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
msdos/mainmake.v2
msdos/mainmake.v2
+4
-4
No files found.
msdos/mainmake.v2
View file @
7e222e4e
...
...
@@ -68,10 +68,10 @@ top_srcdir := $(subst \,/,$(shell cd))
version
:=
${
shell
sed
-n
-e
'/(defconst emacs-version/s/^[^"]*\("[^"]*"\).*/\1/p'
lisp/version.el
}
# Q: Do we need to bootstrap?
# A: Only if we find admin/admin.el, i.e. we are building out of
CVS,
# a
nd src/b-emacs.exe does not exist. This avoids building a
#
bootstrap-emacs and recompiling Lisp files when building a
# pretest/release tarball.
# A: Only if we find admin/admin.el, i.e. we are building out of
# a
VCS-checkout
(
not a release
)
and src/b-emacs.exe does not exist.
#
This avoids building a bootstrap-emacs and recompiling Lisp files
#
when building a
pretest/release tarball.
boot :
=
ifneq
(
$(
wildcard
admin/admin.el
)
,
)
ifeq
(
$(
wildcard
src/b-emacs.exe
)
,
)
...
...
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