Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-09-21 | Added two command line parameters, -i or --info will list available actions, | Mike Buland | |
maybe more later. -c or --clean will set all of the commands in the current action to clean, so now you don't have to create clean rules. Also, every viewer should now support stacks of targets, they don't now, and it can look a little funny. | |||
2006-09-21 | Auto target chaining based on requirements is now in place. This means that if | Mike Buland | |
a requirement is set for a target that needs to be built, and that requirement is another target, that target will be processed when it is needed. | |||
2006-08-23 | Loads more stuff...it's nearly working now. | Mike Buland | |
2006-08-22 | Added targets, and the global set command, things are really coming along now. | Mike Buland | |
2006-08-18 | Gutted, deleted almost all the source, too many changes to keep it around, we'll | Mike Buland | |
see what happens next. | |||
2006-07-31 | It almost builds, we need to get rid of duplicate list entries and actually | Mike Buland | |
store the commands somewhere so the target handler can decide if they need to be run. | |||
2006-07-31 | We're almost to rule/command generation, then only a couple of steps before it | Mike Buland | |
will do it all! | |||
2006-07-31 | I still can't get the pymake file to auto-make the bison and flex .c files, but | Mike Buland | |
besides that everything is looking great. There's only one thing left to parse and interpret before we can try actually building something. |