Commit 92121cc
committed
Fix missing rootfs Makefile target
The README indicated that download and compling process can be done with
`make rootfs` command. However, the corresponding Makefile target was
removed in commit 25571f7: Modularize the build system.
Originally, the rootfs target was introduced in commit 9d5eac5: Parse the
cmdline arguments more perfectly, but was later removed in the aforement-
ioned commit without updates to the README or integration into
mk/external.mk1 parent e2e954c commit 92121cc
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| 69 | + | |
| 70 | + | |
69 | 71 | | |
70 | 72 | | |
71 | 73 | | |
| |||
75 | 77 | | |
76 | 78 | | |
77 | 79 | | |
78 | | - | |
| 80 | + | |
79 | 81 | | |
80 | 82 | | |
0 commit comments