summaryrefslogtreecommitdiff
path: root/package/ltp-testsuite
AgeCommit message (Collapse)Author
2005-12-09The sysfs tests have no business using _syscallX (using the unistd.hEric Andersen
kernel header file) and seriously expecting that to always work...
2005-08-10updateEric Andersen
2005-08-09some platforms (such as arm with 2.4.x kernel headers) lackEric Andersen
__NR_fremovexattr and thus need special case handling
2005-08-08Prevent problems with fakeroot possibly trying to use stale host filesystemEric Andersen
inodes by carefully regenerating fakeroot.env from package specific files.
2005-08-04Allow packages to use fakeroot. To accomodate this, convert allEric Andersen
target filesystem creation tools to also use fakeroot.
2005-08-04Fix it up so ltp builds and installs itself properly so it isEric Andersen
100% ready to run on the target device.
2005-06-24be a bit more consistant with naming, always escape wildcardsEric Andersen
2005-06-09Make the sourceforge mirror site a config option, as sourceforgeEric Andersen
mirrors tend to change, move, go down, etc from time to time.
2005-02-10There is no need to have a separate 'Makefile.in' file in theEric Andersen
general case, therefore, combine the toplevel Makefile options such as setting TARGETS into the per-package *.mk file
2004-12-26more help updates from Tom CameronMike Frysinger
2004-10-09Make the TAR_VERBOSITY option a bit more saneEric Andersen
2004-10-09use $(TAR_VERBOSITY)Mike Frysinger
2004-10-09final step in buildroot faceliftEric Andersen
2004-10-09facelift step number twoEric Andersen
2004-10-09Remove the old 'make' directory, and populate the new 'package'Eric Andersen
directory.