diff options
author | K. Richard Pixley <rich@cygnus> | 1992-05-02 01:07:09 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1992-05-02 01:07:09 +0000 |
commit | 7d6cc102a2de1fd6864ce093ababb7a0e13dbafb (patch) | |
tree | 249c7493bf8ae1374e78858c20a06ad71771a61e /binutils | |
parent | ec9df7e7b7e980cd92b2ad4d0f41ca90106f80bc (diff) | |
download | gdb-7d6cc102a2de1fd6864ce093ababb7a0e13dbafb.zip gdb-7d6cc102a2de1fd6864ce093ababb7a0e13dbafb.tar.gz gdb-7d6cc102a2de1fd6864ce093ababb7a0e13dbafb.tar.bz2 |
added test-install target
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 2 | ||||
-rw-r--r-- | binutils/Makefile.in | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index ad88ba7..d0edb98 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -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. diff --git a/binutils/Makefile.in b/binutils/Makefile.in index 450cd8e..f640bc9 100644 --- a/binutils/Makefile.in +++ b/binutils/Makefile.in @@ -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 |