Peter Korsgaard
3fdf0bffb8
buildroot: silence ./configure step when building with 'make -s'
...
We have been passing -q to ./configure when using 'make -s' for
packages using Makefile.autotools.in for some time. Do the same
for packages using autotools, but not using the
Makefile.autotools.in infrastructure, taking care to not do it
for packages with hand written configure scripts.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-10-01 21:24:42 +02:00
Michael Roth
cb5710c538
rename TOOL_BUILD_DIR to TOOLCHAIN_DIR
...
To reflect the new output directory hierachy rename the Makefile variable
TOOL_BUILD_DIR to TOOLCHAIN_DIR.
Signed-off-by: Michael Roth <mroth@nessie.de>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-09-23 09:15:27 +02:00
Will Newton
422ce6536b
package: Remove unnecessary dependencies on uclibc.
...
A C library will have been built by the toolchain makefiles, so there is no
need for packages to explicitly depend on uclibc.
Signed-off-by: Will Newton <will.newton@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-09-03 20:22:38 +02:00
Peter Korsgaard
4a7bfd2775
package/: convert to DOWNLOAD helper
2009-01-16 11:42:52 +00:00
Peter Korsgaard
ac1d92c425
package/: get rid of unneeded $(strip ..)
2008-12-08 08:15:27 +00:00
Peter Korsgaard
9f0f3e5df4
module-init-tools: check correct symbol for cross-depmod
...
Reported by Markus Heidelberg
2008-09-07 18:58:22 +00:00
Peter Korsgaard
02a623ddf9
buildroot: remove trailing spaces
...
for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`;
do
sed -i 's/ \+$//' $i;
done
2008-08-04 19:07:05 +00:00
Peter Korsgaard
4683420c4c
Kconfig: remove 'default n'
...
'default n' is the default, so there's no need to say it explicitly.
2008-07-17 20:01:44 +00:00
Peter Korsgaard
25a7363f5d
buildroot: use BR2_KERNEL_MIRROR everywhere
...
Based on patch by Nigel Kukard.
2008-03-11 18:54:17 +00:00
Bernhard Reutner-Fischer
14a71561a3
- just use the strip binary to avoid confusing libtool (quotes)
...
- use $(STRIPCMD) in packages to avoid clashes with $(STRIP)
2007-10-01 16:15:31 +00:00
Bernhard Reutner-Fischer
26cdd6f6c0
- make sure that configure doesn't see a wrong cache
2007-09-25 12:34:09 +00:00
Bernhard Reutner-Fischer
93ae7ac63f
- remove duplicate module-init-tools-source rule
2007-09-22 10:20:35 +00:00
Bernhard Reutner-Fischer
6c6cb06709
- sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* toolchain/*/*.mk */Makefile.in -l)
2007-08-21 19:20:18 +00:00
Ulf Samuelsson
f038aa73e7
Update config for module-init-tools
2007-07-31 22:41:06 +00:00
Bernhard Reutner-Fischer
8ca822def1
- for cross-depmod26 we need to add module-init-tools to the HOST_SOURCE for the 'source' target
2007-07-27 14:43:36 +00:00
Bernhard Reutner-Fischer
79e2d802ae
- fix a few -clean targets.
...
- bash build is not parallel-safe
2007-06-28 14:07:13 +00:00
Bernhard Reutner-Fischer
74d518dc2a
- add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGS
...
- use TARGET_CONFIGURE_ARGS where appropriate.
2007-06-27 12:01:27 +00:00
Bernhard Reutner-Fischer
e4d139cf9c
- make sure that our dest dir exists
2007-04-17 17:12:48 +00:00
Eric Andersen
85d7f6f05f
fixup package LDFLAGS handling
2007-03-13 22:59:59 +00:00
"Steven J. Hill"
5d8342c7f7
I'm sure opinions will vary on this, but at least when I'm using these tools, I don't want the static or an extra config file. Small filesystem please.
2007-01-14 00:57:50 +00:00
Bernhard Reutner-Fischer
f47f323d0e
- pass the correct compiler in
2006-12-14 14:32:32 +00:00
"Steven J. Hill"
f460603f02
Patch packages to remove legacy and deprecated functions. All of these patches have been sent upstream to the various maintainers.
2006-12-05 02:16:03 +00:00
Bernhard Reutner-Fischer
6e2823c1fa
- add and use BR2_BZCAT config option.
2006-11-17 15:43:51 +00:00
Eric Andersen
8a63b6dae1
Use http. Add support for building cross depmod for 2.6 kernels.
...
Don't hard code version numbers all over the place.
2006-08-10 21:00:23 +00:00
Eric Andersen
ff870a1827
change things so menuconfig wont complain about circular deps
2006-07-10 22:18:35 +00:00
Eric Andersen
e33a0c1400
prevent up circular deps by preventing both from being enabled concurrently
2006-07-09 04:54:00 +00:00
Eric Andersen
478edcec7e
Bump up version to one actually present
2005-12-09 01:47:57 +00:00
Eric Andersen
8ce4796efa
Fix some broken dependancies
2005-08-08 08:23:50 +00:00
Mike Frysinger
1a48268a55
whitespace sync
2005-08-04 22:17:55 +00:00
Eric Andersen
d5b0e08e9d
http://bugs.uclibc.org/view.php?id=178
...
This patch provides modutils and module-init-tools. I know busybox can load
modules, but modinfo may also be very useful for kernel/driver debugging
purposes.
I have managed binaries concurrency between modutils and module-init-tools, but
I'm not sure this is the best way to do it...
Thanks for your work.
2005-06-09 09:46:12 +00:00