Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - global whitespace trimming | Bernhard Reutner-Fischer | 2007-08-22 | 1 | -1/+1 |
| | |||||
* | - semicolon touchup. No other changes | Bernhard Reutner-Fischer | 2007-08-22 | 1 | -1/+1 |
| | |||||
* | - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵ | Bernhard Reutner-Fischer | 2007-08-21 | 1 | -1/+1 |
| | | | | toolchain/*/*.mk */Makefile.in -l) | ||||
* | Remove switches if sstrip is run | Ulf Samuelsson | 2007-08-21 | 1 | -1/+1 |
| | |||||
* | fix libsysfs.la paths | Ulf Samuelsson | 2007-08-12 | 1 | -0/+2 |
| | |||||
* | Use <package>_VERSION in all <package>.mk instead of <package>_VER | Ulf Samuelsson | 2007-07-11 | 1 | -3/+3 |
| | |||||
* | - add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGS | Bernhard Reutner-Fischer | 2007-06-27 | 1 | -9/+8 |
| | | | | - use TARGET_CONFIGURE_ARGS where appropriate. | ||||
* | - install some more stuff that goes into staging_dir into the proper place. | Bernhard Reutner-Fischer | 2007-04-16 | 1 | -9/+13 |
| | | | | First hunk of fixes for bug #1290 | ||||
* | fixup package LDFLAGS handling | Eric Andersen | 2007-03-13 | 1 | -0/+1 |
| | |||||
* | - use centralized DISABLE_LARGEFILE | Bernhard Reutner-Fischer | 2006-12-21 | 1 | -4/+0 |
| | | | | - nil CXX if there isn't one | ||||
* | - bump version | Bernhard Reutner-Fischer | 2006-12-14 | 1 | -1/+6 |
| | |||||
* | - 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) | ||||
* | - add dirclean target to libsysfs | Bernhard Reutner-Fischer | 2005-12-20 | 1 | -0/+4 |
| | |||||
* | 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. | ||||
* | http://bugs.uclibc.org/view.php?id=288 | Eric Andersen | 2005-06-09 | 2 | -3/+4 |
| | | | | | | | | | | | | | This updates to the current version of libsysfs, and also changes to the current version of the package. NOTE: this package still has a problem, in that the header files it generates are not made available to other packages. The library itself is installed in the target filesystem; but programs like "brctl" won't know to use it, since the header isn't visible. Signed-off-by: David Brownell <dbrownell@users.sourceforge.net> | ||||
* | http://bugs.uclibc.org/view.php?id=189 | Eric Andersen | 2005-04-26 | 2 | -0/+80 |