From aefad5317f2fd1645ace5a62b6b9643143093173 Mon Sep 17 00:00:00 2001 From: Yann E. MORIN Date: Sun, 26 Sep 2010 10:56:12 +0200 Subject: 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" Signed-off-by: Peter Korsgaard --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index b01da2337..4fa011f8d 100644 --- a/CHANGES +++ b/CHANGES @@ -15,6 +15,9 @@ Download handling reworked and support for git/svn downloads added. + A convenience Makefile wrapper is created when using + out-of-tree building, similar to how it is done for the kernel. + New packages: xz Updated/fixed packages: alsa-lib, at, avahi, axel, berkeleydb, -- cgit v1.2.3-55-g7522