osquery / osquery-toolchain

A LLVM-based toolchain for Linux designed to build a portable osquery
Other
38 stars 22 forks source link

Provide a way to start from a specific stage from scratch #4

Open Smjert opened 5 years ago

Smjert commented 5 years ago

Right now if the user want to start from a specific stage (lets say rebuilding from scratch only the final toolchain), it has to manually delete the final folder, which is the install folder, and also the llvm/build-llvm-final. Having something that automatically does that would be nicer.

Ideally this option is only needed when the user is fiddling with the configuration or has to fix some bugs, otherwise everything should just work as is. But having an option to do so improves developing time.