Since gdb distributions must be sanitized, and it is easy to forget to

run Sanitize during the build process, cause the distribution build process
to emit a appropriate message and quit when run in an unsanitized tree.
This commit is contained in:
Fred Fish
1994-01-24 19:36:12 +00:00
parent 2ef7731dee
commit eecef7ef06
2 changed files with 14 additions and 0 deletions

View File

@ -974,6 +974,9 @@ GDB_SUPPORT_FILES= $(GDB_SUPPORT_DIRS)
.PHONY: setup-dirs-gdb gdb.tar.gz make-gdb.tar.gz
setup-dirs-gdb:
$(start-sanitize-Sanitize)
@if [ -f .Sanitize ] ; then echo "RUN Sanitize FIRST!" ; false ; fi ;
$(end-sanitize-Sanitize)
./configure sun4
$(MAKE) clean
./configure -rm sun4