[Buildroot] [git commit master 1/1] Makefile: move .NOTPARALLEL

Yann E. MORIN yann.morin.1998 at anciens.enib.fr
Wed Nov 3 23:03:52 UTC 2010


commit: http://git.buildroot.net/buildroot/commit/?id=2d239bbe2771aa9f8ec5e02241a93c63195489a7
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Move it down, users should not mess with it.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998 at anciens.enib.fr>
Signed-off-by: Peter Korsgaard <jacmet at sunsite.dk>
---
 Makefile |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/Makefile b/Makefile
index efc42ff..3780fe6 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
-- 
1.7.1




More information about the buildroot mailing list