Commit 4b0658c
committed
Only create LOCALBIN directory when it does not exist
The current code was calling mkdir -p without checking existance first.
This would change the directory's mtime and cause all files underneath to
become "older". Since they declare LOCALBIN directory as a dependency,
they would be downloaded/rebuilt more frequently than needed.
Signed-off-by: Etai Lev Ran <[email protected]>1 parent 8d391ee commit 4b0658c
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
337 | 337 | | |
338 | 338 | | |
339 | 339 | | |
340 | | - | |
| 340 | + | |
341 | 341 | | |
342 | 342 | | |
343 | 343 | | |
| |||
0 commit comments