]> git.pld-linux.org Git - packages/gdb.git/blobdiff - gdb-readline.patch
- fix deps for libgdb.a
[packages/gdb.git] / gdb-readline.patch
index 62be1ddb0a8ae1b7bcac0a4aaba098b3e5b5d3cd..fc53c7c8b9cfbf2054b7a8c2e80bc57add27948e 100644 (file)
-diff -urN gdb-6.0.org/gdb/event-top.c gdb-6.0/gdb/event-top.c
---- gdb-6.0.org/gdb/event-top.c        2003-10-09 19:42:39.000000000 +0200
-+++ gdb-6.0/gdb/event-top.c    2003-10-09 19:48:08.000000000 +0200
-@@ -33,6 +33,7 @@
- #include "gdbcmd.h"
- /* readline include files */
-+#define savestring
- #include <readline/readline.h>
- #include <readline/history.h>
-diff -urN gdb-6.0.org/gdb/gdbserver/Makefile.in gdb-6.0/gdb/gdbserver/Makefile.in
---- gdb-6.0.org/gdb/gdbserver/Makefile.in      2003-10-09 19:42:41.000000000 +0200
-+++ gdb-6.0/gdb/gdbserver/Makefile.in  2003-10-09 19:48:08.000000000 +0200
-@@ -76,7 +76,7 @@
- # Where is the source dir for the READLINE library?  Traditionally in .. or .
- # (For the binary library built from it, we use ${READLINE_DIR}${subdir}.)
--READLINE_DIR = ${srcdir}/../readline
-+READLINE_DIR = /usr/lib
- READLINE_DEP = $$(READLINE_DIR)
- # All the includes used for CFLAGS and for lint.
-diff -urN gdb-6.0.org/gdb/Makefile.in gdb-6.0/gdb/Makefile.in
---- gdb-6.0.org/gdb/Makefile.in        2003-10-09 19:42:39.000000000 +0200
-+++ gdb-6.0/gdb/Makefile.in    2003-10-09 19:48:08.000000000 +0200
-@@ -116,10 +116,10 @@
+--- gdb-6.7.org/gdb/Makefile.in        2007-09-05 02:14:02.000000000 +0200
++++ gdb-6.7/gdb/Makefile.in    2007-10-10 21:11:18.119976680 +0200
+@@ -126,11 +126,11 @@
  BFD_CFLAGS = -I$(BFD_DIR) -I$(BFD_SRC)
  
  # Where is the READLINE library?  Typically in ../readline.
 -READLINE_DIR = ../readline
--READLINE = $(READLINE_DIR)/libreadline.a
 -READLINE_SRC = $(srcdir)/$(READLINE_DIR)
--READLINE_CFLAGS = -I$(READLINE_SRC)/..
+-READLINE = @READLINE@
+-READLINE_DEPS = @READLINE_DEPS@
+-READLINE_CFLAGS = @READLINE_CFLAGS@
 +READLINE_DIR = /usr/include/readline
 +READLINE = -lreadline
 +READLINE_SRC = /usr/include/readline
++READLINE_DEPS =
 +READLINE_CFLAGS = -I/usr/include/readline
  
