Eric Andersen
|
c5385c9011
|
sigh
|
2006-12-08 05:30:00 +00:00 |
|
Eric Andersen
|
4ca65e7d21
|
generate.sh needs bash, so make it to ask for it by name
|
2006-12-08 05:20:37 +00:00 |
|
Eric Andersen
|
6919db4cdc
|
stime is a reserved name, don't let ltp use it for a local variable
|
2006-12-08 05:16:20 +00:00 |
|
"Steven J. Hill"
|
6a60acaa86
|
Bump the revision to the latest release and update the patches. Some idiots 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-12-02 06:42:25 +00:00 |
|
Bernhard Reutner-Fischer
|
6342c83201
|
- use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may not exist; Closes #971
Silly, unchecked sed -i -e "/[^b]zcat/s/zcat/\$\(ZCAT\)/g" $(svngrep "[^b]zcat" * -rl | grep -v Config.in)
|
2006-10-01 15:17:52 +00:00 |
|
"Steven J. Hill"
|
70a891e693
|
Add patch for building and running the Open POSIX Testsuite if NPTL has been 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 05:14:24 +00:00 |
|
Eric Andersen
|
c9306ec90c
|
update LTP to the latest and greatest
|
2006-07-05 01:42:29 +00:00 |
|
"Steven J. Hill"
|
574096452a
|
Add temporary patch to remove usage of 'bcopy' until upgrading to the next snapshot of LTP. Patch to 'member.c' contributed by Mike Frysinger <vapier@gentoo.org>. Patch to 'echoes.c' by the person adding this patch.
|
2006-06-22 03:59:53 +00:00 |
|
Eric Andersen
|
674d61d84b
|
yet again... rework fakeroot handling to ensure fakeroot is invoked just once,
as it seems to sometimes lose values logged during from earlier invocations.
|
2006-04-10 22:49:48 +00:00 |
|
Eric Andersen
|
11007cc454
|
The sysfs tests have no business using _syscallX (using the unistd.h
kernel header file) and seriously expecting that to always work...
|
2005-12-09 01:38:51 +00:00 |
|
Eric Andersen
|
d2c0a9e6f5
|
update
|
2005-08-10 12:50:47 +00:00 |
|
Eric Andersen
|
9b8c07d638
|
some platforms (such as arm with 2.4.x kernel headers) lack
__NR_fremovexattr and thus need special case handling
|
2005-08-09 07:47:50 +00:00 |
|
Eric Andersen
|
d70e7f4f1e
|
Prevent problems with fakeroot possibly trying to use stale host filesystem
inodes by carefully regenerating fakeroot.env from package specific files.
|
2005-08-08 07:53:10 +00:00 |
|
Eric Andersen
|
d1345f067e
|
Allow packages to use fakeroot. To accomodate this, convert all
target filesystem creation tools to also use fakeroot.
|
2005-08-04 06:32:52 +00:00 |
|
Eric Andersen
|
1e218e33eb
|
Fix it up so ltp builds and installs itself properly so it is
100% ready to run on the target device.
|
2005-08-04 05:14:23 +00:00 |
|
Eric Andersen
|
369864cf10
|
be a bit more consistant with naming, always escape wildcards
|
2005-06-24 08:36:13 +00:00 |
|
Eric Andersen
|
1d63e8a8d9
|
Make the sourceforge mirror site a config option, as sourceforge
mirrors tend to change, move, go down, etc from time to time.
|
2005-06-09 12:15:00 +00:00 |
|
Eric Andersen
|
d06645d8ed
|
There is no need to have a separate 'Makefile.in' file in the
general case, therefore, combine the toplevel Makefile options
such as setting TARGETS into the per-package *.mk file
|
2005-02-10 03:06:39 +00:00 |
|
Mike Frysinger
|
6d9728e843
|
more help updates from Tom Cameron
|
2004-12-26 07:36:59 +00:00 |
|
Eric Andersen
|
bb05a9ad46
|
Make the TAR_VERBOSITY option a bit more sane
|
2004-10-09 21:19:47 +00:00 |
|
Mike Frysinger
|
3a7b488366
|
use $(TAR_VERBOSITY)
|
2004-10-09 19:05:40 +00:00 |
|
Eric Andersen
|
f694016136
|
final step in buildroot facelift
|
2004-10-09 06:13:40 +00:00 |
|
Eric Andersen
|
44eedc5c44
|
facelift step number two
|
2004-10-09 02:49:33 +00:00 |
|
Eric Andersen
|
73f7be8290
|
Remove the old 'make' directory, and populate the new 'package'
directory.
|
2004-10-09 01:24:28 +00:00 |
|