Kernbench script's mode was not getting modified to executable as 'utils install' was missing in LTP Makefile. Hence this patch fixes this issue.
Signed-off-by: poornima nayak <[email protected]> diff -uprN ltp-full-20090731_orig/Makefile ltp-full-20090731/Makefile --- ltp-full-20090731_orig/Makefile 2009-08-20 19:59:13.000000000 +0530 +++ ltp-full-20090731/Makefile 2009-08-20 20:19:09.000000000 +0530 @@ -40,6 +40,7 @@ install: all @$(MAKE) -C m4 install @$(MAKE) -C doc/man1 install @$(MAKE) -C doc/man3 install + @$(MAKE) -C utils install ifneq ($(strip $(SKIP_IDCHECK)),1) @./IDcheck.sh endif ------------------------------------------------------------------------------ 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
