Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-06-26 | Rework rvs a lot (no longer needs complex C dependency tracker!) | Luke Shumaker | |
Rework ./configure, and how it uses `srcdir'. Probably broke all the other packages. Oh well, everything only half-works right now. | |||
2015-06-26 | add copyright notices, and start to autoconfiscate | Luke Shumaker | |
2015-06-26 | It appears I'd previously edited other files, but as far as I knew a moment ago: | Luke Shumaker | |
The Makefiles have had support for DESTDIR for some time. I just realised configure didn't Which lead me to find some bugs in configure's option handling. | |||
2015-06-26 | add .gitignore | Luke Shumaker | |
clean up Makefile a bit add comments on `bashisms' in configure Add a `make commit' bit. Won't really be usefull to others, but is way more convenient for me than make distclean git add -A git commit -a | |||
2015-06-26 | I am satisfied with how diff-daemon builds | Luke Shumaker | |
2015-06-26 | major rewrite on build system, make doesn't complain for diff | Luke Shumaker | |
2015-06-26 | build-system-ish thing works at the meta-package level | Luke Shumaker | |
2015-06-26 | mkdir rvs; mv * rvs | Luke Shumaker | |
2015-06-26 | work on tieing it all together | Luke Shumaker | |
2015-06-26 | add dist to makefiles | Luke Shumaker | |
2015-06-26 | 0.7.3 -- more robust copyright notices in files | Luke Shumaker | |
2015-06-26 | it builds! | Luke Shumaker | |
2015-06-26 | tweak makefiles | Luke Shumaker | |
2015-06-26 | use the Makefile.in name used by the GNU build system | Luke Shumaker | |
2015-06-26 | Further refactoring. Mostly tweaking makefiles. Switched to | Luke Shumaker | |
autoconf-style variables. This means I had to change every shell script... | |||
2015-06-26 | much refactoring. also, screw `bzr mv'. That's why I'm writing my own system. | Luke Shumaker | |
2015-06-26 | 0.7.0 -- refactor to make core a pluggin (not done) | Luke Shumaker | |
2015-06-26 | 0.6.2 -- how come no one told me `make install' fails? | Luke Shumaker | |
2015-06-26 | rvs-0.6.1 -- make it possible to compile from another directory | Luke Shumaker | |
2015-06-26 | rvs 0.6.0 -- major restructuring to: | Luke Shumaker | |
* use a proper build directory, rather than just extracting into / * declare functions in a POSIX/SUS3 compliant way * support systems with out GNU bash, or GNU bash in a place other than /bin/bash |