Commit Graph

26 Commits (1879c5f8e74d14d23a5b440dd4bf85f6f5b7e908)

Author SHA1 Message Date
Felix Fietkau 1c742fb388 build: move the XARGS variable out of the host checks, since a working xargs is built in tools/
Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 37228
11 years ago
Felix Fietkau 1f77bfff96 build: BSD compile fixes
following patch allows to build images for Qemu ARM on
OpenBSD 5.2 amd64 and FreeBSD 9.1 amd64.

Mostly small pieces of code changes to get things right on the
specific platform.

Updated the README to describe better, which tools on the host
are required. Added some kind of prepare scripts to install needed
tools on BSD via packages.

Signed-off-by: Waldemar Brodkorb <mail@waldemar-brodkorb.de>

SVN-Revision: 35900
11 years ago
Jo-Philipp Wich 3cf0250da2 host.mk: introduce PATCH which refers to either gpatch or patch
SVN-Revision: 23287
14 years ago
Michael Büsch f54f9b25e1 host.mk: Don't use bash-ism
SVN-Revision: 22963
14 years ago
Felix Fietkau 392888845c fix build error in tools on darwin on newer macs (patch by dirtyfreebooter)
SVN-Revision: 22934
14 years ago
Nicolas Thill 08be2bcfd9 buildsystem: add a macro to test options supported by the host compiler
SVN-Revision: 21304
14 years ago
Felix Fietkau fb7fa9b3fd build prereq: look for tar under the name "gnutar" as well
SVN-Revision: 17575
15 years ago
Felix Fietkau f00754d191 allow uml to access host.mk at DUMP time
SVN-Revision: 14743
15 years ago
Felix Fietkau 127296bc45 speed up metadata scanning a lot by avoiding unnecessary shell commands and make recursions
SVN-Revision: 14734
15 years ago
Felix Fietkau 08b6c2294f export the FIND variable which points to a usable find version
SVN-Revision: 12327
16 years ago
Felix Fietkau 171e7134db improve xargs compatibility check (mostly Darwin/Mac OS X related)
SVN-Revision: 11613
16 years ago
Felix Fietkau 40ab15892d Abstracted find to $(FIND) to allow use of gfind on non-GNU systems.
Signed-off-by: Andy Boyett <agb-openwrt@padded-cell.net>

SVN-Revision: 9659
17 years ago
Felix Fietkau 49e628f765 next round of build system cleanup - convert package/ to new structure
SVN-Revision: 8236
17 years ago
Felix Fietkau e23c6c4b6b fix verbose output with dash as /bin/sh
SVN-Revision: 8227
17 years ago
Felix Fietkau 3e87d642f7 detect whether the find command supports -L or -follow
SVN-Revision: 8002
17 years ago
Felix Fietkau 341b6afd55 simplify handling of zcat - always use gzip -dc. zcat and gzcat are either broken or nonexistant on some systems
SVN-Revision: 7096
17 years ago
Felix Fietkau 874f03ea00 fixes for a few build errors on osx without fink
SVN-Revision: 7065
17 years ago
Felix Fietkau 9b46161c67 fix for including host.mk multiple times
SVN-Revision: 6369
17 years ago
Mike Baker 16edf83d62 trivial changes
SVN-Revision: 5668
18 years ago
Felix Fietkau a264975480 fix another build error
SVN-Revision: 5508
18 years ago
Felix Fietkau 8838ffd68d speed up the build system a little bit
SVN-Revision: 5506
18 years ago
Felix Fietkau cf4e7af392 make target/linux/* directories self-contained, use the selected kernel version for the toolchain, autogenerate menuconfig and makefile code for target selection
SVN-Revision: 5498
18 years ago
Felix Fietkau d4e038fe5d remove some obsolete stuff
SVN-Revision: 5079
18 years ago
Felix Fietkau 0d9ddef0e8 move common unpacking code to unpack.mk, replace zcat with $(ZCAT) for systems that use gzcat instead
SVN-Revision: 5070
18 years ago
Felix Fietkau 518b039995 fix tar detection
SVN-Revision: 5061
18 years ago
Felix Fietkau 60c1f0f64d finally move buildroot-ng to trunk 8 years ago