Hi!
> >> > When doing 'make install' in ltp/testcases/realtime/ the process stops
> >> > because the dummy makefile generated from empty Makefile.am is not
> >> > correct makefile (has unmakeable targets). This could be easily fixed by
> >> > adding m4 to FILTER_OUT_DIRS.
> >> >
> >> > Patch attached.
> >>
> >> I understand the issue that you're trying to address, but have you
> >> tried to do make distclean from the top and then rerun the build? Does
> >> it work?
> >
> > No, it broke even more, now 'make' doesn't work too. Anyway is there a
> > point for running Makefile generated from empty Makefile.am?
> 
>     The process is:
> 
> make distclean
> make autotools
> ./configure {blah}
> 

git clone ltp-next
make distclean
make autotools
./configure
cd testcases/realtime/
make
DESTDIR=/tmp/ make install

---- snip ----
make[2]: Entering directory
`/home/metan/Work/git/ltp-next-local/testcases/realtime/m4'
make[2]: *** No rule to make target `install-exec-am'.  Stop.
make[2]: Leaving directory
`/home/metan/Work/git/ltp-next-local/testcases/realtime/m4'
make[1]: *** [install-am] Error 2
make[1]: Leaving directory
`/home/metan/Work/git/ltp-next-local/testcases/realtime/m4'
make: *** [install] Error 2


automake (GNU automake) 1.11.1
autoconf (GNU Autoconf) 2.65
make GNU Make 3.81

-- 
Cyril Hrubis
[email protected]

------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to