summaryrefslogtreecommitdiffstats
path: root/package/ltp-testsuite/ltp-testsuite.mk
Commit message (Collapse)AuthorAgeFilesLines
* Fix patch filtering and add new patch to disable tests for IPv6 when not ↵"Steven J. Hill"2007-07-061-14/+12
| | | | selected.
* - preserve quotesBernhard Reutner-Fischer2007-06-251-2/+2
|
* If external toolchain support NPTL, then we should build Open POSIX ↵"Steven J. Hill"2007-06-161-0/+3
| | | | Testsuite if the user selects us.
* - make sure to have the target-dir where we want to unpack ltp toBernhard Reutner-Fischer2007-06-061-3/+4
|
* Update version of LTP."Steven J. Hill"2007-05-091-1/+5
|
* Bump the revision to the latest release and update the patches. Some idiots ↵"Steven J. Hill"2006-12-021-1/+1
| | | | 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.
* - use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may ↵Bernhard Reutner-Fischer2006-10-011-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 patch for building and running the Open POSIX Testsuite if NPTL has been ↵"Steven J. Hill"2006-07-051-1/+12
| | | | selected with uClibc along with make directives. If someone has a cleaner way of handling things in the makefile, feel free to change it.
* update LTP to the latest and greatestEric Andersen2006-07-051-1/+1
|
* yet again... rework fakeroot handling to ensure fakeroot is invoked just once,Eric Andersen2006-04-101-5/+3
| | | | as it seems to sometimes lose values logged during from earlier invocations.
* updateEric Andersen2005-08-101-2/+3
|
* Prevent problems with fakeroot possibly trying to use stale host filesystemEric Andersen2005-08-081-11/+11
| | | | inodes by carefully regenerating fakeroot.env from package specific files.
* Allow packages to use fakeroot. To accomodate this, convert allEric Andersen2005-08-041-2/+4
| | | | target filesystem creation tools to also use fakeroot.
* Fix it up so ltp builds and installs itself properly so it isEric Andersen2005-08-041-7/+12
| | | | 100% ready to run on the target device.
* be a bit more consistant with naming, always escape wildcardsEric Andersen2005-06-241-1/+1
|
* Make the sourceforge mirror site a config option, as sourceforgeEric Andersen2005-06-091-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 theEric Andersen2005-02-101-0/+8
| | | | | general case, therefore, combine the toplevel Makefile options such as setting TARGETS into the per-package *.mk file
* Make the TAR_VERBOSITY option a bit more saneEric Andersen2004-10-091-1/+1
|
* use $(TAR_VERBOSITY)Mike Frysinger2004-10-091-1/+1
|
* facelift step number twoEric Andersen2004-10-091-2/+1
|
* Remove the old 'make' directory, and populate the new 'package'Eric Andersen2004-10-091-0/+39
directory.