Skip to content
Snippets Groups Projects
Commit c2c7965b authored by Wildan Mubarok's avatar Wildan Mubarok
Browse files

Apply README suggestions

parent 22cf7709
No related branches found
No related tags found
No related merge requests found
......@@ -30,13 +30,14 @@ Inside of your Redox build system, run:
make prefix
```
If you need to rebuild `relibc` for testing a cookbook recipe, run:
If you need to rebuild `relibc` for testing a Cookbook recipe, run:
```sh
touch relibc && make prefix r.recipe-name
touch relibc
make prefix r.recipe-name
```
Touching `relibc` is needed to trigger recompilation for `make prefix`. Replace `recipe-name` with your desired recipe name.
Touching (changing the "last modified time" of) the `relibc` folder is needed to trigger recompilation for `make prefix`. Replace `recipe-name` with your desired recipe name.
Note: Do not edit `relibc` inside `prefix` folder! Do your work on `relibc` folder directly inside your Redox build system instead.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment