Edit the makefile.

Signed-off-by: Sudhir Kumar <[EMAIL PROTECTED]>

Index: ltp-full-20081130/testcases/kernel/controllers/cpuctl/Makefile
===================================================================
--- ltp-full-20081130.orig/testcases/kernel/controllers/cpuctl/Makefile
+++ ltp-full-20081130/testcases/kernel/controllers/cpuctl/Makefile
@@ -12,5 +12,7 @@ clean:
        rm -f $(TARGETS) *.o
 
 install:
-       @set -e; for i in $(TARGETS) run_cpuctl_test.sh 
run_cpuctl_stress_test.sh parameters.sh ; do ln -f $$i ../../../bin/$$i ; chmod 
+x $$i ; done
+       @set -e; for i in $(TARGETS) run_cpuctl_test.sh \
+       run_cpuctl_stress_test.sh parameters.sh run_cpuctl_latency_test.sh; \
+       do ln -f $$i ../../../bin/$$i ; chmod +x $$i ; done
 



------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to