From: Yann E. MORIN Date: Sun, 31 Oct 2010 16:35:09 +0000 (+0100) Subject: Makefile: move .NOTPARALLEL X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2d239bbe2771aa9f8ec5e02241a93c63195489a7;p=buildroot.git Makefile: move .NOTPARALLEL Move it down, users should not mess with it. Signed-off-by: "Yann E. MORIN" Signed-off-by: Peter Korsgaard --- diff --git a/Makefile b/Makefile index efc42ffc86..3780fe6e24 100644 --- a/Makefile +++ b/Makefile @@ -18,13 +18,14 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# This top-level Makefile can *not* be executed in parallel -.NOTPARALLEL: - #-------------------------------------------------------------- # Just run 'make menuconfig', configure stuff, then run 'make'. # You shouldn't need to mess with anything beyond this point... #-------------------------------------------------------------- + +# This top-level Makefile can *not* be executed in parallel +.NOTPARALLEL: + # absolute path TOPDIR:=$(shell pwd) CONFIG_CONFIG_IN=Config.in