- WARN_CFLAGS = @WARN_CFLAGS@
- WERROR_CFLAGS = @WERROR_CFLAGS@
-diff -urN gdb-6.0.org/gdb/top.c gdb-6.0/gdb/top.c
---- gdb-6.0.org/gdb/top.c      2003-10-09 19:42:40.000000000 +0200
-+++ gdb-6.0/gdb/top.c  2003-10-09 19:48:08.000000000 +0200
-@@ -47,6 +47,7 @@
- #include "gdb_assert.h"
- /* readline include files */
-+#define savestring
- #include <readline/readline.h>
- #include <readline/history.h>
-diff -urN gdb-6.0.org/gdb/tracepoint.c gdb-6.0/gdb/tracepoint.c
---- gdb-6.0.org/gdb/tracepoint.c       2003-10-09 19:42:40.000000000 +0200
-+++ gdb-6.0/gdb/tracepoint.c   2003-10-09 19:48:08.000000000 +0200
-@@ -44,6 +44,7 @@
- #include "ax-gdb.h"
- /* readline include files */
-+#define savestring
- #include <readline/readline.h>
- #include <readline/history.h>
-diff -urN gdb-6.0.org/gdb/utils.c gdb-6.0/gdb/utils.c
---- gdb-6.0.org/gdb/utils.c    2003-10-09 19:42:40.000000000 +0200
-+++ gdb-6.0/gdb/utils.c        2003-10-09 19:48:08.000000000 +0200
-@@ -59,6 +59,7 @@
- #include <term.h>
- #endif
-+#define savestring
- #include <readline/readline.h>
- #ifdef USE_MMALLOC
-diff -urN gdb-6.0.org/Makefile.in gdb-6.0/Makefile.in
---- gdb-6.0.org/Makefile.in    2003-10-09 19:42:43.000000000 +0200
-+++ gdb-6.0/Makefile.in        2003-10-09 19:52:00.000000000 +0200
-@@ -581,7 +581,6 @@
-     maybe-configure-perl \
-     maybe-configure-prms \
-     maybe-configure-rcs \
+ # Where is expat?  This will be empty if expat was not available.
+ LIBEXPAT = @LIBEXPAT@
+@@ -416,7 +416,7 @@
+       $(XM_CLIBS) $(NAT_CLIBS) $(GDBTKLIBS) @LIBS@ \
+       $(LIBICONV) $(LIBEXPAT) \
+       $(LIBIBERTY) $(WIN32LIBS) $(LIBGNU)
+-CDEPS = $(XM_CDEPS) $(NAT_CDEPS) $(SIM) $(BFD) $(READLINE_DEPS) \
++CDEPS = $(XM_CDEPS) $(NAT_CDEPS) $(SIM) $(BFD) \
+       $(OPCODES) $(INTL_DEPS) $(LIBIBERTY) $(CONFIG_DEPS) $(LIBGNU)
+ ADD_FILES = $(XM_ADD_FILES) $(TM_ADD_FILES) $(NAT_ADD_FILES)
+--- gdb-7.4.50.20120120/Makefile.in.orig       2012-01-20 02:48:18.000000000 +0100
++++ gdb-7.4.50.20120120/Makefile.in    2012-03-17 10:35:14.194730128 +0100
+@@ -922,7 +922,6 @@
+     maybe-configure-libiberty \
+     maybe-configure-libiconv \
+     maybe-configure-m4 \
 -    maybe-configure-readline \
