mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-02-02 10:40:38 +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: $(DebugFile)
|
||||||
|
|
||||||
$(DebugFile) : buildImageDir
|
$(DebugFile) : buildImageDir
|
||||||
(cd $(GEN_ROOT)/$(DebugDir); $(TAR) -czf ../$(DebugFile) .)
|
(cd $(GEN_ROOT)/$(DebugDir); $(TAR) -czf ../$(DebugFile) `find . -not -type d`)
|
||||||
|
|
||||||
buildRoot:
|
buildRoot:
|
||||||
(cd $(GEN_ROOT); ./install/makeInstallImage.sh)
|
(cd $(GEN_ROOT); ./install/makeInstallImage.sh)
|
||||||
|
Loading…
Reference in New Issue
Block a user