Fix broken build with parallel make #4
Labels
No labels
P0
P1
P2
P3
good first issue
Infrastructure
blocked
bug
config
discussion
documentation
duplicate
enhancement
go
help wanted
internal
invalid
kludge
observability
perfomance
question
refactoring
wontfix
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-locode-db#4
Loading…
Reference in a new issue
No description provided.
Delete branch "realloc/frostfs-locode-db:fix/makedep"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Adding $(DIRS) dependency to fix parallel make build.
Previously, targets
in/airports.dat
,in/countries.dat
andunlocode
did not have a dependency on DIRS.The build could fail if parallel make is used and tmp directory hasn't been created yet.