| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
| |
.pgpass file has to be allowed in configuration. Using environment variable is more platform independent.
|
|
|
|
|
|
| |
Add check for recursive makefile calls.
Also add removing of dot_config to clean_measure target.
run and initialize now requires all target. This allow dependency on all programs not only selected. This is done for simplification.
|
|
|
|
|
|
| |
Part of the initialize target should be also initialization of database.
Target distclean should clean project to state as it is in git repository.
|
|
|
|
|
|
|
| |
allconfig is used for generating full configuration.
In default is this file expected in root project directory with name dot_config.
User should remove configuration options that should be measured.
So dot_config file should contains only configuration options with fixed value.
|
|
|
|
|
|
| |
permute_conf was only temporally program for generating dot_config file.
Its main function now has program allconfig.
This program has also some text interface, but it wasn't optimal and in the end wasn't used at all.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Makefile configuration file is now generated automatically and contains all
string config options.
Separated tables drop from databaseinit.sql to file databaseclean.sql.
Also add clean and init target for database.
For this reason is also separated output and result from normal clean.
From now on won't be results removed on standard clean.
ARCH config variable is renamed to kernel_arch to make name more clear.
|
|
|
|
|
|
|
|
|
| |
allconfig is now integrated in project.
It is going to replace permute_conf for generating.
For this reason is default behaviour changed to print only changeable configurtaion options.
Previous behaviour can be used with --all switch.
Also add .gitignore and remove compiled file from repository.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Removing dependency can lead to problems.
But if buildroot should not be forced for possible alternatives.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Initialisation now can be executed without loop it self.
|
|
|
|
| |
Not initram must be set and created manually by user.
|
|
|
|
| |
Picosat is distributed with this project.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Not yet finished.
|
|
|
|
| |
Not working properly yet.
|
| |
|
|
|
|
|
|
| |
On first execution of buildroot targets from root Makefile is now placed
nondefault .config file.
This new configuration is default configuration except of initram setting.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
New targets added and more...
|
| |
|
| |
|
| |
|
|
This global makefile can execute main_loop as also clean whole project.
|