Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove renamed libmad patch | Ulf Samuelsson | 2007-08-28 | 1 | -2922/+0 |
| | |||||
* | Allow for architecture specific libmad patches, make current patch AVR32 ↵ | Ulf Samuelsson | 2007-08-28 | 2 | -1/+2924 |
| | | | | specific | ||||
* | - semicolon touchup. No other changes | Bernhard Reutner-Fischer | 2007-08-22 | 1 | -2/+2 |
| | |||||
* | - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵ | Bernhard Reutner-Fischer | 2007-08-21 | 1 | -2/+2 |
| | | | | toolchain/*/*.mk */Makefile.in -l) | ||||
* | Remove switches if sstrip is run | Ulf Samuelsson | 2007-08-21 | 1 | -1/+1 |
| | |||||
* | SED away some whitespace | Ulf Samuelsson | 2007-08-20 | 1 | -1/+1 |
| | |||||
* | Build correct target in libmad | Ulf Samuelsson | 2007-08-01 | 1 | -6/+5 |
| | |||||
* | Use correct extension for libmad library | Ulf Samuelsson | 2007-07-28 | 1 | -9/+11 |
| | |||||
* | Add avr32 patch for libmad | Ulf Samuelsson | 2007-07-28 | 1 | -0/+2922 |
| | |||||
* | Update libmad configuration + cleanup | Ulf Samuelsson | 2007-07-23 | 1 | -2/+5 |
| | |||||
* | - add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGS | Bernhard Reutner-Fischer | 2007-06-27 | 1 | -2/+1 |
| | | | | - use TARGET_CONFIGURE_ARGS where appropriate. | ||||
* | Cleanup. Moved header file install to LIBMAD_PACKAGE_HEADERS target like zlib | Peter Korsgaard | 2007-05-10 | 2 | -13/+37 |
| | |||||
* | fixup package LDFLAGS handling | Eric Andersen | 2007-03-13 | 1 | -0/+2 |
| | |||||
* | - use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may ↵ | Bernhard Reutner-Fischer | 2006-10-01 | 1 | -1/+1 |
| | | | | | | not exist; Closes #971 Silly, unchecked sed -i -e "/[^b]zcat/s/zcat/\$\(ZCAT\)/g" $(svngrep "[^b]zcat" * -rl | grep -v Config.in) | ||||
* | Make the sourceforge mirror site a config option, as sourceforge | Eric Andersen | 2005-06-09 | 1 | -1/+1 |
| | | | | mirrors tend to change, move, go down, etc from time to time. | ||||
* | There is no need to have a separate 'Makefile.in' file in the | Eric Andersen | 2005-02-10 | 2 | -3/+8 |
| | | | | | general case, therefore, combine the toplevel Makefile options such as setting TARGETS into the per-package *.mk file | ||||
* | more help updates from Tom Cameron | Mike Frysinger | 2004-12-26 | 1 | -4/+5 |
| | |||||
* | Make the TAR_VERBOSITY option a bit more sane | Eric Andersen | 2004-10-09 | 1 | -1/+1 |
| | |||||
* | Thomas Lundquist: have the makefiles depend on the correct file | Mike Frysinger | 2004-10-09 | 1 | -11/+7 |
| | |||||
* | use $(TAR_VERBOSITY) | Mike Frysinger | 2004-10-09 | 1 | -1/+1 |
| | |||||
* | final step in buildroot facelift | Eric Andersen | 2004-10-09 | 2 | -0/+11 |
| | |||||
* | Remove the old 'make' directory, and populate the new 'package' | Eric Andersen | 2004-10-09 | 1 | -0/+56 |
directory. |