All of lore.kernel.org
 help / color / mirror / Atom feed
From: Hushan Jia <hjia@redhat.com>
To: ltp-list@lists.sourceforge.net
Subject: [LTP]  [PATCH] network: fix multicast testcases Makefile
Date: Fri, 11 Sep 2009 09:59:54 +0800	[thread overview]
Message-ID: <4AA9AF1A.5090505@redhat.com> (raw)


Hi,
Repost the multicast Makefile patch:
The Makefile of testcases/network/multicast/mc_commo and mc_member do not link binary file and config files to ../../../bin dirs.
This patch add the links.

Thanks&  Regards,
Hushan

---

network: Fix multicast testcases Makefile

Signed-off-by: Hushan Jia<hjia@redhat.com>



--- ltp/testcases/network/multicast/mc_commo/Makefile.orig	2009-09-09 19:00:32.000000000 +0800
+++ ltp/testcases/network/multicast/mc_commo/Makefile	2009-09-09 19:02:26.000000000 +0800
@@ -8,6 +8,8 @@ all: $(TARGETS)
 
 install:
 	ln -f mc_commo ../../../bin
+	ln -f mc_recv ../../../bin
+	ln -f mc_send ../../../bin
 
 clean:
 	rm -f $(TARGETS)
--- ltp/testcases/network/multicast/mc_member/Makefile.orig	2009-09-09 19:00:52.000000000 +0800
+++ ltp/testcases/network/multicast/mc_member/Makefile	2009-09-09 19:02:00.000000000 +0800
@@ -8,6 +8,9 @@ all: $(TARGETS)
 
 install:
 	ln -f mc_member ../../../bin
+	ln -f member ../../../bin
+	ln -f ManyGroups ../../../bin
+	ln -f TooManyGroups ../../../bin
 
 clean:
 	rm -f $(TARGETS)

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

             reply	other threads:[~2009-09-11  2:00 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-09-11  1:59 Hushan Jia [this message]
2009-09-13 13:17 ` [LTP] [PATCH] network: fix multicast testcases Makefile Subrata Modak
  -- strict thread matches above, loose matches on Subject: below --
2009-09-08 11:15 Hushan Jia
2009-09-09  6:49 ` Subrata Modak

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4AA9AF1A.5090505@redhat.com \
    --to=hjia@redhat.com \
    --cc=ltp-list@lists.sourceforge.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.