From 8022154108dde14f47722bd1a18a475ef2a3f95d 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: Sun, 5 Feb 2017 19:08:11 +0100 Subject: build.sh, {subr,vars}/*: general cleanup. --- subr/pkg_distclean.subr | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'subr/pkg_distclean.subr') diff --git a/subr/pkg_distclean.subr b/subr/pkg_distclean.subr index ed380727..f721a9fb 100644 --- a/subr/pkg_distclean.subr +++ b/subr/pkg_distclean.subr @@ -1,6 +1,5 @@ # -# . ./build.vars and set -o errexit -o noglob are assumed. -# See warning at the top of build.vars. +# set -o errexit -o noglob are assumed. # pkg_distclean() { @@ -8,7 +7,6 @@ pkg_distclean() { build_fileop rm ${PKG_BUILD_DIR}; build_fileop mkdir ${PKG_BUILD_DIR}; fi; - set_build_script_done distclean -configure; }; # vim:filetype=sh -- cgit v1.2.3