summaryrefslogtreecommitdiff
path: root/project/Makefile.in
AgeCommit message (Collapse)Author
2008-10-21buildroot: add QUIET variable and use it for wget/git/svn/configurePeter Korsgaard
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.
2008-09-26project/Makefile.in: workaround issue with out-of-tree buildsPeter Korsgaard
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
2008-09-16Makefile: support relative paths for out of tree buildsPeter Korsgaard
And complain if the output directory cannot be created.
2008-08-31buildroot: support out-of-tree buildsPeter Korsgaard
Add support and documentation for out-of-tree builds with syntax like the Linux kernel (make O=<dir>).
2007-09-19- add a SVN_UP command for updating an already checked-out treeBernhard Reutner-Fischer
2007-09-17Move VENDOR dbg to correct MakefileUlf Samuelsson
2007-09-17Add debug infoUlf Samuelsson
2007-08-24Move VENDOR stuff to projectUlf Samuelsson
2007-08-21- our dependencies are project specific. First (untested) attempt to take ↵Bernhard Reutner-Fischer
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)..
2007-08-21- move the PROJECT variable setting to a more sensible placeBernhard Reutner-Fischer
2007-08-14Move project related info from main Makefile to project dirUlf Samuelsson