[1976] in Moira Commits
/svn/moira r4115 - trunk/moira/clients/mrtest
daemon@ATHENA.MIT.EDU (Garry Zacheiss)
Mon Jun 10 09:47:51 2013
Date: Mon, 10 Jun 2013 09:47:43 -0400
From: Garry Zacheiss <zacheiss@MIT.EDU>
Message-Id: <201306101347.r5ADlhLl001700@drugstore.mit.edu>
To: moira-commits@MIT.EDU
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: zacheiss
Date: 2013-06-10 09:47:42 -0400 (Mon, 10 Jun 2013)
New Revision: 4115
Added:
trunk/moira/clients/mrtest/qy
Modified:
trunk/moira/clients/mrtest/Makefile.in
Log:
qy is now legit enough that it should move into the main tree.
Modified: trunk/moira/clients/mrtest/Makefile.in
===================================================================
--- trunk/moira/clients/mrtest/Makefile.in 2013-06-05 18:57:06 UTC (rev 4114)
+++ trunk/moira/clients/mrtest/Makefile.in 2013-06-10 13:47:42 UTC (rev 4115)
@@ -27,6 +27,7 @@
OBJS=mrtest.lo
TARGET=mrtest
+SCRIPTS=qy
.SUFFIXES: .lo
@@ -45,6 +46,7 @@
install: all
$(LIBTOOL) --mode=install $(INSTALL_PROGRAM) mrtest $(DESTDIR)$(bindir)
+ @set -x; for p in $(SCRIPTS); do $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir); done
$(TARGET): $(OBJS) ../lib/libmrclient.la $(MR_LIBDEP)
$(LIBTOOL) --mode=link $(CC) -o $@ $(LDFLAGS) $(OBJS) $(LIBS)
Property changes on: trunk/moira/clients/mrtest/qy
___________________________________________________________________
Added: svn:executable
+ *