You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having trouble getting the source file auto-generation to be triggered by Make.
At the moment to build I'm running:
(cd dist && python gen_source.py) && make
Ideally I'd just be able to run make, and have it run the python command. Even more ideally it'd only run the python command if it noticed that one of src/faultinject.c.in, dist/functions.list or dist/gen_source.py had changed. My half hour of fiddling didn't lead me to a resolution so I'm opening an issue for now.
The text was updated successfully, but these errors were encountered:
I'm having trouble getting the source file auto-generation to be triggered by Make.
At the moment to build I'm running:
Ideally I'd just be able to run make, and have it run the python command. Even more ideally it'd only run the python command if it noticed that one of
src/faultinject.c.in
,dist/functions.list
ordist/gen_source.py
had changed. My half hour of fiddling didn't lead me to a resolution so I'm opening an issue for now.The text was updated successfully, but these errors were encountered: