Further wacking to make sanitize and "make gdb.tar.Z" agree.
authorJohn Gilmore <gnu@cygnus>
Thu, 30 May 1991 10:04:21 +0000 (10:04 +0000)
committerJohn Gilmore <gnu@cygnus>
Thu, 30 May 1991 10:04:21 +0000 (10:04 +0000)
gdb/.Sanitize
gdb/Makefile.dist
gdb/Makefile.in

index 167584db852c2a04e125cdbf99a07e297a98767a..5eac62093df8b3eabed4ed7bdd3a014cbb4d6c47 100644 (file)
@@ -177,7 +177,6 @@ tconfig
 tdesc.c
 tdesc.h
 terminal.h
-tests
 tm-29k.h
 tm-3b1.h
 tm-68k.h
@@ -257,8 +256,11 @@ xm-vax.h
 
 Do-last:
 
-echo "Making 'depend'."
-make -f Makefile.dist depend
+echo "Configuring GDB for host and target 'none', and making depend."
+echo >depend
+./config.gdb none
+rm depend
+make depend
 echo Done in `pwd`.
 
 # End of file.
index e530bac2a252a6966211d0addb4233a9136c1208..29dd5ff09142e22a50e4035e1902e48557e7cfdb 100755 (executable)
@@ -122,7 +122,7 @@ CDEPS = ${XM_CDEPS} ${TM_CDEPS} ${BFD_LIB} ${LIBIBERTY} ${RL_LIB}
 ADD_FILES = ${REGEX} ${ALLOCA}  ${GNU_MALLOC} ${XM_ADD_FILES} ${TM_ADD_FILES}
 ADD_DEPS = ${REGEX1} ${ALLOCA1} ${GNU_MALLOC} ${XM_ADD_FILES} ${TM_ADD_FILES}
 
-VERSION = 3.95
+VERSION = 3.96
 DIST=gdb-$(VERSION)
 
 LINT=/usr/5bin/lint
@@ -231,7 +231,7 @@ OPCODES = $(OPCODE_DIR)pn-opcode.h $(OPCODE_DIR)np1-opcode.h \
 REMOTE_EXAMPLES = m68k-stub.c i386-stub.c rem-multi.shar
 
 MALLOCSRC = gmalloc.c mcheck.c mtrace.c mtrace.awk \
-           ansidecl.h stdlib.h gmalloc.h stddef.h
+           ansidecl.h gmalloc.h
 
 POSSLIBS_MAINDIR = regex.c regex.h alloca.c $(MALLOCSRC)
 POSSLIBS = $(POSSLIBS_MAINDIR)
@@ -241,7 +241,7 @@ TESTS = testbpt.c testfun.c testrec.c testreg.c testregs.c
 # tdesc-lib cannot be named simply tdesc, because if it were, GNU make
 # would try to make it from tdesc.c.
 # tdesc-lib removed from the list due to Motorola copyrights...gnu@cygnus.com
-OTHERS = Makefile.dist depend alldeps.mak Makefile.sdir \
+OTHERS = Makefile Makefile.dist depend alldeps.mak Makefile.sdir \
         createtags munch config.gdb config.status \
         ChangeLog ChangeLog-3.x \
         README TODO TAGS WHATS.NEW Projects \
index e530bac2a252a6966211d0addb4233a9136c1208..29dd5ff09142e22a50e4035e1902e48557e7cfdb 100644 (file)
@@ -122,7 +122,7 @@ CDEPS = ${XM_CDEPS} ${TM_CDEPS} ${BFD_LIB} ${LIBIBERTY} ${RL_LIB}
 ADD_FILES = ${REGEX} ${ALLOCA}  ${GNU_MALLOC} ${XM_ADD_FILES} ${TM_ADD_FILES}
 ADD_DEPS = ${REGEX1} ${ALLOCA1} ${GNU_MALLOC} ${XM_ADD_FILES} ${TM_ADD_FILES}
 
-VERSION = 3.95
+VERSION = 3.96
 DIST=gdb-$(VERSION)
 
 LINT=/usr/5bin/lint
@@ -231,7 +231,7 @@ OPCODES = $(OPCODE_DIR)pn-opcode.h $(OPCODE_DIR)np1-opcode.h \
 REMOTE_EXAMPLES = m68k-stub.c i386-stub.c rem-multi.shar
 
 MALLOCSRC = gmalloc.c mcheck.c mtrace.c mtrace.awk \
-           ansidecl.h stdlib.h gmalloc.h stddef.h
+           ansidecl.h gmalloc.h
 
 POSSLIBS_MAINDIR = regex.c regex.h alloca.c $(MALLOCSRC)
 POSSLIBS = $(POSSLIBS_MAINDIR)
@@ -241,7 +241,7 @@ TESTS = testbpt.c testfun.c testrec.c testreg.c testregs.c
 # tdesc-lib cannot be named simply tdesc, because if it were, GNU make
 # would try to make it from tdesc.c.
 # tdesc-lib removed from the list due to Motorola copyrights...gnu@cygnus.com
-OTHERS = Makefile.dist depend alldeps.mak Makefile.sdir \
+OTHERS = Makefile Makefile.dist depend alldeps.mak Makefile.sdir \
         createtags munch config.gdb config.status \
         ChangeLog ChangeLog-3.x \
         README TODO TAGS WHATS.NEW Projects \
This page took 0.032471 seconds and 4 git commands to generate.