summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2018-10-06 17:22:38 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2018-10-06 17:22:38 (GMT)
commita51d80f377b33a38caf0a483b4b12bd494698f7f (patch)
tree3a30cbfcc75e25272b2510ae2662e087a31e36ba /unix
parent7a674da778ae7cadb94d9d7f8ba8304878f08ce5 (diff)
parentac711bcf45a5b5bd09e3102e5ea08f726237212f (diff)
downloadtcl-a51d80f377b33a38caf0a483b4b12bd494698f7f.zip
tcl-a51d80f377b33a38caf0a483b4b12bd494698f7f.tar.gz
tcl-a51d80f377b33a38caf0a483b4b12bd494698f7f.tar.bz2
Merge 8.7
Diffstat (limited to 'unix')
-rw-r--r--unix/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index 9869a38..37e1adb 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -681,8 +681,8 @@ ${TCL_ZIP_FILE}: ${ZIP_INSTALL_OBJS}
@rm -rf ${TCL_VFS_ROOT}
@mkdir -p ${TCL_VFS_PATH}
cp -a $(TOP_DIR)/library/* ${TCL_VFS_PATH}
- ( cd ${TCL_VFS_ROOT} ; \
- ${NATIVE_ZIP} ${ZIP_PROG_OPTIONS} ../${TCL_ZIP_FILE} ${ZIP_PROG_VFSSEARCH})
+ -find ${TCL_VFS_ROOT} -type d -empty -delete
+ ( cd ${TCL_VFS_ROOT} ; ${NATIVE_ZIP} ${ZIP_PROG_OPTIONS} ../${TCL_ZIP_FILE} ${ZIP_PROG_VFSSEARCH})
# The following target is configured by autoconf to generate either a shared
# library or non-shared library for Tcl.