Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-12-08 | package/: get rid of unneeded $(strip ..) | Peter Korsgaard | |
2008-08-27 | tcl: fix long help text lines | Peter Korsgaard | |
2008-07-17 | Kconfig: remove 'default n' | Peter Korsgaard | |
'default n' is the default, so there's no need to say it explicitly. | |||
2008-06-19 | buildroot: s/depends/depends on/ | Peter Korsgaard | |
The new kconfig is more strict regarding depends/depends on, so fixup the tree. | |||
2007-10-01 | - just use the strip binary to avoid confusing libtool (quotes) | Bernhard Reutner-Fischer | |
- use $(STRIPCMD) in packages to avoid clashes with $(STRIP) | |||
2007-09-25 | - make sure that configure doesn't see a wrong cache | Bernhard Reutner-Fischer | |
2007-08-21 | - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵ | Bernhard Reutner-Fischer | |
toolchain/*/*.mk */Makefile.in -l) | |||
2007-08-21 | Remove switches if sstrip is run | Ulf Samuelsson | |
2007-06-27 | - add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGS | Bernhard Reutner-Fischer | |
- use TARGET_CONFIGURE_ARGS where appropriate. | |||
2007-03-14 | yet more LDFLAGS handling fixups | Eric Andersen | |
2007-03-13 | fixup package LDFLAGS handling | Eric Andersen | |
2006-10-01 | - use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may ↵ | Bernhard Reutner-Fischer | |
not exist; Closes #971 Silly, unchecked sed -i -e "/[^b]zcat/s/zcat/\$\(ZCAT\)/g" $(svngrep "[^b]zcat" * -rl | grep -v Config.in) | |||
2006-07-07 | Fix syntax errors in configure and m4 for Tcl so that the package actually ↵ | "Steven J. Hill" | |
builds. This was reported on the Tcl mailing list at <http://sourceforge.net/mailarchive/forum.php?thread_id=9384126&forum_id=3854>. | |||
2005-11-20 | we really shouldnt punt all of /usr/include | Mike Frysinger | |
2005-06-24 | be a bit more consistant with naming, always escape wildcards | Eric Andersen | |
2005-06-09 | Make the sourceforge mirror site a config option, as sourceforge | Eric Andersen | |
mirrors tend to change, move, go down, etc from time to time. | |||
2005-06-09 | http://bugs.uclibc.org/view.php?id=293 | Eric Andersen | |
target tcl-dirclean in tcl.mk removes $(LESS_DIR) should be $(TCL_DIR) - see attached patch. | |||
2005-06-03 | fix old target name | Mike Frysinger | |
2005-05-31 | Applied patch to add TCL version 8.4.9 for buildroot submitted by | "Steven J. Hill" | |
Ivan Daniluk on May 30 01:28:31 MDT 2005. |