Commit accec23
authored
chore: go driver makefile now considers more source files as dependencies (#3108)
QoL upgrade for driver development. More complete tracking for local
changes. Saves on `rm`-ing before rebuilding libraries to integrate
source changes!
Also I replaced an error-prone `$<` (subtarget position dependent) with
`$*`
## Demo

## Scenarios covered
1. edit already tracked driver files
2. edit `go.mod`
3. edit `../driver/bigquery` files
4. (not shown but works) edit other package like `../driver/databricks`
and `../go.sum` --> triggers no rebuild1 parent 3e481a6 commit accec23
1 file changed
+13
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
19 | 22 | | |
20 | 23 | | |
21 | 24 | | |
| |||
28 | 31 | | |
29 | 32 | | |
30 | 33 | | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
36 | 40 | | |
37 | 41 | | |
38 | 42 | | |
39 | 43 | | |
40 | | - | |
41 | | - | |
| 44 | + | |
| 45 | + | |
42 | 46 | | |
43 | 47 | | |
44 | 48 | | |
| |||
0 commit comments