aboutsummaryrefslogtreecommitdiffstats
path: root/include/host.mk
Commit message (Collapse)AuthorAgeFilesLines
* include: remove trailing whitespacesLuka Perkov2015-03-291-1/+1
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45127 3c298f89-4303-0410-b956-a3cf2f4a3e73
* include: export staging_dir/host/bin path from within host.mk (#18957)Jo-Philipp Wich2015-02-101-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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44378 3c298f89-4303-0410-b956-a3cf2f4a3e73
* include: remove host command tests from host.mkJo-Philipp Wich2015-02-051-22/+6
| | | | | | | | Those tests are part of prereq-build.mk now. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44273 3c298f89-4303-0410-b956-a3cf2f4a3e73
* build: move the XARGS variable out of the host checks, since a working xargs ↵Felix Fietkau2013-07-101-5/+0
| | | | | | | | is built in tools/ Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37228 3c298f89-4303-0410-b956-a3cf2f4a3e73
* build: BSD compile fixesFelix Fietkau2013-03-071-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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35900 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [include] host.mk: introduce PATCH which refers to either gpatch or patchJo-Philipp Wich2010-10-071-0/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23287 3c298f89-4303-0410-b956-a3cf2f4a3e73
* host.mk: Don't use bash-ismMichael Büsch2010-09-061-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22963 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix build error in tools on darwin on newer macs (patch by dirtyfreebooter)Felix Fietkau2010-09-051-2/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22934 3c298f89-4303-0410-b956-a3cf2f4a3e73
* buildsystem: add a macro to test options supported by the host compilerNicolas Thill2010-05-021-1/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21304 3c298f89-4303-0410-b956-a3cf2f4a3e73
* build prereq: look for tar under the name "gnutar" as wellFelix Fietkau2009-09-141-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17575 3c298f89-4303-0410-b956-a3cf2f4a3e73
* allow uml to access host.mk at DUMP timeFelix Fietkau2009-03-031-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14743 3c298f89-4303-0410-b956-a3cf2f4a3e73
* speed up metadata scanning a lot by avoiding unnecessary shell commands and ↵Felix Fietkau2009-03-031-1/+3
| | | | | | make recursions git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14734 3c298f89-4303-0410-b956-a3cf2f4a3e73
* export the FIND variable which points to a usable find versionFelix Fietkau2008-08-171-4/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12327 3c298f89-4303-0410-b956-a3cf2f4a3e73
* improve xargs compatibility check (mostly Darwin/Mac OS X related)Felix Fietkau2008-07-011-6/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11613 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Abstracted find to $(FIND) to allow use of gfind on non-GNU systems.Felix Fietkau2007-12-051-0/+3
| | | | | | | Signed-off-by: Andy Boyett <agb-openwrt@padded-cell.net> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9659 3c298f89-4303-0410-b956-a3cf2f4a3e73
* next round of build system cleanup - convert package/ to new structureFelix Fietkau2007-07-301-2/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8236 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix verbose output with dash as /bin/shFelix Fietkau2007-07-301-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8227 3c298f89-4303-0410-b956-a3cf2f4a3e73
* detect whether the find command supports -L or -followFelix Fietkau2007-07-161-1/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8002 3c298f89-4303-0410-b956-a3cf2f4a3e73
* simplify handling of zcat - always use gzip -dc. zcat and gzcat are either ↵Felix Fietkau2007-05-051-3/+0
| | | | | | broken or nonexistant on some systems git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7096 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fixes for a few build errors on osx without finkFelix Fietkau2007-04-291-0/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7065 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix for including host.mk multiple timesFelix Fietkau2007-02-251-0/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6369 3c298f89-4303-0410-b956-a3cf2f4a3e73
* trivial changesMike Baker2006-11-281-4/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5668 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix another build errorFelix Fietkau2006-11-121-2/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5508 3c298f89-4303-0410-b956-a3cf2f4a3e73
* speed up the build system a little bitFelix Fietkau2006-11-121-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5506 3c298f89-4303-0410-b956-a3cf2f4a3e73
* make target/linux/* directories self-contained, use the selected kernel ↵Felix Fietkau2006-11-111-2/+2
| | | | | | version for the toolchain, autogenerate menuconfig and makefile code for target selection git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5498 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove some obsolete stuffFelix Fietkau2006-10-141-3/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5079 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move common unpacking code to unpack.mk, replace zcat with $(ZCAT) for ↵Felix Fietkau2006-10-141-0/+3
| | | | | | systems that use gzcat instead git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5070 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix tar detectionFelix Fietkau2006-10-131-3/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5061 3c298f89-4303-0410-b956-a3cf2f4a3e73
* more portability fixes and a prereq check for gnu tarFelix Fietkau2006-10-101-0/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@5037 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix HOST_ARCH and GNU_HOST_NAME for freebsd and other operating systemsFelix Fietkau2006-10-101-17/+16
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@5027 3c298f89-4303-0410-b956-a3cf2f4a3e73
* don't touch TAR_OPTIONS in host.mkFelix Fietkau2006-10-101-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@5024 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hide .host.mk commandsFelix Fietkau2006-10-101-4/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@5023 3c298f89-4303-0410-b956-a3cf2f4a3e73
* only use --wildcards for gnu tarFelix Fietkau2006-10-101-0/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@5022 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move the common variables from host-build.mk to host.mkFelix Fietkau2006-10-101-0/+24
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@5021 3c298f89-4303-0410-b956-a3cf2f4a3e73