mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 13:56:22 +08:00
added test-install target
This commit is contained in:
@ -1,5 +1,7 @@
|
||||
Fri May 1 16:20:23 1992 K. Richard Pixley (rich@cygnus.com)
|
||||
|
||||
* Makefile.in: added test-install target.
|
||||
|
||||
* sanity.sh: new file.
|
||||
|
||||
* Makefile.in: use sanity test on make check.
|
||||
|
@ -136,6 +136,9 @@ all: $(ADDL_LIBS) $(PROGS)
|
||||
check:
|
||||
/bin/sh $(srcdir)/sanity.sh .
|
||||
|
||||
test-install:
|
||||
/bin/sh $(srcdir)/sanity.sh $(bindir)
|
||||
|
||||
info: binutils.info
|
||||
|
||||
#$(BFD):$(LIBDIR)/../common/*.c
|
||||
|
Reference in New Issue
Block a user