Commit 8d64285
committed
fix(Makefile): fix component rsync
Currently, trying to issue a `make -C <component> build` will rsync
the contents of that component directory to /home/core/share instead
of /home/core/share/<component>.
This commit makes all rsync commands rsync relative to the root directory
(using the path to includes.mk as a reference).1 parent 5b2b6c0 commit 8d64285
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
| |||
0 commit comments