added test-install target
This commit is contained in:
parent
ec9df7e7b7
commit
7d6cc102a2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user