Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | include: remove trailing whitespaces | Luka Perkov | 2015-03-29 | 1 | -1/+1 |
| | | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 45127 | ||||
* | include: export staging_dir/host/bin path from within host.mk (#18957) | Jo-Philipp Wich | 2015-02-10 | 1 | -0/+2 |
| | | | | | | | | | We need to do that to pickup the prereq-build prepared symlinks for auxillary operations like metadata scanning. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44378 | ||||
* | include: remove host command tests from host.mk | Jo-Philipp Wich | 2015-02-05 | 1 | -22/+6 |
| | | | | | | | | Those tests are part of prereq-build.mk now. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44273 | ||||
* | build: move the XARGS variable out of the host checks, since a working xargs ↵ | Felix Fietkau | 2013-07-10 | 1 | -5/+0 |
| | | | | | | | | is built in tools/ Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37228 | ||||
* | build: BSD compile fixes | Felix Fietkau | 2013-03-07 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | 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 | ||||
* | host.mk: introduce PATCH which refers to either gpatch or patch | Jo-Philipp Wich | 2010-10-07 | 1 | -0/+3 |
| | | | | SVN-Revision: 23287 | ||||
* | host.mk: Don't use bash-ism | Michael Büsch | 2010-09-06 | 1 | -1/+1 |
| | | | | SVN-Revision: 22963 | ||||
* | fix build error in tools on darwin on newer macs (patch by dirtyfreebooter) | Felix Fietkau | 2010-09-05 | 1 | -2/+3 |
| | | | | SVN-Revision: 22934 | ||||
* | buildsystem: add a macro to test options supported by the host compiler | Nicolas Thill | 2010-05-02 | 1 | -1/+12 |
| | | | | SVN-Revision: 21304 | ||||
* | build prereq: look for tar under the name "gnutar" as well | Felix Fietkau | 2009-09-14 | 1 | -0/+1 |
| | | | | SVN-Revision: 17575 | ||||
* | allow uml to access host.mk at DUMP time | Felix Fietkau | 2009-03-03 | 1 | -1/+1 |
| | | | | SVN-Revision: 14743 | ||||
* | speed up metadata scanning a lot by avoiding unnecessary shell commands and ↵ | Felix Fietkau | 2009-03-03 | 1 | -1/+3 |
| | | | | | | make recursions SVN-Revision: 14734 | ||||
* | export the FIND variable which points to a usable find version | Felix Fietkau | 2008-08-17 | 1 | -4/+4 |
| | | | | SVN-Revision: 12327 | ||||
* | improve xargs compatibility check (mostly Darwin/Mac OS X related) | Felix Fietkau | 2008-07-01 | 1 | -6/+5 |
| | | | | SVN-Revision: 11613 | ||||
* | Abstracted find to $(FIND) to allow use of gfind on non-GNU systems. | Felix Fietkau | 2007-12-05 | 1 | -0/+3 |
| | | | | | | Signed-off-by: Andy Boyett <agb-openwrt@padded-cell.net> SVN-Revision: 9659 | ||||
* | next round of build system cleanup - convert package/ to new structure | Felix Fietkau | 2007-07-30 | 1 | -2/+3 |
| | | | | SVN-Revision: 8236 | ||||
* | fix verbose output with dash as /bin/sh | Felix Fietkau | 2007-07-30 | 1 | -0/+1 |
| | | | | SVN-Revision: 8227 | ||||
* | detect whether the find command supports -L or -follow | Felix Fietkau | 2007-07-16 | 1 | -1/+6 |
| | | | | SVN-Revision: 8002 | ||||
* | simplify handling of zcat - always use gzip -dc. zcat and gzcat are either ↵ | Felix Fietkau | 2007-05-05 | 1 | -3/+0 |
| | | | | | | broken or nonexistant on some systems SVN-Revision: 7096 | ||||
* | fixes for a few build errors on osx without fink | Felix Fietkau | 2007-04-29 | 1 | -0/+6 |
| | | | | SVN-Revision: 7065 | ||||
* | fix for including host.mk multiple times | Felix Fietkau | 2007-02-25 | 1 | -0/+3 |
| | | | | SVN-Revision: 6369 | ||||
* | trivial changes | Mike Baker | 2006-11-28 | 1 | -4/+4 |
| | | | | SVN-Revision: 5668 | ||||
* | fix another build error | Felix Fietkau | 2006-11-12 | 1 | -2/+3 |
| | | | | SVN-Revision: 5508 | ||||
* | speed up the build system a little bit | Felix Fietkau | 2006-11-12 | 1 | -0/+1 |
| | | | | SVN-Revision: 5506 | ||||
* | make target/linux/* directories self-contained, use the selected kernel ↵ | Felix Fietkau | 2006-11-11 | 1 | -2/+2 |
| | | | | | | version for the toolchain, autogenerate menuconfig and makefile code for target selection SVN-Revision: 5498 | ||||
* | remove some obsolete stuff | Felix Fietkau | 2006-10-14 | 1 | -3/+0 |
| | | | | SVN-Revision: 5079 | ||||
* | move common unpacking code to unpack.mk, replace zcat with $(ZCAT) for ↵ | Felix Fietkau | 2006-10-14 | 1 | -0/+3 |
| | | | | | | systems that use gzcat instead SVN-Revision: 5070 | ||||
* | fix tar detection | Felix Fietkau | 2006-10-13 | 1 | -3/+4 |
| | | | | SVN-Revision: 5061 | ||||
* | finally move buildroot-ng to trunk | Felix Fietkau | 2016-03-20 | 1 | -0/+31 |