summaryrefslogtreecommitdiffhomepage
path: root/vars/env.vars
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz (arab, vxp) <lucio@lucioillanes.de>2017-12-10 18:40:13 +0000
committerLucio Andrés Illanes Albornoz (arab, vxp) <lucio@lucioillanes.de>2017-12-10 18:40:13 +0000
commit19ab706dac37932341aa743c982dd4cca9df4636 (patch)
treeed0d97e117fbc2548e147afc07550d5c49627556 /vars/env.vars
parent49dcd021ff436d28307fedfb1270ba662fa765eb (diff)
downloadmidipix_build-19ab706dac37932341aa743c982dd4cca9df4636.tar.bz2
midipix_build-19ab706dac37932341aa743c982dd4cca9df4636.tar.xz
etc/build.usage, subr/build_args.subr: adds -C build[,dest[,src]] (clean subdirs) and -p (create package tarballs).
subr/pkg_clean.subr: given -C, clean build, dest, and/or src. subr/pkg_install.subr: given -p, create gzip(1)-compressed package tarball at ${PKG_BASE_DIR}/${PKG_NAME}.tgz. vars/env.vars:${DEFAULT_BUILD_STEPS}: adds `clean' post-install.
Diffstat (limited to 'vars/env.vars')
-rw-r--r--vars/env.vars2
1 files changed, 1 insertions, 1 deletions
diff --git a/vars/env.vars b/vars/env.vars
index 265931c3..dd2dca0a 100644
--- a/vars/env.vars
+++ b/vars/env.vars
@@ -3,7 +3,7 @@ DEFAULT_BUILD_STEPS="
configure_patch_pre configure_autotools configure_patch configure \
build \
install_subdirs install_make install_files install_libs \
- install_pkgconfig install_purge_la install_strip install";
+ install_pkgconfig install_purge_la install_strip install clean";
DEFAULT_BUILD_VARS="
AR BASE_DIR BUILD_DIR BUILD_STEPS_DISABLE BUILD_TYPE CC \
CFLAGS_BUILD_EXTRA CFLAGS_CONFIGURE CFLAGS_CONFIGURE_EXTRA \