Yamato, On Thu, 2008-12-11 at 11:58 +0900, Masatake YAMATO wrote: > I resend this mail with chaining the subject. > Please, review. > > ------------------------------------------------------- > Subrata, > > > We have imtroduced something called the AUTOCONF. So, from Nov 08 release, > > you need to do the following steps: > > > > 1) make autoconf > > 2) ./configure > > 3) make > > 4) make install > > > > I will document that shortly in LTP README. > > I've added small help target to Makefile. > > Signed-off-by: Masatake YAMATO <[email protected]>
I already applied one yesterday. Can you please let me know if there is still something to be applied ? Regards-- Subrata > > > diff --git a/Makefile b/Makefile > index 12c942d..7fab4e8 100644 > --- a/Makefile > +++ b/Makefile > @@ -126,3 +126,29 @@ ac-clean: > ac-distclean: ac-clean > ac-maintainer-clean: ac-distclean > rm -f configure > + > +# > +# Help > +# > +.PHONY: help > +help: > + @echo > + @echo 'About configuration' > + @echo '-------------------' > + @echo 'If you want to use auto configuration, ' > + @echo 'be sure autoconf is installed. Then run: ' > + @echo ' $$ make autoconf ' > + @echo ' $$ ./configure ' > + @echo ' $$ make all ' > + @echo > + @echo 'If you want to use default configuration, ' > + @echo 'autoconf is not needed. Just run: ' > + @echo ' $$ touch include/config.h.default ' > + @echo ' $$ make config.h ' > + @echo ' $$ make all ' > + @echo > + @echo 'If make all is failed even if you use the ' > + @echo 'auto configuration, please, report it to ' > + @echo 'ltp developers with config.log, generated ' > + @echo 'by running the configure script. ' > + @echo > > ------------------------------------------------------------------------------ > 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 ------------------------------------------------------------------------------ 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
