mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-02-02 08:00:39 +01:00
Fixed #8037: remove directory entries from debug symbols tarball
This commit is contained in:
parent
1786e3665b
commit
04bec4d014
@ -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