summaryrefslogtreecommitdiffhomepage
path: root/vars/python3.vars
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz (arab, vxp) <lucio@lucioillanes.de>2017-12-03 16:10:05 +0000
committerLucio Andrés Illanes Albornoz (arab, vxp) <lucio@lucioillanes.de>2017-12-03 16:20:07 +0000
commitec19f02f81c206f54a89ef7e1f49715e90470c31 (patch)
treea4f6a307e70bad5c4a836a18cbf92b6b0afa0b83 /vars/python3.vars
parent16c9cd223ae1809124a163d13e820f19e18e7edc (diff)
downloadmidipix_build-ec19f02f81c206f54a89ef7e1f49715e90470c31.tar.bz2
midipix_build-ec19f02f81c206f54a89ef7e1f49715e90470c31.tar.xz
Separate front end (build.sh, subr/build_*) from dispatcher.
Diffstat (limited to 'vars/python3.vars')
-rw-r--r--vars/python3.vars6
1 files changed, 3 insertions, 3 deletions
diff --git a/vars/python3.vars b/vars/python3.vars
index d0edb8e3..b193fa5e 100644
--- a/vars/python3.vars
+++ b/vars/python3.vars
@@ -3,15 +3,15 @@
#
pkg_python3_configure_pre() {
- (ex_build_fileop cd "../${PKG_SUBDIR}" && autoconf);
+ (ex_rtl_fileop cd "../${PKG_SUBDIR}" && autoconf);
(unset AR BLDSHARED CC CFLAGS CPPFLAGS CXX LDFLAGS RANLIB;
- ex_build_fileop mv config.cache "../${PKG_SUBDIR}/config.cache";
+ ex_rtl_fileop mv config.cache "../${PKG_SUBDIR}/config.cache";
"../${PKG_SUBDIR}/configure";
make _FIP=Programs/host_freeze_importlib Programs/host_freeze_importlib \
BUILDPYTHON=hostpython hostpython \
PGEN=Parser/hostpgen Parser/hostpgen;
make distclean);
- ex_build_fileop mv "../${PKG_SUBDIR}/config.cache" .;
+ ex_rtl_fileop mv "../${PKG_SUBDIR}/config.cache" .;
};
# vim:filetype=sh