[rtems-testing commit] coverity/Makefile: Reduce to no actions
Joel Sherrill
joel at rtems.org
Thu Nov 9 21:11:07 UTC 2017
Module: rtems-testing
Branch: master
Commit: bfe741c9a4689817b8abb12a7017e2e427c894a5
Changeset: http://git.rtems.org/rtems-testing/commit/?id=bfe741c9a4689817b8abb12a7017e2e427c894a5
Author: Joel Sherrill <joel at rtems.org>
Date: Thu Nov 9 15:09:47 2017 -0600
coverity/Makefile: Reduce to no actions
---
coverity/Makefile | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)
diff --git a/coverity/Makefile b/coverity/Makefile
index 8ae70ad..476dacf 100644
--- a/coverity/Makefile
+++ b/coverity/Makefile
@@ -1,16 +1,12 @@
INSTALL_DIR=../bin
-SCRIPTS=do_coverity do_mail_coverity
+SCRIPTS=do_coverity_newlib do_coverity_rtems do_coverity_rtems-tools
+
all: prep ${SCRIPTS} install
prep:
- test -d ${INSTALL_DIR} || mkdir ${INSTALL_DIR}
clean:
install:
- for i in ${SCRIPTS} ; do \
- cp $${i} ${INSTALL_DIR}/$${i} ; \
- chmod +x ${INSTALL_DIR}/$${i} ; \
- done
More information about the vc
mailing list