Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Makefile: introduce $(HOST_DIR) for host binaries | Peter Korsgaard | 2009-03-16 | 1 | -0/+3 |
| | | | | | Add HOST_DIR directory handling. HOST_DIR should be used just like STAGING_DIR, but for host files instead of target ones. | ||||
* | buildroot: add QUIET variable and use it for wget/git/svn/configure | Peter Korsgaard | 2008-10-21 | 1 | -5/+6 |
| | | | | | | A lot of tools take a -q option to be quiet. Set this if make is called with the -s (silent) option and use for wget, git, svn and configure. | ||||
* | project/Makefile.in: workaround issue with out-of-tree builds | Peter Korsgaard | 2008-09-26 | 1 | -0/+6 |
| | | | | | | | Other packages might also support Linux-style out of tree builds with the O=<dir> syntax (E.G. Busybox does). As make automatically forwards command line variable definitions those packages get very confused. Fix this by telling make to not do so | ||||
* | Makefile: support relative paths for out of tree builds | Peter Korsgaard | 2008-09-16 | 1 | -1/+2 |
| | | | | And complain if the output directory cannot be created. | ||||
* | buildroot: support out-of-tree builds | Peter Korsgaard | 2008-08-31 | 1 | -0/+7 |
| | | | | | Add support and documentation for out-of-tree builds with syntax like the Linux kernel (make O=<dir>). | ||||
* | - add a SVN_UP command for updating an already checked-out tree | Bernhard Reutner-Fischer | 2007-09-19 | 1 | -1/+3 |
| | |||||
* | Move VENDOR dbg to correct Makefile | Ulf Samuelsson | 2007-09-17 | 1 | -9/+0 |
| | |||||
* | Add debug info | Ulf Samuelsson | 2007-09-17 | 1 | -0/+8 |
| | |||||
* | Move VENDOR stuff to project | Ulf Samuelsson | 2007-08-24 | 1 | -0/+19 |
| | |||||
* | - our dependencies are project specific. First (untested) attempt to take ↵ | Bernhard Reutner-Fischer | 2007-08-21 | 1 | -0/+44 |
| | | | | | | | this fact into account. Will need to try to copy eventual pre-existing project-specific deps back to package/config in order not to mess up the corresponding timestamps (to avoid superfluous rebuilds).. | ||||
* | - move the PROJECT variable setting to a more sensible place | Bernhard Reutner-Fischer | 2007-08-21 | 1 | -0/+6 |
| | |||||
* | Move project related info from main Makefile to project dir | Ulf Samuelsson | 2007-08-14 | 1 | -0/+6 |