Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-12-16 | dependencies: cleanup | Thomas Petazzoni | |
Factorize some of the tests done by toolchain/dependencies/dependencies.sh (check for unset environment variables and check for required programs). Make the output less verbose by only showing something when something is not present. Some messages were really silly. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | |||
2009-12-15 | dependencies: remove useless test doing nothing | Thomas Petazzoni | |
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | |||
2009-12-15 | dependencies: bail out if makeinfo isn't found | Thomas Petazzoni | |
makeinfo is mandatory at least to build a toolchain. Currently, dependencies.sh doesn't fail if makeinfo is not present and only displays a message that can easily be lost. The user will then encounter the issue later, when it is more difficult to understand what's happening. So, this patch simply does for makeinfo what the script does for the other dependencies: bail out if they aren't available. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | |||
2009-10-02 | dependencies: check for 'patch' | Peter Korsgaard | |
We need patch for patch-kernel.sh, so verify that it's available before building. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | |||
2009-09-30 | dependencies: check for >= make 3.81 | Peter Korsgaard | |
Reported by Andrew Dyer <amdyer@gmail.com> and Lionel Landwerlin <lionel.landwerlin@openwide.fr>. Seems like make 3.80 has problems with our Makefile.autotools.in infrastructure. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | |||
2009-01-01 | dependencies: simplistic SHELL = bash check | Peter Korsgaard | |
2008-09-04 | Applied change from Ben Nizette and Hans-Christian Egtvedt to | Hamish Moffatt | |
correctly detect version of gcc on recent distros. Supplied patch was against git and didn't apply cleanly to svn, so applied by hand. | |||
2008-06-18 | dependencies: check for awk | Peter Korsgaard | |
2007-08-20 | Add BUILDROOT_DL_DIR to dependencies.sh and fix whitespace damage (sorry) | Ulf Samuelsson | |
2007-06-26 | - check for clean environment variables ARCH, CROSS_COMPILE, GREP_OPTIONS | Bernhard Reutner-Fischer | |
2007-06-05 | - fix typo in version check | Bernhard Reutner-Fischer | |
2007-05-11 | - ignore eventual errors from which(1) | Bernhard Reutner-Fischer | |
2007-03-21 | - ignore errors when looking at hostcc and hostcxx | Bernhard Reutner-Fischer | |
2007-03-21 | - stop using head and use sed -e '1d' at the end instead | Bernhard Reutner-Fischer | |
2007-03-09 | Improve the checking of sed by adding some common GNU sed installation | Bernhard Reutner-Fischer | |
names (gsed/gnused), checking for a basic OS X sed feature in command line option handling, checking the actual result of the sed run against the expected result, and placing common code for the check under toolchain/dependencies/. (Heikki Lindholm) | |||
2007-02-16 | - mention the package that usually provides makeinfo | Bernhard Reutner-Fischer | |
2007-02-15 | - might make sense not to print ok if it was nak | Bernhard Reutner-Fischer | |
2007-02-15 | - warn about missing makeinfo on the host. | Bernhard Reutner-Fischer | |
2007-02-12 | - cosmetics | Bernhard Reutner-Fischer | |
2007-02-09 | - add paranoia warning about $INCLUDES | Bernhard Reutner-Fischer | |
2007-02-09 | - add purely informational check of HOSTCXX | Bernhard Reutner-Fischer | |
2007-01-21 | - remove sedtest temporary file | Bernhard Reutner-Fischer | |
2007-01-19 | - add sanity check to make sure that LD_LIBRARY_PATH doesn't contain CWD | Bernhard Reutner-Fischer | |
2006-12-13 | - spelling fix | Bernhard Reutner-Fischer | |
2006-12-13 | fix cut-n-paste typo, where I replaced CFLAGS with two copies CXXFLAGS | Eric Andersen | |
fix spacing on env var failure notices | |||
2006-12-13 | add checks for when people have foolishly set things in their enviroment | Eric Andersen | |
such as CC, CFLAGS, etc that will cause buildroot to break | |||
2006-12-08 | use '/bin/echo -e' to make certain we don't use an unusable /bin/sh builtin | Eric Andersen | |
2006-11-29 | - move check for which(1) before it's first use | Bernhard Reutner-Fischer | |
- fix printing a message when erroring out on non-existing HOSTCC | |||
2006-11-28 | - fix parsing the gcc version. Also look at the HOSTCC's version rather than ↵ | Bernhard Reutner-Fischer | |
a random gcc that may be installed. Closes #961 and #1097 | |||
2006-07-18 | trivial cosmetic stuff | Eric Andersen | |
2006-07-18 | stick an extra blank line after results | Eric Andersen | |
2006-07-18 | put sed check in the correct place | Eric Andersen | |
2006-05-26 | s/dependancies/dependencies/ | Mike Frysinger | |