diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2018-10-06 18:33:42 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2018-10-06 18:33:42 (GMT) |
| commit | d84d03b91a4eb72f88b56011713706a6f36bc17c (patch) | |
| tree | 8d86b9a8044525f895b7f513cfd5e0c2ddf17317 /unix | |
| parent | 9c4ab4170b0931623c0a2939bb10462caf63a480 (diff) | |
| parent | a51d80f377b33a38caf0a483b4b12bd494698f7f (diff) | |
| download | tcl-d84d03b91a4eb72f88b56011713706a6f36bc17c.zip tcl-d84d03b91a4eb72f88b56011713706a6f36bc17c.tar.gz tcl-d84d03b91a4eb72f88b56011713706a6f36bc17c.tar.bz2 | |
merge trunk
Diffstat (limited to 'unix')
| -rw-r--r-- | unix/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index d032ef2..81a6ff7 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. |
