summaryrefslogtreecommitdiffstats
path: root/linux
diff options
context:
space:
mode:
authorYann E. MORIN2010-09-26 10:56:12 +0200
committerPeter Korsgaard2010-09-26 23:47:07 +0200
commitaefad5317f2fd1645ace5a62b6b9643143093173 (patch)
tree198b95f1bd194ccda765dd97b7ff6006075a77f8 /linux
parentaxel: convert to gentargets and bump to 2.4 (diff)
downloadbuildroot-aefad5317f2fd1645ace5a62b6b9643143093173.tar.gz
buildroot-aefad5317f2fd1645ace5a62b6b9643143093173.tar.xz
buildroot-aefad5317f2fd1645ace5a62b6b9643143093173.zip
Makefile: generate a Makefile wrapper in $(O)
If building out-of-tree, add a Makefile wrapper that calls-out to the real Makefile with proper args. Avoids having to pass -C and O= every time we call make. This is highly inspired from how the Linux kernel does it, and portions of it have been used. We can't use exactly the same implementation as the kernel does, because: - the script writing the wrapper has been expunged of the few lines that were too kernel-related: in buildroot we do not need the version string in the wrapper, and we do not have a patchlevel version; - "in-tree build" does not have the same meaning for the kernel and for buildroot: for the kernel, $(O) point to the $(TOPDIR), while for buildroot $(O) points to $(TOPDIR)/output. For more complete explanations, see: http://lists.busybox.net/pipermail/buildroot/2010-September/037815.html [Peter: minor tweaks] Signed-off-by: "Yann E. MORIN" <yann.morin.1998 at anciens.enib.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'linux')
0 files changed, 0 insertions, 0 deletions