* Makefile.in (VERSION): Bump version to 4.8.2.
authorFred Fish <fnf@specifix.com>
Thu, 11 Mar 1993 02:40:29 +0000 (02:40 +0000)
committerFred Fish <fnf@specifix.com>
Thu, 11 Mar 1993 02:40:29 +0000 (02:40 +0000)
gdb/ChangeLog
gdb/Makefile.in

index 9a1a5b435888d56cfa5beddee46648afccacda5b..942102c33af8f92bf191cd09a1f449221cc60cc3 100644 (file)
@@ -1,5 +1,7 @@
 Wed Mar 10 17:37:11 1993  Fred Fish  (fnf@cygnus.com)
 
+       * Makefile.in (VERSION):  Bump version to 4.8.2.
+
        * main.c (source_command):  Require an explicit pathname of file
        to source, since previous behavior of defaulting to gdb init file
        was troublesome and undocumented.
index e8aea6f5ec94f5c861afcfbe7a22c165043168d3..f3616f87ab481e1e3294caef478f87ecc623c220 100644 (file)
@@ -163,7 +163,7 @@ CDEPS = ${XM_CDEPS} ${TM_CDEPS} ${NAT_CDEPS} \
 ADD_FILES = ${REGEX} ${ALLOCA}  ${XM_ADD_FILES} ${TM_ADD_FILES} ${NAT_ADD_FILES}
 ADD_DEPS = ${REGEX1} ${ALLOCA1} ${XM_ADD_FILES} ${TM_ADD_FILES} ${NAT_ADD_FILES}
 
-VERSION = 4.8.1
+VERSION = 4.8.2
 DIST=gdb
 
 LINT=/usr/5bin/lint
@@ -239,18 +239,23 @@ CHILL_FOR_TARGET = ` \
 CHILL_LIB = -lchill
 $(end-sanitize-chill)
 
+# The use of $$(x_FOR_TARGET) reduces the command line length by not
+# duplicating the lengthy definition.
 TARGET_FLAGS_TO_PASS = \
        "prefix=$(prefix)" \
        "exec_prefix=$(exec_prefix)" \
        "against=$(against)" \
-       "CC=$(CC_FOR_TARGET)" \
+       'CC=$$(CC_FOR_TARGET)' \
+       "CC_FOR_TARGET=$(CC_FOR_TARGET)" \
        "CFLAGS=$(CFLAGS)" \
 $(start-sanitize-chill)\
        "CHILLFLAGS=$(CHILLFLAGS)" \
-       "CHILL=$(CHILL_FOR_TARGET)" \
+       'CHILL=$$(CHILL_FOR_TARGET)' \
+       "CHILL_FOR_TARGET=$(CHILL_FOR_TARGET)" \
        "CHILL_LIB=$(CHILL_LIB)" \
 $(end-sanitize-chill)\
-       "CXX=$(CXX_FOR_TARGET)" \
+       'CXX=$$(CXX_FOR_TARGET)' \
+       "CXX_FOR_TARGET=$(CXX_FOR_TARGET)" \
        "CXXFLAGS=$(CXXFLAGS)" \
        "MAKEINFO=$(MAKEINFO)" \
        "INSTALL=$(INSTALL)" \
This page took 0.029754 seconds and 4 git commands to generate.