index
:
openwrt.git
fast2504n-3.10.17
fast2504n-3.10.26
fast2504n-3.8
master
OpenWRT with patches for F@ST2504n board
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
host.mk
Age
Commit message (
Expand
)
Author
2013-03-07
build: BSD compile fixes
nbd
2010-10-07
[include] host.mk: introduce PATCH which refers to either gpatch or patch
jow
2010-09-06
host.mk: Don't use bash-ism
mb
2010-09-05
fix build error in tools on darwin on newer macs (patch by dirtyfreebooter)
nbd
2010-05-02
buildsystem: add a macro to test options supported by the host compiler
nico
2009-09-14
build prereq: look for tar under the name "gnutar" as well
nbd
2009-03-03
allow uml to access host.mk at DUMP time
nbd
2009-03-03
speed up metadata scanning a lot by avoiding unnecessary shell commands and m...
nbd
2008-08-17
export the FIND variable which points to a usable find version
nbd
2008-07-01
improve xargs compatibility check (mostly Darwin/Mac OS X related)
nbd
2007-12-05
Abstracted find to $(FIND) to allow use of gfind on non-GNU systems.
nbd
2007-07-30
next round of build system cleanup - convert package/ to new structure
nbd
2007-07-30
fix verbose output with dash as /bin/sh
nbd
2007-07-16
detect whether the find command supports -L or -follow
nbd
2007-05-05
simplify handling of zcat - always use gzip -dc. zcat and gzcat are either br...
nbd
2007-04-29
fixes for a few build errors on osx without fink
nbd
2007-02-25
fix for including host.mk multiple times
nbd
2006-11-28
trivial changes
mbm
2006-11-12
fix another build error
nbd
2006-11-12
speed up the build system a little bit
nbd
2006-11-11
make target/linux/* directories self-contained, use the selected kernel versi...
nbd
2006-10-14
remove some obsolete stuff
nbd
2006-10-14
move common unpacking code to unpack.mk, replace zcat with $(ZCAT) for system...
nbd
2006-10-13
fix tar detection
nbd
2006-10-10
more portability fixes and a prereq check for gnu tar
nbd
2006-10-10
fix HOST_ARCH and GNU_HOST_NAME for freebsd and other operating systems
nbd
2006-10-10
don't touch TAR_OPTIONS in host.mk
nbd
2006-10-10
hide .host.mk commands
nbd
2006-10-10
only use --wildcards for gnu tar
nbd
2006-10-10
move the common variables from host-build.mk to host.mk
nbd