Commit Graph

33 Commits

Author SHA1 Message Date
Peter Korsgaard
dfe689229d buildroot: cleanup <package>-clean targets.
Based on input from Arndt Kritzner & Bernhard Fischer.
2008-03-27 15:42:42 +00:00
Bernhard Reutner-Fischer
6547bced93 - global whitespace trimming 2007-08-22 12:35:41 +00:00
Bernhard Reutner-Fischer
7b403ada37 - sed -i -e "/\-[[:space:]]*mkdir[[:space:]][[:space:]]*-p/s/-[[:space:]]*mkdir/mkdir/g"
(want to know about errors if mkdir failed). Thanks to Cristian Ionescu-Idbohrn for pointing this out
2007-08-21 11:25:30 +00:00
Ulf Samuelsson
5d2be04979 Move fakeroot temps from STAGING_DIR to PROJECT_BUILD_DIR 2007-08-16 18:19:42 +00:00
"Steven J. Hill"
9fba547400 Fix patch filtering and add new patch to disable tests for IPv6 when not selected. 2007-07-06 04:21:22 +00:00
Bernhard Reutner-Fischer
4d49614d3f - preserve quotes 2007-06-25 10:29:47 +00:00
"Steven J. Hill"
a7dae1919c If external toolchain support NPTL, then we should build Open POSIX Testsuite if the user selects us. 2007-06-16 18:27:38 +00:00
Bernhard Reutner-Fischer
3342c8c547 - make sure to have the target-dir where we want to unpack ltp to 2007-06-06 18:10:48 +00:00
"Steven J. Hill"
6b2416e57c Update version of LTP. 2007-05-09 22:58:59 +00:00
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