(check-declare): New target.
This commit is contained in:
parent
63150f3c46
commit
4f73d1e108
2 changed files with 14 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
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.
|
||||
|
|
10
Makefile.in
10
Makefile.in
|
@ -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) $@)
|
||||
|
|
Loading…
Add table
Reference in a new issue