midipix / build / midipix_build

Forked from build/midipix_build 4 years ago
Clone

Blame vars/texinfo.vars

Lucio Andrés Illanes Albornoz fd6840
#
Lucio Andrés Illanes Albornoz 2b85d0
# set +o errexit -o noglob is assumed.
Lucio Andrés Illanes Albornoz fd6840
#
Lucio Andrés Illanes Albornoz fd6840
Lucio Andrés Illanes Albornoz fd6840
pkg_texinfo_build_pre() {
Lucio Andrés Illanes Albornoz c6d6e0
	rtl_run_cmd_unsplit make							\
Lucio Andrés Illanes Albornoz fd6840
		${PKG_MAKEFLAGS_BUILD}							\
Lucio Andrés Illanes Albornoz fd6840
		${PKG_MAKEFLAGS_BUILD_EXTRA}						\
Lucio Andrés Illanes Albornoz fd6840
		"LIBTOOL=${PKG_LIBTOOL:-slibtool}"					\
Lucio Andrés Illanes Albornoz fd6840
		-C tools;
Lucio Andrés Illanes Albornoz c6d6e0
	rtl_run_cmd_unsplit make							\
Lucio Andrés Illanes Albornoz fd6840
		${PKG_MAKEFLAGS_BUILD}							\
Lucio Andrés Illanes Albornoz fd6840
		${PKG_MAKEFLAGS_BUILD_EXTRA}						\
Lucio Andrés Illanes Albornoz fd6840
		"LIBTOOL=${PKG_LIBTOOL:-slibtool}"					\
Lucio Andrés Illanes Albornoz fd6840
		LDFLAGS="-L${PREFIX}/lib -Wl,-rpath,${PREFIX}/lib" LIBS="-ltinfo"	\
Lucio Andrés Illanes Albornoz fd6840
		-C tools/info;
Lucio Andrés Illanes Albornoz fd6840
};
Lucio Andrés Illanes Albornoz fd6840
Lucio Andrés Illanes Albornoz fd6840
# vim:filetype=sh textwidth=0