summaryrefslogtreecommitdiff
path: root/wrapper/rvs.sh
AgeCommit message (Collapse)Author
2015-06-26whoop, should have proably commited a momemnt agoLuke Shumaker
2015-06-26builds, cleans, installs, and uninstalls correctly! Now just toLuke Shumaker
make sure it works!
2015-06-26and installation works, now to work on uninstallation...Luke Shumaker
2015-06-26Rework 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-26add support for running a command from a specific plugin to runcomLuke Shumaker
this feature should only be used internally by plugins
2015-06-26switching to gitLuke Shumaker
2015-06-26haha, I'm a dumb shit,Luke Shumaker
$(bindir)/rvs wasn't passing the command to $(libexecdir)/rvs/runcom
2015-06-26fix Makefiles a bitLuke Shumaker
redo the ugly kludge in load_plugins(...) in wrapper/plugin-load.h
2015-06-26bichun!Luke Shumaker
fixed makefiles, moved around files The wrapper is now a hybrid shell-C program. A shell script does the integrated commands, but it calls the C program (`$(libexecdir)/rvs/runcom') to launch plugins Note that right now, it does EVERYTHING BUT launch plugins.