* [LTP] [PATCH] network: fix multicast testcases Makefile
@ 2009-09-08 11:15 Hushan Jia
2009-09-09 6:49 ` Subrata Modak
0 siblings, 1 reply; 4+ messages in thread
From: Hushan Jia @ 2009-09-08 11:15 UTC (permalink / raw)
To: ltp-list
Hi,
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>
diff -Nrup ltp-full-20090831.orig/testcases/network/multicast/mc_commo/Makefile ltp-full-20090831/testcases/network/multicast/mc_commo/Makefile
--- ltp-full-20090831.orig/testcases/network/multicast/mc_commo/Makefile 2009-08-31 13:16:03.000000000 +0800
+++ ltp-full-20090831/testcases/network/multicast/mc_commo/Makefile 2009-09-08 18:45:37.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)
diff -Nrup ltp-full-20090831.orig/testcases/network/multicast/mc_member/Makefile ltp-full-20090831/testcases/network/multicast/mc_member/Makefile
--- ltp-full-20090831.orig/testcases/network/multicast/mc_member/Makefile 2009-08-31 13:16:03.000000000 +0800
+++ ltp-full-20090831/testcases/network/multicast/mc_member/Makefile 2009-09-08 19:04:40.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
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [LTP] [PATCH] network: fix multicast testcases Makefile
2009-09-08 11:15 Hushan Jia
@ 2009-09-09 6:49 ` Subrata Modak
0 siblings, 0 replies; 4+ messages in thread
From: Subrata Modak @ 2009-09-09 6:49 UTC (permalink / raw)
To: Hushan Jia; +Cc: ltp-list
On Tue, 2009-09-08 at 19:15 +0800, Hushan Jia wrote:
> Hi,
> 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>
Sorry, they fail to apply. Please rebase against the latest CVS snapshot
and resend:
patching file testcases/network/multicast/mc_commo/Makefile
Hunk #1 FAILED at 8.
1 out of 1 hunk FAILED -- saving rejects to file
testcases/network/multicast/mc_commo/Makefile.rej
patching file testcases/network/multicast/mc_member/Makefile
Hunk #1 FAILED at 8.
1 out of 1 hunk FAILED -- saving rejects to file
testcases/network/multicast/mc_member/Makefile.rej
Regards--
Subrata
>
> diff -Nrup ltp-full-20090831.orig/testcases/network/multicast/mc_commo/Makefile ltp-full-20090831/testcases/network/multicast/mc_commo/Makefile
> --- ltp-full-20090831.orig/testcases/network/multicast/mc_commo/Makefile 2009-08-31 13:16:03.000000000 +0800
> +++ ltp-full-20090831/testcases/network/multicast/mc_commo/Makefile 2009-09-08 18:45:37.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)
> diff -Nrup ltp-full-20090831.orig/testcases/network/multicast/mc_member/Makefile ltp-full-20090831/testcases/network/multicast/mc_member/Makefile
> --- ltp-full-20090831.orig/testcases/network/multicast/mc_member/Makefile 2009-08-31 13:16:03.000000000 +0800
> +++ ltp-full-20090831/testcases/network/multicast/mc_member/Makefile 2009-09-08 19:04:40.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
------------------------------------------------------------------------------
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
^ permalink raw reply [flat|nested] 4+ messages in thread
* [LTP] [PATCH] network: fix multicast testcases Makefile
@ 2009-09-11 1:59 Hushan Jia
2009-09-13 13:17 ` Subrata Modak
0 siblings, 1 reply; 4+ messages in thread
From: Hushan Jia @ 2009-09-11 1:59 UTC (permalink / raw)
To: ltp-list
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
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [LTP] [PATCH] network: fix multicast testcases Makefile
2009-09-11 1:59 [LTP] [PATCH] network: fix multicast testcases Makefile Hushan Jia
@ 2009-09-13 13:17 ` Subrata Modak
0 siblings, 0 replies; 4+ messages in thread
From: Subrata Modak @ 2009-09-13 13:17 UTC (permalink / raw)
To: Hushan Jia; +Cc: ltp-list
On Fri, 2009-09-11 at 09:59 +0800, Hushan Jia wrote:
> 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>
Thanks.
Regards--
Subrata
>
>
>
> --- 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
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2009-09-13 13:19 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-11 1:59 [LTP] [PATCH] network: fix multicast testcases Makefile Hushan Jia
2009-09-13 13:17 ` 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
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox