From eecef7ef065349e02dee4ae37535de8f9ee39985 Mon Sep 17 00:00:00 2001 From: Fred Fish Date: Mon, 24 Jan 1994 19:36:12 +0000 Subject: 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. --- Makefile.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 4774c50..d51906e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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 -- cgit v1.1