Move building and configuring stuff from .Sanitize to "make gdb.tar.Z".
This commit is contained in:
parent
d239963ba3
commit
72b1b275ec
2 changed files with 3 additions and 13 deletions
|
@ -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.
|
||||
|
|
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue