mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 16:43:03 +01:00
Fixed #8037: remove directory entries from debug symbols tarball
(cherry picked from commit 04bec4d014
)
This commit is contained in:
parent
f4ac2f4b93
commit
dc3fed9ed6
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user