mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-09 21:22:20 +08:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user