Commit a08bb55
committed
Makefile: do not rebuild if nothing changed
If the src has not changed there is no need to rebuild.
This removes the -debug suffix from the binary if build with debug set,
I doubt anyone actually uses this and we need the same name for the
bin/netavark target to actually work. This is even better because now
you could build a debug binary and run the test with it without changing
the test path manually.
Fixes #1178
Signed-off-by: Paul Holzinger <pholzing@redhat.com>1 parent 4ac1563 commit a08bb55
1 file changed
+8
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
| 33 | + | |
32 | 34 | | |
33 | 35 | | |
34 | 36 | | |
| |||
50 | 52 | | |
51 | 53 | | |
52 | 54 | | |
53 | | - | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
54 | 58 | | |
55 | | - | |
56 | | - | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
57 | 62 | | |
58 | 63 | | |
59 | 64 | | |
| |||
0 commit comments