summaryrefslogtreecommitdiffstats
path: root/include/prereq-build.mk
Commit message (Expand)AuthorAgeFilesLines
* build: BSD compile fixesnbd2013-03-071-5/+3
* [include] prereq-build.mk: do not perform static linking tests on Darwinjow2012-08-121-15/+20
* [include] add remaining missing build prereq checksjow2012-08-111-0/+19
* [include] add a build preeq check for glibc-staticjow2012-08-101-0/+9
* prereq-build: flex is built in tools/ - do not require it to be installed on ...nbd2012-06-071-4/+0
* [include] Add git version check to prerequisite check (#11229)acinonyx2012-04-061-2/+6
* [include] Fix typo in GNU Make prereq checkacinonyx2012-04-061-2/+2
* add git (git-core) as a prerequisite (#8866)florian2011-02-141-0/+4
* set the umask in toplevel.mk instead of forcing the user to adjust itnbd2010-10-141-7/+0
* [include] add a prereq check for umask 0022, other settings will result in br...jow2010-10-141-0/+7
* fix gnu find prereq checknbd2010-04-211-1/+1
* fix source file vs library order in a few prereq checks (#4326)nbd2009-04-091-3/+3
* ooops, m4 is already part of the host toolsralph2009-03-251-4/+0
* added m4 to prereq check, thanks to Gerphralph2009-03-251-0/+4
* remove autoconf from prereq-build.mk, as it is part of the tools/ buildnbd2009-03-161-4/+0
* Bison is not a prerequirement since it's build as part of the openwrt toolchain.lars2009-03-161-4/+0
* improve support for building on mac os x by improving detection of missing co...nbd2009-01-251-0/+14
* add prereq check for extended getopt (#3944)nbd2008-09-021-0/+8
* add prereq check for pythonnbd2008-08-041-0/+4
* add prereq check for gnu findnbd2007-12-111-0/+7
* enforce gnu make >= 3.81 now. it has become too annoying to work around bugs ...nbd2007-12-041-5/+1
* prefer http downloads over svn/git checkouts, remove git dependencynbd2007-11-161-8/+0
* add git checkout supportnbd2007-11-161-0/+12
* add better working-g++ check (patch from #2017)nbd2007-07-231-1/+2
* revert bogus changenbd2007-06-031-3/+0
* quilt is now a preriquisiteflorian2007-06-031-0/+4
* revert find | xargs => find | exec changes - this is completely unnecessary a...nbd2007-04-121-8/+0
* prereq check for find -exec +mbm2007-04-121-0/+8
* Typo, niceflorian2007-04-021-1/+1
* Add gawk as a preriquisite (needed for ramdisk images)florian2007-04-021-2/+3
* add PKG_NAME to prereq-build.mk so that failed checks show a proper prefix in...nbd2007-03-281-0/+2
* add a prereq check for autoconfnbd2006-11-241-0/+6
* remove python prereq check - no longer necessarynbd2006-11-201-4/+0
* fix another build errornbd2006-11-121-1/+0
* add prereq check for case-sensitive filesystemnbd2006-10-141-0/+10
* add prereq check for wgetnbd2006-10-131-0/+4
* more portability fixes and a prereq check for gnu tarnbd2006-10-101-0/+9
* clean up and really fix bogus build_ directorynbd2006-09-241-0/+1
* Clean up prereq error messagesmbm2006-09-071-6/+6
* add prereq check to prevent people from building openwrt as rootnbd2006-08-241-0/+7
* add support for per-package prereq checks, run global prereq checks before (m...nbd2006-07-291-0/+88