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

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

Reply via email to