summaryrefslogtreecommitdiffstats
path: root/package/editors
Commit message (Collapse)AuthorAgeFilesLines
* package/: get rid of unneeded $(strip ..)Peter Korsgaard2008-12-084-4/+4
|
* package: Kconfig: use menu instead of menuconfig for sub menusPeter Korsgaard2008-11-141-8/+2
| | | | | As discussed on the list - These things should normally not be (un)selectable.
* vim: add TARGET_CONFIGURE_OPTSPeter Korsgaard2008-10-261-1/+2
| | | | Patch by Markus Heidelberg.
* package: cleanup PKG_CONFIG_SYSROOTPeter Korsgaard2008-10-261-6/+0
| | | | | | | | PKG_CONFIG_SYSROOT_DIR and friends get set in package/Makefile.in, so there's no need to set it in the makefiles of the individual packages as well. Based on a patch by Markus Heidelberg.
* vim: use $(MAKE) instead of hardcoding makePeter Korsgaard2008-10-191-4/+4
|
* vim:Wade Berrier2008-10-063-57/+73
| | | | | | | | | -Apply patches from list (http://buildroot.uclibc.org/lists/buildroot/2008-July/009846.html http://buildroot.uclibc.org/lists/buildroot/2008-August/010104.html) -add more vim patches -Switch to http vs ftp since ftp is slow -Fix configure.patch to apply cleanly after patch update
* buildroot: remove trailing spacesPeter Korsgaard2008-08-042-3/+3
| | | | | | | for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done
* Kconfig: remove 'default n'Peter Korsgaard2008-07-174-4/+0
| | | | 'default n' is the default, so there's no need to say it explicitly.
* buildroot: s/depends/depends on/Peter Korsgaard2008-06-191-1/+1
| | | | | The new kconfig is more strict regarding depends/depends on, so fixup the tree.
* packages: fix pkgconfig depencies and select pkgconfig where neededPeter Korsgaard2008-06-142-1/+2
|
* package/editors: fix patch-kernel.sh argumentsPeter Korsgaard2008-04-032-2/+2
|
* nano: fix install locationPeter Korsgaard2008-03-261-1/+1
| | | | Fix typo in install location. Reported by Simon Pasch.
* buildroot: use BR2_KERNEL_MIRROR everywherePeter Korsgaard2008-03-111-1/+1
| | | | Based on patch by Nigel Kukard.
* nano: install to /usr/binPeter Korsgaard2008-03-071-1/+1
|
* vim: config names should be lower casePeter Korsgaard2008-03-071-2/+2
|
* buildroot: move editors under package/editors and merge menusPeter Korsgaard2008-03-079-3/+251
| | | | Based on patch by Arnar Mar Sig.
* added vim and editors directoryJohn Voltz2008-03-066-0/+19616