6 commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ed17aaa6c9 | |||
| 166dbc06bb | |||
| bc883deed4 | |||
| cec581c8f6 | |||
| f4ea4b5537 | |||
| 7f15eb44a2 |
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
| ed17aaa6c9 |
make: Align equal signs in *.mk to column 30
Chore: Format equal signs uniformly. They should all be at column 30 but aren't. Fix that. Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| 166dbc06bb |
vim.mk: Re-add files necessary for building jw-ws
vim.mk is necessary for building jw-ws, add it. Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| bc883deed4 |
Everywhere: Remove everything non-essential for "make clean all"
This commit removes everything not strictly necessary for running "make clean all" inside jw-build. packaging jw-devtest. This cuts the repo down from 24077 to 4725 lines of code. The idea is to 1) Further remove bloat from the remaining bits 2) Re-add what's necessary to build and package other essential repos. The decision should be based on whether or not jw-build can also be useful in a non-janware context. Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| cec581c8f6 |
vim.mk: Add variable INSTALL_VIM_SYSTEM_PATH
Add INSTALL_VIM_SYSTEM_PATH for use in including makefiles Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| f4ea4b5537 |
vim.mk: Change INSTALL_VIM_SYSTEM_PLUGIN_PATH
Used to be $(shell readlink -f /usr/share/vim/current) and is now /usr/share/vim/site/plugin, because vim seems to ignore the former Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| 7f15eb44a2 |
vim.mk: Add vim.mk for installation of vim plugins
Signed-off-by: Jan Lindemann <jan@janware.com> |