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