Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | package/: get rid of unneeded $(strip ..) | Peter Korsgaard | 2008-12-08 | 1 | -1/+1 |
| | |||||
* | concierge: fix paths | Peter Korsgaard | 2008-09-07 | 1 | -2/+2 |
| | | | | Patch by Markus Heidelberg <markus.heidelberg@web.de> | ||||
* | buildroot: remove trailing spaces | Peter Korsgaard | 2008-08-04 | 1 | -1/+1 |
| | | | | | | | for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done | ||||
* | Kconfig: remove 'default n' | Peter Korsgaard | 2008-07-17 | 1 | -1/+0 |
| | | | | 'default n' is the default, so there's no need to say it explicitly. | ||||
* | bump to 0.97.1, removed patch as it has been already applied in upstream ↵ | John Voltz | 2008-04-24 | 1 | -6/+7 |
| | | | | | | revision 0.97.0 (http://gcc.gnu.org/bugzilla/buglist.cgi?product=classpath&target_milestone=0.97) also fix change in package path that prevented patches from being applied | ||||
* | concierge: cleanup (white space + unneeded mkdir) | Peter Korsgaard | 2008-03-31 | 1 | -7/+6 |
| | |||||
* | package: move java packages to package/java sub directory | Peter Korsgaard | 2008-03-28 | 4 | -0/+63 |