Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
… info on mountpoint of executable returns zero offset in field 4
  • Loading branch information
jan.nijtmans committed Dec 5, 2024
1 parent 6028929 commit 7d132b5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions unix/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -650,8 +650,6 @@ ${LIB_FILE}: ${STUB_LIB_FILE} @LIB_RSRC_FILE@ ${OBJS} ${TK_ZIP_FILE}
else $(MACHER) append ${LIB_FILE} ${TK_ZIP_FILE} /tmp/macher_output; \
mv /tmp/macher_output ${LIB_FILE}; chmod u+x ${LIB_FILE}; \
fi; \
${NATIVE_ZIP} -A ${LIB_FILE} \
|| echo 'ignore zip-error by adjust sfx process (not executable?)'; \
fi

${STUB_LIB_FILE}: ${STUB_LIB_OBJS}
Expand Down Expand Up @@ -692,8 +690,6 @@ ${WISH_EXE}: $(TK_STUB_LIB_FILE) $(WISH_OBJS) $(TK_LIB_FILE) @APP_RSRC_FILE@
else $(MACHER) append ${WISH_EXE} ${TK_ZIP_FILE} /tmp/macher_output; \
mv /tmp/macher_output ${LIB_FILE}; chmod u+x ${LIB_FILE}; \
fi; \
${NATIVE_ZIP} -A ${WISH_EXE} \
|| echo 'ignore zip-error by adjust sfx process (not executable?)'; \
fi

# Resetting the LIB_RUNTIME_DIR below is required so that
Expand Down
4 changes: 0 additions & 4 deletions win/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -674,8 +674,6 @@ $(WISH): $(WISH_OBJS) @LIBRARIES@ $(TK_STUB_LIB_FILE) wish.$(RES) ${TK_ZIP_FILE}
@VC_MANIFEST_EMBED_EXE@
@if test "${ZIPFS_BUILD}" = "2" ; then \
cat ${TK_ZIP_FILE} >> ${WISH}; \
${NATIVE_ZIP} -A ${WISH} \
|| echo 'ignore zip-error by adjust sfx process (not executable?)'; \
fi

tktest: $(TKTEST)
Expand Down Expand Up @@ -745,8 +743,6 @@ ${TK_DLL_FILE}: ${TK_OBJS} $(TK_RES) ${TK_ZIP_FILE}
@VC_MANIFEST_EMBED_DLL@
@if test "${ZIPFS_BUILD}" = "1" ; then \
cat ${TK_ZIP_FILE} >> ${TK_DLL_FILE}; \
${NATIVE_ZIP} -A ${TK_DLL_FILE} \
|| echo 'ignore zip-error by adjust sfx process (not executable?)'; \
fi

${TK_LIB_FILE}: ${TK_OBJS}
Expand Down

0 comments on commit 7d132b5

Please sign in to comment.