Skip to content

Commit

Permalink
fix performance problems by reducing expansion (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaseberle committed Dec 24, 2024
1 parent 7d29a04 commit 4e40ee7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/genMakefileTilelistRules
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ for tilesetFilename in *_tile_list; do
printf "var/run/%s_tiles:" "$tileset"

for tileDsf in $(cat "$tilesetFilename"); do
printf "build/Tiles/*/*/*/%s " "$tileDsf"
tile="$(basename ./"$tileDsf" .dsf)"
printf "build/Tiles/zOrtho4XP_%s/Earth\\ nav\\ data/*/*.dsf " "$tile"
done

echo
Expand Down

0 comments on commit 4e40ee7

Please sign in to comment.