Move building and configuring stuff from .Sanitize to "make gdb.tar.Z".
authorJohn Gilmore <gnu@cygnus>
Wed, 31 Jul 1991 07:09:02 +0000 (07:09 +0000)
committerJohn Gilmore <gnu@cygnus>
Wed, 31 Jul 1991 07:09:02 +0000 (07:09 +0000)
gdb/.Sanitize
gdb/Makefile.in

index 4ead097cffc51760b9b62fecf2026e7ce75d9f59..e8c59f4a40d3cb388209bc1508af54e534270558 100644 (file)
@@ -255,17 +255,4 @@ xm-vax.h
 
 Do-last:
 
-echo "Configuring GDB for host and target 'none', and making alldeps.mak"
-echo "and depend."
-./configure none
-rm alldeps.mak
-make alldeps.mak
-./configure none
-rm depend
-make depend
-echo "Making GDB texinfo and info files"
-make gdb.info
-echo Done in `pwd`.
-./configure -rm none
-
 # End of file.
index 9abce132363ba033b18b089d910f33c2a0007b74..bf369afc1265d9c868cbd0265e87c3e16f48a544 100644 (file)
@@ -450,10 +450,13 @@ tags: TAGS
 
 gdb.tar.Z: force_update
        ./configure none
+       rm -f alldeps.mak
        $(MAKE) alldeps.mak
        ./configure none
+       rm -f depend
        $(MAKE) depend
        ./configure none
+       $(MAKE) gdb.info
        $(MAKE) gdb-$(VERSION).tar.Z
 
 gdb-$(VERSION).tar.Z: ${TARFILES} ${TARDIRS}