8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 20:03:02 +01:00

Fixed #8037: remove directory entries from debug symbols tarball

(cherry picked from commit 04bec4d014)
This commit is contained in:
AlexPeshkoff 2024-04-24 20:31:40 +03:00
parent f4ac2f4b93
commit dc3fed9ed6

View File

@ -87,7 +87,7 @@ $(TarFile) : buildTarDir
debugfile: $(DebugFile)
$(DebugFile) : buildImageDir
(cd $(GEN_ROOT)/$(DebugDir); $(TAR) -czf ../$(DebugFile) .)
(cd $(GEN_ROOT)/$(DebugDir); $(TAR) -czf ../$(DebugFile) `find . -not -type d`)
buildRoot:
(cd $(GEN_ROOT); ./install/makeInstallImage.sh)