On Tue, Dec 8, 2009 at 1:59 PM, K.D. Lucas <[email protected]> wrote:
> I've noticed the same. It used to be that I could easily build and run LTP,
> but now I build fine, but running has become an issue. I've typically ran
> the LTP suite against every kernel that our [my company] various project
> teams create; however, with the last few releases I've tended not to use it.
>
> It used to be that when I built LTP, I could run it from the same directory,
> but that is no longer true. With November's release I can't run it period.
>
> kdl
>
> On Mon, Dec 7, 2009 at 6:56 PM, Paul Larson <[email protected]>
> wrote:
>>
>> Was trying to build ltp today, which sadly, seems to be a bit more
>> complicated than it once was.  The make install completed without
>> errors, but noticed at the end that I didn't even have a testcases/bin
>> directory!  As I watched the make install output I noticed that
>> everything in testcases was getting built with the 'all' target, but
>> never install.
>>
>> My make-foo is quite rusty, but I'm guessing that this change from
>> changeset b2e46ed73e9601ecad1044d37a85c97ba0ca42ce (if you are following
>> git, It was from around Nov 30 if not) seems to be a likely culprit:
>> -.SECONDEXPANSION:
>> -$(INSTALL_TARGETS) include-install lib-install: %-install:
>> $(abs_top_builddir)/$$*
>> -       $(MAKE) -C $* -f "$(abs_top_srcdir)/$*/Makefile" install
>> +$(INSTALL_TARGETS) include-install lib-install:
>> +       $(MAKE) -C "$(subst -install,,$@)" \
>> +               -f "$(abs_top_srcdir)/$(subst -install,,$@)/Makefile"
>> all

KD,
    Please provide your development usecase requirements that the
current make system doesn't allow so I can either 1) suggest an
alternative method to solve your problem, and/or 2) add needed support
to enable you to do what you need to do in LTP.
Thanks!
-Garrett

------------------------------------------------------------------------------
Return on Information:
Google Enterprise Search pays you back
Get the facts.
http://p.sf.net/sfu/google-dev2dev
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to