Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-08-16 | Move fakeroot temps from STAGING_DIR to PROJECT_BUILD_DIR | Ulf Samuelsson | |
2007-07-06 | Fix patch filtering and add new patch to disable tests for IPv6 when not ↵ | "Steven J. Hill" | |
selected. | |||
2007-06-25 | - preserve quotes | Bernhard Reutner-Fischer | |
2007-06-16 | If external toolchain support NPTL, then we should build Open POSIX ↵ | "Steven J. Hill" | |
Testsuite if the user selects us. | |||
2007-06-06 | - make sure to have the target-dir where we want to unpack ltp to | Bernhard Reutner-Fischer | |
2007-05-09 | Update version of LTP. | "Steven J. Hill" | |
2006-12-02 | Bump the revision to the latest release and update the patches. Some idiots ↵ | "Steven J. Hill" | |
decided to use deprecated functions 'bzero' and 'bcmp' so we patch that up. Someone fell free to pass the patch upstream to the LTP persons, I don't have time. | |||
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-05 | Add patch for building and running the Open POSIX Testsuite if NPTL has been ↵ | "Steven J. Hill" | |
selected with uClibc along with make directives. If someone has a cleaner way of handling things in the makefile, feel free to change it. | |||
2006-07-05 | update LTP to the latest and greatest | Eric Andersen | |
2006-04-10 | yet again... rework fakeroot handling to ensure fakeroot is invoked just once, | Eric Andersen | |
as it seems to sometimes lose values logged during from earlier invocations. | |||
2005-08-10 | update | Eric Andersen | |
2005-08-08 | Prevent problems with fakeroot possibly trying to use stale host filesystem | Eric Andersen | |
inodes by carefully regenerating fakeroot.env from package specific files. | |||
2005-08-04 | Allow packages to use fakeroot. To accomodate this, convert all | Eric Andersen | |
target filesystem creation tools to also use fakeroot. | |||
2005-08-04 | Fix it up so ltp builds and installs itself properly so it is | Eric Andersen | |
100% ready to run on the target device. | |||
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-02-10 | There is no need to have a separate 'Makefile.in' file in the | Eric Andersen | |
general case, therefore, combine the toplevel Makefile options such as setting TARGETS into the per-package *.mk file | |||
2004-10-09 | Make the TAR_VERBOSITY option a bit more sane | Eric Andersen | |
2004-10-09 | use $(TAR_VERBOSITY) | Mike Frysinger | |
2004-10-09 | facelift step number two | Eric Andersen | |
2004-10-09 | Remove the old 'make' directory, and populate the new 'package' | Eric Andersen | |
directory. |