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
4f73d1e1
Commit
4f73d1e1
authored
Nov 17, 2007
by
Glenn Morris
Browse files
(check-declare): New target.
parent
63150f3c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
0 deletions
+14
-0
ChangeLog
ChangeLog
+4
-0
Makefile.in
Makefile.in
+10
-0
No files found.
ChangeLog
View file @
4f73d1e1
2007-11-17 Glenn Morris <rgm@gnu.org>
* Makefile.in (check-declare): New target.
2007-11-07 Glenn Morris <rgm@gnu.org>
* configure.in: Deprecate Mac Carbon port.
...
...
Makefile.in
View file @
4f73d1e1
...
...
@@ -811,3 +811,13 @@ bootstrap-clean-before-fast: FRC
-
(
cd
doc/lispref
&&
$(MAKE)
$(MFLAGS)
clean
)
-
(
cd
doc/lispintro
&&
$(MAKE)
$(MFLAGS)
clean
)
(
cd
leim
;
$(MAKE)
$(MFLAGS)
clean
)
.PHONY
:
check-declare
check-declare
:
@
if
[
!
-e
$(srcdir)
/src/emacs
]
;
then
\
echo
"You must build Emacs to use this command"
;
\
exit
1
;
\
fi
(
cd
leim
;
$(MAKE)
$(MFLAGS)
$@
)
(
cd
lisp
;
$(MAKE)
$(MFLAGS)
$@
)
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