Skip to content
Snippets Groups Projects
Commit 78eda3f7 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Merge branch 'patch-1' into 'master'

Add instructions to test relibc against a recipe

See merge request redox-os/relibc!471
parents e6f94291 c2c7965b
No related branches found
No related tags found
1 merge request!471Add instructions to test relibc against a recipe
Pipeline #15459 passed
...@@ -30,7 +30,16 @@ Inside of your Redox build system, run: ...@@ -30,7 +30,16 @@ Inside of your Redox build system, run:
make prefix make prefix
``` ```
(It only works if the timestamp of the `relibc` folder changed) If you need to rebuild `relibc` for testing a Cookbook recipe, run:
```sh
touch relibc
make prefix r.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.
## Tests ## Tests
......
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