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<[email protected]>



--- 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
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to