From 03a6372afeb96419da89a8100c95366f9ebe68cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucio=20Andr=C3=A9s=20Illanes=20Albornoz=20=28arab=2C=20vx?= =?UTF-8?q?p=29?= Date: Wed, 1 Feb 2017 00:35:43 +0000 Subject: subr/{pkg,pkg_fetch}.subr: merges fetch{,_git}() into pkg_fetch.subr and introduces ${PKG_URLS_GIT}. subr/pkg_extract.subr: only extract if ${PKG_URL} is set. var/build.vars: updated to use ${PKG_URLS_GIT}. vars/{cparser,gcc,libfirm,musl,perl}.vars: updated to call pkg_fetch() instead of fetch{,_git}(). vars/gcc.vars: cleanup pkgp_gcc_setup_env() and pkg_gcc_stage1_all(). --- vars/libfirm.vars | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'vars/libfirm.vars') diff --git a/vars/libfirm.vars b/vars/libfirm.vars index fc51967b..1d579108 100644 --- a/vars/libfirm.vars +++ b/vars/libfirm.vars @@ -2,8 +2,7 @@ # . ./build.vars and set -o errexit -o noglob are assumed. # -pkg_libfirm_fetch_post() { - fetch_git bfirm ${GITROOT}/compilers/bfirm; +pkg_libfirm_configure_pre() { insecure_mkdir cparser+libfirm/sysroot cparser+libfirm/build/libfirm; }; -- cgit v1.2.3