-     maybe-configure-release \
-     maybe-configure-recode \
-     maybe-configure-sed \
-@@ -670,7 +669,6 @@
-     maybe-all-perl \
-     maybe-all-prms \
-     maybe-all-rcs \
--    maybe-all-readline \
-     maybe-all-release \
-     maybe-all-recode \
-     maybe-all-sed \
-@@ -763,7 +761,6 @@
-     maybe-info-perl \
-     maybe-info-prms \
-     maybe-info-rcs \
--    maybe-info-readline \
-     maybe-info-release \
-     maybe-info-recode \
-     maybe-info-sed \
-@@ -1731,28 +1728,6 @@
-         || exit 1
--.PHONY: maybe-info-readline info-readline
--maybe-info-readline:
--
--info-readline: \
--    configure-readline 
--      @[ -f ./readline/Makefile ] || exit 0; \
--      r=`${PWD}`; export r; \
--      s=`cd $(srcdir); ${PWD}`; export s; \
--      $(SET_LIB_PATH) \
--      for flag in $(EXTRA_HOST_FLAGS); do \
--        eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \
--      done; \
--      echo "Doing info in readline" ; \
--      (cd readline && \
--        $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \
--                "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \
--                "RANLIB=$${RANLIB}" \
--                "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" \
--                info) \
--        || exit 1
--
--
- .PHONY: maybe-info-release info-release
- maybe-info-release:
-@@ -2639,7 +2614,6 @@
-     maybe-dvi-perl \
-     maybe-dvi-prms \
-     maybe-dvi-rcs \
--    maybe-dvi-readline \
-     maybe-dvi-release \
-     maybe-dvi-recode \
-     maybe-dvi-sed \
-@@ -3607,28 +3581,6 @@
-         || exit 1
--.PHONY: maybe-dvi-readline dvi-readline
--maybe-dvi-readline:
--
--dvi-readline: \
--    configure-readline 
--      @[ -f ./readline/Makefile ] || exit 0; \
--      r=`${PWD}`; export r; \
--      s=`cd $(srcdir); ${PWD}`; export s; \
--      $(SET_LIB_PATH) \
--      for flag in $(EXTRA_HOST_FLAGS); do \
--        eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \
--      done; \
--      echo "Doing dvi in readline" ; \
--      (cd readline && \
--        $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \
--                "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \
--                "RANLIB=$${RANLIB}" \
--                "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" \
--                dvi) \
--        || exit 1
--
--
- .PHONY: maybe-dvi-release dvi-release
- maybe-dvi-release:
-@@ -4515,7 +4467,6 @@
-     maybe-TAGS-perl \
-     maybe-TAGS-prms \
-     maybe-TAGS-rcs \
--    maybe-TAGS-readline \
-     maybe-TAGS-release \
-     maybe-TAGS-recode \
-     maybe-TAGS-sed \
-@@ -5483,28 +5434,6 @@
-         || exit 1
--.PHONY: maybe-TAGS-readline TAGS-readline
--maybe-TAGS-readline:
--
--TAGS-readline: \
--    configure-readline 
--      @[ -f ./readline/Makefile ] || exit 0; \
--      r=`${PWD}`; export r; \
--      s=`cd $(srcdir); ${PWD}`; export s; \
--      $(SET_LIB_PATH) \
--      for flag in $(EXTRA_HOST_FLAGS); do \
--        eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \
--      done; \
--      echo "Doing TAGS in readline" ; \
--      (cd readline && \
--        $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \
--                "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \
--                "RANLIB=$${RANLIB}" \
--                "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" \
--                TAGS) \
--        || exit 1
--
--
- .PHONY: maybe-TAGS-release TAGS-release
- maybe-TAGS-release:
-@@ -6391,7 +6320,6 @@
-     maybe-install-info-perl \
-     maybe-install-info-prms \
-     maybe-install-info-rcs \
--    maybe-install-info-readline \
-     maybe-install-info-release \
-     maybe-install-info-recode \
-     maybe-install-info-sed \
-@@ -7401,29 +7329,6 @@
-         || exit 1
--.PHONY: maybe-install-info-readline install-info-readline
--maybe-install-info-readline:
--
--install-info-readline: \
--    configure-readline \
--    info-readline 
--      @[ -f ./readline/Makefile ] || exit 0; \
--      r=`${PWD}`; export r; \
--      s=`cd $(srcdir); ${PWD}`; export s; \
--      $(SET_LIB_PATH) \
--      for flag in $(EXTRA_HOST_FLAGS); do \
--        eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \
--      done; \
--      echo "Doing install-info in readline" ; \
--      (cd readline && \
--        $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \
--                "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \
--                "RANLIB=$${RANLIB}" \
--                "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" \
--                install-info) \
--        || exit 1
--
--
- .PHONY: maybe-install-info-release install-info-release
- maybe-install-info-release:
-@@ -8348,7 +8253,6 @@
-     maybe-installcheck-perl \
-     maybe-installcheck-prms \
-     maybe-installcheck-rcs \
--    maybe-installcheck-readline \
-     maybe-installcheck-release \
-     maybe-installcheck-recode \
-     maybe-installcheck-sed \
-@@ -9316,28 +9220,6 @@
-         || exit 1
--.PHONY: maybe-installcheck-readline installcheck-readline
--maybe-installcheck-readline:
--
--installcheck-readline: \
--    configure-readline 
--      @[ -f ./readline/Makefile ] || exit 0; \
--      r=`${PWD}`; export r; \
--      s=`cd $(srcdir); ${PWD}`; export s; \
--      $(SET_LIB_PATH) \
--      for flag in $(EXTRA_HOST_FLAGS); do \
--        eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \
--      done; \
--      echo "Doing installcheck in readline" ; \
--      (cd readline && \
--        $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \
--                "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \
--                "RANLIB=$${RANLIB}" \
--                "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" \
--                installcheck) \
--        || exit 1
--
--
- .PHONY: maybe-installcheck-release installcheck-release
- maybe-installcheck-release:
-@@ -10224,7 +10106,6 @@
-     maybe-mostlyclean-perl \
-     maybe-mostlyclean-prms \
-     maybe-mostlyclean-rcs \
--    maybe-mostlyclean-readline \
-     maybe-mostlyclean-release \
-     maybe-mostlyclean-recode \
-     maybe-mostlyclean-sed \
-@@ -11136,27 +11017,6 @@
-         || exit 1
--.PHONY: maybe-mostlyclean-readline mostlyclean-readline
--maybe-mostlyclean-readline:
--
--mostlyclean-readline: 
--      @[ -f ./readline/Makefile ] || exit 0; \
--      r=`${PWD}`; export r; \
--      s=`cd $(srcdir); ${PWD}`; export s; \
--      $(SET_LIB_PATH) \
--      for flag in $(EXTRA_HOST_FLAGS); do \
--        eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \
--      done; \
--      echo "Doing mostlyclean in readline" ; \
--      (cd readline && \
--        $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \
--                "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \
--                "RANLIB=$${RANLIB}" \
--                "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" \
--                mostlyclean) \
--        || exit 1
--
--
- .PHONY: maybe-mostlyclean-release mostlyclean-release
- maybe-mostlyclean-release:
-@@ -11977,7 +11837,6 @@
-     maybe-clean-perl \
-     maybe-clean-prms \
-     maybe-clean-rcs \
--    maybe-clean-readline \
-     maybe-clean-release \
-     maybe-clean-recode \
-     maybe-clean-sed \
-@@ -12903,27 +12762,6 @@
-         || exit 1
--.PHONY: maybe-clean-readline clean-readline
--maybe-clean-readline:
--
--clean-readline: 
--      @[ -f ./readline/Makefile ] || exit 0; \
--      r=`${PWD}`; export r; \
--      s=`cd $(srcdir); ${PWD}`; export s; \
--      $(SET_LIB_PATH) \
--      for flag in $(EXTRA_HOST_FLAGS); do \
--        eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \
--      done; \
--      echo "Doing clean in readline" ; \
--      (cd readline && \
--        $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \
--                "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \
--                "RANLIB=$${RANLIB}" \
--                "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" \
--                clean) \
--        || exit 1
--
--
- .PHONY: maybe-clean-release clean-release
- maybe-clean-release:
-@@ -13744,7 +13582,6 @@
-     maybe-distclean-perl \
-     maybe-distclean-prms \
-     maybe-distclean-rcs \
--    maybe-distclean-readline \
-     maybe-distclean-release \
-     maybe-distclean-recode \
-     maybe-distclean-sed \
-@@ -14670,27 +14507,6 @@
-         || exit 1
--.PHONY: maybe-distclean-readline distclean-readline
--maybe-distclean-readline:
--
--distclean-readline: 
--      @[ -f ./readline/Makefile ] || exit 0; \
--      r=`${PWD}`; export r; \
--      s=`cd $(srcdir); ${PWD}`; export s; \
--      $(SET_LIB_PATH) \
--      for flag in $(EXTRA_HOST_FLAGS); do \
--        eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \
--      done; \
--      echo "Doing distclean in readline" ; \
--      (cd readline && \
--        $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \
--                "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \
--                "RANLIB=$${RANLIB}" \
--                "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" \
--                distclean) \
--        || exit 1
--
--
- .PHONY: maybe-distclean-release distclean-release
- maybe-distclean-release:
-@@ -15511,7 +15327,6 @@
-     maybe-maintainer-clean-perl \
-     maybe-maintainer-clean-prms \
-     maybe-maintainer-clean-rcs \
--    maybe-maintainer-clean-readline \
-     maybe-maintainer-clean-release \
-     maybe-maintainer-clean-recode \
-     maybe-maintainer-clean-sed \
-@@ -16437,27 +16252,6 @@
-         || exit 1
--.PHONY: maybe-maintainer-clean-readline maintainer-clean-readline
--maybe-maintainer-clean-readline:
--
--maintainer-clean-readline: 
--      @[ -f ./readline/Makefile ] || exit 0; \
--      r=`${PWD}`; export r; \
--      s=`cd $(srcdir); ${PWD}`; export s; \
--      $(SET_LIB_PATH) \
--      for flag in $(EXTRA_HOST_FLAGS); do \
--        eval `echo "$$flag" | sed -e "s|^\([^=]*\)=\(.*\)|\1='\2'; export \1|"`; \
--      done; \
--      echo "Doing maintainer-clean in readline" ; \
--      (cd readline && \
--        $(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \
--                "CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \
--                "RANLIB=$${RANLIB}" \
--                "DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" \
--                maintainer-clean) \
--        || exit 1
--
--
- .PHONY: maybe-maintainer-clean-release maintainer-clean-release
- maybe-maintainer-clean-release:
-@@ -17336,7 +17130,6 @@
-     maybe-check-perl \
-     maybe-check-prms \
-     maybe-check-rcs \
+     maybe-configure-sid \
+     maybe-configure-sim \
+     maybe-configure-texinfo \
+@@ -1057,7 +1056,6 @@
+ @endif libiberty-no-bootstrap
+ all-host: maybe-all-libiconv
+ all-host: maybe-all-m4
+-all-host: maybe-all-readline
+ all-host: maybe-all-sid
+ all-host: maybe-all-sim
+ all-host: maybe-all-texinfo
+@@ -1149,7 +1147,6 @@
+ info-host: maybe-info-libiberty
+ info-host: maybe-info-libiconv
+ info-host: maybe-info-m4
+-info-host: maybe-info-readline
+ info-host: maybe-info-sid
+ info-host: maybe-info-sim
+ info-host: maybe-info-texinfo
+@@ -1226,7 +1223,6 @@
+ dvi-host: maybe-dvi-libiberty
+ dvi-host: maybe-dvi-libiconv
+ dvi-host: maybe-dvi-m4
+-dvi-host: maybe-dvi-readline
+ dvi-host: maybe-dvi-sid
+ dvi-host: maybe-dvi-sim
+ dvi-host: maybe-dvi-texinfo
+@@ -1303,7 +1299,6 @@
+ pdf-host: maybe-pdf-libiberty
+ pdf-host: maybe-pdf-libiconv
+ pdf-host: maybe-pdf-m4
+-pdf-host: maybe-pdf-readline
+ pdf-host: maybe-pdf-sid
+ pdf-host: maybe-pdf-sim
+ pdf-host: maybe-pdf-texinfo
+@@ -1380,7 +1375,6 @@
+ html-host: maybe-html-libiberty
+ html-host: maybe-html-libiconv
+ html-host: maybe-html-m4
+-html-host: maybe-html-readline
+ html-host: maybe-html-sid
+ html-host: maybe-html-sim
+ html-host: maybe-html-texinfo
+@@ -1457,7 +1451,6 @@
+ TAGS-host: maybe-TAGS-libiberty
+ TAGS-host: maybe-TAGS-libiconv
+ TAGS-host: maybe-TAGS-m4
+-TAGS-host: maybe-TAGS-readline
+ TAGS-host: maybe-TAGS-sid
+ TAGS-host: maybe-TAGS-sim
+ TAGS-host: maybe-TAGS-texinfo
+@@ -1534,7 +1527,6 @@
+ install-info-host: maybe-install-info-libiberty
+ install-info-host: maybe-install-info-libiconv
+ install-info-host: maybe-install-info-m4
+-install-info-host: maybe-install-info-readline
+ install-info-host: maybe-install-info-sid
+ install-info-host: maybe-install-info-sim
+ install-info-host: maybe-install-info-texinfo
+@@ -1611,7 +1603,6 @@
+ install-pdf-host: maybe-install-pdf-libiberty
+ install-pdf-host: maybe-install-pdf-libiconv
+ install-pdf-host: maybe-install-pdf-m4
+-install-pdf-host: maybe-install-pdf-readline
+ install-pdf-host: maybe-install-pdf-sid
+ install-pdf-host: maybe-install-pdf-sim
+ install-pdf-host: maybe-install-pdf-texinfo
+@@ -1688,7 +1679,6 @@
+ install-html-host: maybe-install-html-libiberty
+ install-html-host: maybe-install-html-libiconv
+ install-html-host: maybe-install-html-m4
+-install-html-host: maybe-install-html-readline
+ install-html-host: maybe-install-html-sid
+ install-html-host: maybe-install-html-sim
+ install-html-host: maybe-install-html-texinfo
+@@ -1765,7 +1755,6 @@
+ installcheck-host: maybe-installcheck-libiberty
+ installcheck-host: maybe-installcheck-libiconv
+ installcheck-host: maybe-installcheck-m4
+-installcheck-host: maybe-installcheck-readline
+ installcheck-host: maybe-installcheck-sid
+ installcheck-host: maybe-installcheck-sim
+ installcheck-host: maybe-installcheck-texinfo
+@@ -1842,7 +1831,6 @@
+ mostlyclean-host: maybe-mostlyclean-libiberty
+ mostlyclean-host: maybe-mostlyclean-libiconv
+ mostlyclean-host: maybe-mostlyclean-m4
+-mostlyclean-host: maybe-mostlyclean-readline
+ mostlyclean-host: maybe-mostlyclean-sid
+ mostlyclean-host: maybe-mostlyclean-sim
+ mostlyclean-host: maybe-mostlyclean-texinfo
+@@ -1919,7 +1907,6 @@
+ clean-host: maybe-clean-libiberty
+ clean-host: maybe-clean-libiconv
+ clean-host: maybe-clean-m4
+-clean-host: maybe-clean-readline
+ clean-host: maybe-clean-sid
+ clean-host: maybe-clean-sim
+ clean-host: maybe-clean-texinfo
+@@ -1996,7 +1983,6 @@
+ distclean-host: maybe-distclean-libiberty
+ distclean-host: maybe-distclean-libiconv
+ distclean-host: maybe-distclean-m4
+-distclean-host: maybe-distclean-readline
+ distclean-host: maybe-distclean-sid
+ distclean-host: maybe-distclean-sim
+ distclean-host: maybe-distclean-texinfo
+@@ -2073,7 +2059,6 @@
+ maintainer-clean-host: maybe-maintainer-clean-libiberty
+ maintainer-clean-host: maybe-maintainer-clean-libiconv
+ maintainer-clean-host: maybe-maintainer-clean-m4
+-maintainer-clean-host: maybe-maintainer-clean-readline
+ maintainer-clean-host: maybe-maintainer-clean-sid
+ maintainer-clean-host: maybe-maintainer-clean-sim
+ maintainer-clean-host: maybe-maintainer-clean-texinfo
+@@ -2205,7 +2190,6 @@
+     maybe-check-libiberty \
+     maybe-check-libiconv \
+     maybe-check-m4 \
 -    maybe-check-readline \
-     maybe-check-release \
-     maybe-check-recode \
-     maybe-check-sed \
-@@ -17445,7 +17238,6 @@
-     maybe-install-perl \
-     maybe-install-prms \
-     maybe-install-rcs \
+     maybe-check-sid \
+     maybe-check-sim \
+     maybe-check-texinfo \
+@@ -2308,7 +2292,6 @@
+     maybe-install-libiberty \
+     maybe-install-libiconv \
+     maybe-install-m4 \
 -    maybe-install-readline \
-     maybe-install-release \
-     maybe-install-recode \
-     maybe-install-sed \
-@@ -17512,7 +17304,6 @@
-     maybe-install-perl \
-     maybe-install-prms \
-     maybe-install-rcs \
+     maybe-install-sid \
+     maybe-install-sim \
+     maybe-install-texinfo \
+@@ -2354,7 +2337,6 @@
+     maybe-install-libiberty \
+     maybe-install-libiconv \
+     maybe-install-m4 \
 -    maybe-install-readline \
-     maybe-install-release \
-     maybe-install-recode \
-     maybe-install-sed \
-@@ -20393,72 +20184,6 @@
-       (cd rcs && $(MAKE) $(FLAGS_TO_PASS) install)
--.PHONY: configure-readline maybe-configure-readline
--maybe-configure-readline:
--configure-readline:
--      @test ! -f readline/Makefile || exit 0; \
--      [ -d readline ] || mkdir readline; \
--      r=`${PWD}`; export r; \
--      s=`cd $(srcdir); ${PWD}`; export s; \
--      CC="$(CC)"; export CC; \
--      CFLAGS="$(CFLAGS)"; export CFLAGS; \
--      CXX="$(CXX)"; export CXX; \
--      CXXFLAGS="$(CXXFLAGS)"; export CXXFLAGS; \
--      AR="$(AR)"; export AR; \
--      AS="$(AS)"; export AS; \
--      CC_FOR_BUILD="$(CC_FOR_BUILD)"; export CC_FOR_BUILD; \
--      DLLTOOL="$(DLLTOOL)"; export DLLTOOL; \
--      LD="$(LD)"; export LD; \
--      NM="$(NM)"; export NM; \
--      RANLIB="$(RANLIB)"; export RANLIB; \
--      WINDRES="$(WINDRES)"; export WINDRES; \
--      OBJCOPY="$(OBJCOPY)"; export OBJCOPY; \
--      OBJDUMP="$(OBJDUMP)"; export OBJDUMP; \
--      echo Configuring in readline; \
--      cd readline || exit 1; \
--      case $(srcdir) in \
--        \.) \
--          srcdiroption="--srcdir=."; \
--          libsrcdir=".";; \
--        /* | [A-Za-z]:[\\/]*) \
--          srcdiroption="--srcdir=$(srcdir)/readline"; \
--          libsrcdir="$$s/readline";; \
--        *) \
--          srcdiroption="--srcdir=../$(srcdir)/readline"; \
--          libsrcdir="$$s/readline";; \
--      esac; \
--      $(SHELL) $${libsrcdir}/configure \
--        $(HOST_CONFIGARGS) $${srcdiroption} \
--        || exit 1
--
--.PHONY: all-readline maybe-all-readline
--maybe-all-readline:
--all-readline: configure-readline
--      @r=`${PWD}`; export r; \
--      s=`cd $(srcdir); ${PWD}`; export s; \
--      $(SET_LIB_PATH) \
--      (cd readline && $(MAKE) $(FLAGS_TO_PASS) all)
--
--.PHONY: check-readline maybe-check-readline
--maybe-check-readline:
--
--check-readline:
--      @r=`${PWD}`; export r; \
--      s=`cd $(srcdir); ${PWD}`; export s; \
--      $(SET_LIB_PATH) \
--      (cd readline && $(MAKE) $(FLAGS_TO_PASS) check)
--
--
--.PHONY: install-readline maybe-install-readline
--maybe-install-readline:
--
--install-readline: installdirs
--      @r=`${PWD}`; export r; \
--      s=`cd $(srcdir); ${PWD}`; export s; \
--      $(SET_LIB_PATH) \
--      (cd readline && $(MAKE) $(FLAGS_TO_PASS) install)
--
--
- .PHONY: configure-release maybe-configure-release
- maybe-configure-release:
- configure-release:
-@@ -23750,7 +23475,7 @@
- # GDB needs to know that the simulator is being built.
- configure-gdb: maybe-configure-itcl maybe-configure-tcl maybe-configure-tk maybe-configure-sim
- GDB_TK = @GDB_TK@
--all-gdb: maybe-all-libiberty maybe-all-opcodes maybe-all-bfd maybe-all-mmalloc maybe-all-readline maybe-all-bison maybe-all-byacc maybe-all-sim $(gdbnlmrequirements) $(GDB_TK)
-+all-gdb: maybe-all-libiberty maybe-all-opcodes maybe-all-bfd maybe-all-mmalloc maybe-all-bison maybe-all-byacc maybe-all-sim $(gdbnlmrequirements) $(GDB_TK)
- install-gdb: maybe-install-tcl maybe-install-tk maybe-install-itcl maybe-install-tix maybe-install-libgui
- configure-libgui: maybe-configure-tcl maybe-configure-tk
- all-libgui: maybe-all-tcl maybe-all-tk maybe-all-itcl
-@@ -23781,7 +23506,7 @@
- install-itcl: maybe-install-tcl
- all-sid: maybe-all-libiberty maybe-all-bfd maybe-all-opcodes maybe-all-tcl maybe-all-tk
- install-sid: maybe-install-tcl maybe-install-tk
--all-sim: maybe-all-libiberty maybe-all-bfd maybe-all-opcodes maybe-all-readline maybe-configure-gdb
-+all-sim: maybe-all-libiberty maybe-all-bfd maybe-all-opcodes maybe-configure-gdb
- configure-tk: maybe-configure-tcl
- all-tk: maybe-all-tcl
- configure-tix: maybe-configure-tcl maybe-configure-tk
+     maybe-install-sid \
+     maybe-install-sim \
+     maybe-install-texinfo \
+@@ -2450,7 +2432,6 @@
+     maybe-install-strip-libiberty \
+     maybe-install-strip-libiconv \
+     maybe-install-strip-m4 \
+-    maybe-install-strip-readline \
+     maybe-install-strip-sid \
+     maybe-install-strip-sim \
+     maybe-install-strip-texinfo \
+@@ -42608,7 +42589,6 @@
+ all-gdb: maybe-all-libiberty
+ all-gdb: maybe-all-libiconv
+ all-gdb: maybe-all-opcodes
+-all-gdb: maybe-all-readline
+ all-gdb: maybe-all-build-bison
+ all-gdb: maybe-all-sim
+ all-gdb: maybe-all-libdecnumber
+@@ -42946,7 +42926,6 @@
+ all-sim: maybe-all-libiberty
+ all-sim: maybe-all-bfd
+ all-sim: maybe-all-opcodes
+-all-sim: maybe-all-readline
+ all-sim: maybe-configure-gdb
+ all-fastjar: maybe-all-zlib
+ all-fastjar: maybe-all-build-texinfo
This page took 0.05258 seconds and 4 git commands to generate.