Add make_{build,install}_target to reset_tmpl_vars().
--HG-- extra : convert_revision : 228eda501c8fe292202dfa69393f7190bc5e53cd
This commit is contained in:
parent
208f99981a
commit
39d7aee194
3
pkgfs.sh
3
pkgfs.sh
|
@ -285,7 +285,8 @@ reset_tmpl_vars()
|
|||
patch_files configure_env make_cmd pkgconfig_override \
|
||||
run_stuff_before run_stuff_after \
|
||||
run_stuff_before_configure_file run_stuff_before_build_file \
|
||||
run_stuff_before_install_file run_stuff_after_install"
|
||||
run_stuff_before_install_file run_stuff_after_install \
|
||||
make_build_target make_install_target"
|
||||
|
||||
for i in ${TMPL_VARS}; do
|
||||
eval unset "$i"
|
||||
|
|
Loading…
Reference in New Issue