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
Open sidebar
emacs
emacs
Commits
7e222e4e
Commit
7e222e4e
authored
May 20, 2010
by
Glenn Morris
Browse files
* 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,
# and 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