mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 22:07:58 +08:00
add dvi, fix info & install-info (no recursion)
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
|
||||||
|
|
||||||
|
* Makefile.in: add null dvi target, don't bother to recurse
|
||||||
|
through test directories for info and install-info.
|
||||||
|
|
||||||
Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
|
Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
|
||||||
|
|
||||||
**** start-sanitize-chill ****
|
**** start-sanitize-chill ****
|
||||||
|
@ -116,13 +116,8 @@ all: subdirs
|
|||||||
.NOEXPORT:
|
.NOEXPORT:
|
||||||
INFODIRS=doc
|
INFODIRS=doc
|
||||||
info:
|
info:
|
||||||
@rootme=`pwd`/ ; export rootme ; \
|
|
||||||
rootsrc=`cd $(srcdir); pwd`/ ; export rootsrc ; \
|
|
||||||
$(MAKE) subdir_do DO=info "DODIRS=$(INFODIRS)" $(FLAGS_TO_PASS)
|
|
||||||
|
|
||||||
install-info:
|
install-info:
|
||||||
@rootme=`pwd`/ ; export rootme ; \
|
dvi:
|
||||||
$(MAKE) subdir_do DO=install-info "DODIRS=$(INFODIRS)" $(FLAGS_TO_PASS)
|
|
||||||
|
|
||||||
install:
|
install:
|
||||||
-parent=`echo $(datadir)|sed -e 's@/[^/]*$$@@'`; \
|
-parent=`echo $(datadir)|sed -e 's@/[^/]*$$@@'`; \
|
||||||
@ -169,6 +164,7 @@ site.exp: ./config.status
|
|||||||
-e '1,/^## All variables above are.*##/ d' >> site.exp
|
-e '1,/^## All variables above are.*##/ d' >> site.exp
|
||||||
@rm -f ./tmp1 ./tmp0
|
@rm -f ./tmp1 ./tmp0
|
||||||
|
|
||||||
|
installcheck:
|
||||||
check: all site.exp
|
check: all site.exp
|
||||||
$(RUNTEST) $(RUNTESTFLAGS) --tool gdb GDB=$(GDB)
|
$(RUNTEST) $(RUNTESTFLAGS) --tool gdb GDB=$(GDB)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user