[rtems-testing commit] Correct this Makefile.
Joel Sherrill
joel at rtems.org
Thu Feb 16 22:18:53 UTC 2012
Module: rtems-testing
Branch: master
Commit: 0d5498722ab55705f5947c4640c89a2b0ae8ee87
Changeset: http://git.rtems.org/rtems-testing/commit/?id=0d5498722ab55705f5947c4640c89a2b0ae8ee87
Author: Joel Sherrill <joel.sherrill at oarcorp.com>
Date: Thu Feb 16 16:16:42 2012 -0600
Correct this Makefile.
It appears that this was really the Makefile from another directory.
---
rtems-test-template/Makefile | 12 +-----------
1 files changed, 1 insertions(+), 11 deletions(-)
diff --git a/rtems-test-template/Makefile b/rtems-test-template/Makefile
index 6afcd0a..c89bb94 100644
--- a/rtems-test-template/Makefile
+++ b/rtems-test-template/Makefile
@@ -2,19 +2,9 @@
# $Id: Makefile,v 1.3 2010/06/21 12:37:03 joel Exp $
#
-INSTALL_DIR=../bin
-SCRIPTS=commit-with-changelog-diff commit mkChangeLogList prepend mktest
-
-all: prep ${SCRIPTS} install
-
-prep:
- test -d ${INSTALL_DIR} || mkdir ${INSTALL_DIR}
+all:
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