On Thu, 2009-08-20 at 09:53 -0700, Garrett Cooper wrote: > On Thu, Aug 20, 2009 at 9:06 AM, Poornima > Nayak<[email protected]> wrote: > > 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 > > No need to worry about this item either. It's already addressed in my > makefile-infra-rework patch.
Came here. Keeping till the Makefile work gets in. Regards-- Subrata > Thanks, > -Garrett > > ------------------------------------------------------------------------------ > 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 ------------------------------------------------------------------------------ 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
