On Fri, Apr 22, 2011 at 07:19:14PM +0200, Alexander Dahl wrote: > Am 22.04.2011 18:54, schrieb Michael Olbrich: > >> +# > >> ---------------------------------------------------------------------------- > >> +# Get > >> +# > >> ---------------------------------------------------------------------------- > >> + > >> +$(FILE_SOURCE): > >> + @$(call targetinfo) > >> + @$(call get, FILE) > > > > As I said, remove this whole stage. > > Okay. I assume this is executed by default then?
Yes. > >> + > >> +# > >> +# autoconf > >> +# > >> +FILE_CONF_TOOL := autoconf > >> +#FILE_CONF_OPT := $(CROSS_AUTOCONF_USR) > >> + > >> +#$(STATEDIR)/file.prepare: > >> +# @$(call targetinfo) > >> +# @$(call clean, $(FILE_DIR)/config.cache) > >> +# cd $(FILE_DIR) && \ > >> +# $(FILE_PATH) $(FILE_ENV) \ > >> +# ./configure $(FILE_CONF_OPT) > >> +# @$(call touch) > > > > same here. yes. > What about the following line: > > >> +FILE_CONF_TOOL := autoconf > > Is it safe to remove because this is default? Keep this line. There are some heuristics to detect the correct build tool, but I'd like to avoid using that. Michael -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | -- ptxdist mailing list [email protected]
