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
Thomas Petazzoni
6ce736a58c
sed: fix compilation with external toolchains
...
Since CC is already passed in TARGET_CONFIGURE_OPTS at ./configure
time, there's no point in overriding it with a wrong value at
compilation time. This breaks external toolchain builds since
CC=$(TARGET_CC) is wrong because it excludes the mandatory --sysroot
option.
Fixes bug #525
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2009-08-04 21:45:04 +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
faeb17eac0
sed: fix CPPFLAGS typo
...
Patch by Claus Klein.
2008-08-04 19:04: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
Hamish Moffatt
af510f4e19
Applied patch from Nathanael D. Noblet <nathanael@gnat.ca> to fix
...
broken GNU download paths. Also fix gnuchess, xboard and classpath
packages to use $(BR2_GNU_MIRROR) rather than hardcoded urls.
2008-03-26 03:28:09 +00:00
Peter Korsgaard
efa0423110
buildroot: Use BR2_GNU_MIRROR everywhere
...
Patch by Nigel Kukard.
2008-03-11 08:17:17 +00:00
John Voltz
aff630454b
cleanup sed makefile
2008-03-06 18:24:27 +00:00
Hamish Moffatt
03d6531962
Run $(CONFIG_UPDATE) after unpacking sources
...
Patch from Dan Nicolaescu
2008-02-12 00:35:03 +00:00
Bernhard Reutner-Fischer
7b0ad787d6
- fixes and cleanups (Cristian Ionescu-Idbohrn)
2007-09-19 20:13:08 +00:00
Bernhard Reutner-Fischer
e06abe6fba
- more cleanup (Cristian Ionescu-Idbohrn)
2007-08-21 19:35:08 +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
Bernhard Reutner-Fischer
95783cd95d
- remove a superfluous semicolon
2007-08-21 19:13:14 +00:00
Ulf Samuelsson
cf55419b3f
SED away some whitespace
2007-08-20 17:21:16 +00:00
Ulf Samuelsson
2582f551f3
Move .PHONY to front in sed
2007-08-12 18:14:49 +00:00
Ulf Samuelsson
83f82272dd
Avoid building packages requiring WCHAR, when not enabled
2007-08-12 00:14:58 +00:00
Ulf Samuelsson
a2e5113512
Use STAGING_DIR/usr/lib instead of STAGING_DIR/lib
2007-08-11 22:26:56 +00:00
Ulf Samuelsson
431e0223da
Avoid constant rebuild of 'sed'
2007-07-17 12:12:12 +00:00
Ulf Samuelsson
e1621a4a2a
Use <package>_VERSION in all <package>.mk instead of <package>_VER
2007-07-11 14:06:06 +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
7e1cdc67d3
- s/HOST_SED_TARGET/HOST_SED_BINARY/g for clarity
...
- make sure that we have a working sed for the uclibc-menuconfig target
2007-03-14 11:15:08 +00:00
Eric Andersen
15177a6e95
yet more LDFLAGS handling fixups
2007-03-14 03:12:22 +00:00
Eric Andersen
85d7f6f05f
fixup package LDFLAGS handling
2007-03-13 22:59:59 +00:00
Bernhard Reutner-Fischer
f506f7c893
- fixes for bugs introduced with the MacOS10 support (Heikki Lindholm)
2007-03-10 10:29:08 +00:00
Bernhard Reutner-Fischer
ed5893f398
Include a patch for GNU sed that allows building it on Mac OS X and
...
remove a spurious --prefix from sed.mk. (Heikki Lindholm)
2007-03-09 08:36:22 +00:00
Bernhard Reutner-Fischer
1506b0cfd5
Improve the checking of sed by adding some common GNU sed installation
...
names (gsed/gnused), checking for a basic OS X sed feature in command
line option handling, checking the actual result of the sed run against
the expected result, and placing common code for the check under
toolchain/dependencies/. (Heikki Lindholm)
2007-03-09 08:33:34 +00:00
Eric Andersen
732d94d25f
fixup a whole steaming pile of insanity. When packages are configured,
...
they should be configured with --prefix=/usr and we then need to use
make DESTDIR=$(STAGING_DIR) install to get things installed into the
staging directory. The current situation for many packages, which use
--prefix=$(STAGING_DIR) results in the staging_dir paths getting compiled
into the binary itself.
This also adds in a pile of libtool fixups. Between broken pkgconfig,
broken libtool handling, and broken --prefix settings, its a wonder
things have worked as well as they have up till now.
-Erik
2007-01-14 03:52:21 +00:00
Eric Andersen
86d9fd0a37
fix use of BUILD_WITH_LARGEFILE to properly
...
refer to BR2_LARGEFILE
2006-11-03 08:21:47 +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
Eric Andersen
1c911f7f4f
minor dependancy cleanup
2006-07-19 06:37:58 +00:00
Eric Andersen
4856369541
don't use ftp for gnu stuff, a few version bumps as well,
...
based on a patch from Fu Yunhui
2006-06-23 07:29:40 +00:00
Mike Frysinger
476ec17d2f
syntax/comment touchups
2006-04-15 02:27:44 +00:00
David Anders
1c3d3d2ffe
add -f flag to ln command to fix cygwin error per case 0000441
2006-01-24 21:35:07 +00:00
Mike Frysinger
239c6ed2e1
ver bump to 4.1.4
2006-01-10 02:07:53 +00:00
Mike Frysinger
aae52404c7
only generate the symlink to host sed once as reported by petev in bug 628
2006-01-08 09:59:23 +00:00
Mike Frysinger
dfebda0014
remove extra space after touch
2005-11-24 06:53:24 +00:00
Mike Frysinger
250245fa7e
samrobb writes in Bug 233: only clean host sed if we built it
2005-09-08 00:39:33 +00:00
Manuel Novoa III
249637b723
Move buildroot-used bin/sed (binary or symlink) into TOOL_BUILD_DIR instead of STAGING_DIR, since the latter could be a standalone cross toolchain dir.
2005-08-03 04:02:02 +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
1eda52851f
help text
2004-10-14 20:33:45 +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
44eedc5c44
facelift step number two
2004-10-09 02:49:33 +00:00
Eric Andersen
2d523c2317
Major buildroot facelift, step one.
...
-Erik
2004-10-09 01:06:03 +00:00