Mirror of the lttng-dev mailing list
 help / color / mirror / Atom feed
* [ltt-dev] [LTTCTL PATCH] Remove ltt-armtap and disarmtap from the Makefile
@ 2010-11-22 19:50 alexandre.montplaisir
  2010-11-22 19:54 ` Alexandre Montplaisir
  2010-11-22 19:57 ` Mathieu Desnoyers
  0 siblings, 2 replies; 3+ messages in thread
From: alexandre.montplaisir @ 2010-11-22 19:50 UTC (permalink / raw)


From: Alexandre Montplaisir <alexandre.montplaisir@gmail.com>

Signed-off-by: Alexandre Montplaisir <alexandre.montplaisir at gmail.com>
---
 lttctl/Makefile.am |   18 ++----------------
 1 files changed, 2 insertions(+), 16 deletions(-)

diff --git a/lttctl/Makefile.am b/lttctl/Makefile.am
index 66df1b7..d6f3f3f 100644
--- a/lttctl/Makefile.am
+++ b/lttctl/Makefile.am
@@ -6,11 +6,9 @@ AM_CFLAGS = -DPACKAGE_DATA_DIR=\""$(datadir)"\" -DPACKAGE_BIN_DIR=\""$(bindir)"\
 SH = /bin/sh
 
 bin_PROGRAMS = lttctl
-bin_SCRIPTS = ltt-armall ltt-disarmall \
-  ltt-armtap ltt-disarmtap
+bin_SCRIPTS = ltt-armall ltt-disarmall
 CLEANFILES = $(bin_SCRIPTS)
-EXTRA_DIST = ltt-armall.sh ltt-disarmall.sh \
-  ltt-armtap.sh ltt-disarmtap.sh
+EXTRA_DIST = ltt-armall.sh ltt-disarmall.sh
 
 ltt-armall: ltt-armall.sh
 	rm -f ltt-armall
@@ -24,18 +22,6 @@ ltt-disarmall: ltt-disarmall.sh
 	cat $(srcdir)/ltt-disarmall.sh >> ltt-disarmall
 	chmod ugo+x ltt-disarmall
 
-ltt-armtap: ltt-armtap.sh
-	rm -f ltt-armtap
-	echo "#!"$(SH) > ltt-armtap
-	cat $(srcdir)/ltt-armtap.sh >> ltt-armtap
-	chmod ugo+x ltt-armtap
-
-ltt-disarmtap: ltt-disarmtap.sh
-	rm -f ltt-disarmtap
-	echo "#!"$(SH) > ltt-disarmtap
-	cat $(srcdir)/ltt-disarmtap.sh >> ltt-disarmtap
-	chmod ugo+x ltt-disarmtap
-
 lttctl_SOURCES = \
 	lttctl.c
 lttctl_DEPENDENCIES = ../liblttctl/liblttctl.la
-- 
1.7.1




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-11-22 19:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-11-22 19:50 [ltt-dev] [LTTCTL PATCH] Remove ltt-armtap and disarmtap from the Makefile alexandre.montplaisir
2010-11-22 19:54 ` Alexandre Montplaisir
2010-11-22 19:57 ` Mathieu Desnoyers

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox