Commit 0f541f9
committed
makefile: do not invoke make recursively for skip_route
This avoids the need for making sure that enviornment variables
are set to it's original value.
Consider:
export FOO += 1
Here FOO would be set to '1 1' inside a 'make finish' when
invoked recursively
Signed-off-by: Øyvind Harboe <[email protected]>1 parent 18087e3 commit 0f541f9
1 file changed
+0
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
678 | 678 | | |
679 | 679 | | |
680 | 680 | | |
681 | | - | |
682 | | - | |
683 | 681 | | |
684 | 682 | | |
685 | 683 | | |
| |||
0 commit comments