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
We are increasingly getting more stuff in python through make.py, load.py and mkimage.py. These duplicate a lot of logic in the Makefiles. The bash scripts in ./scripts/ are also getting quite large and not portable to windows.
Writing Make and Bash is sucky. Writing Python is better.
Maybe we should replace all of that with something like waf?
The text was updated successfully, but these errors were encountered:
mithro
changed the title
Port makefile + setup scripts from shell+make to Python (maybe waf?)
Port Makefile+setup scripts from shell+make to Python (maybe waf?)
Aug 3, 2017
We are increasingly getting more stuff in python through
make.py
,load.py
andmkimage.py
. These duplicate a lot of logic in the Makefiles. The bash scripts in ./scripts/ are also getting quite large and not portable to windows.Writing Make and Bash is sucky. Writing Python is better.
Maybe we should replace all of that with something like
waf
?The text was updated successfully, but these errors were encountered: