[syslinux:master] gpxe: Inhibit parallel make

syslinux-bot for H. Peter Anvin hpa at linux.intel.com
Fri Apr 1 13:09:10 PDT 2011


Commit-ID:  c009cc7e98e64ee6f96dfe82865c4bd3ce5c960c
Gitweb:     http://syslinux.zytor.com/commit/c009cc7e98e64ee6f96dfe82865c4bd3ce5c960c
Author:     H. Peter Anvin <hpa at linux.intel.com>
AuthorDate: Fri, 1 Apr 2011 13:08:40 -0700
Committer:  H. Peter Anvin <hpa at linux.intel.com>
CommitDate: Fri, 1 Apr 2011 13:08:40 -0700

gpxe: Inhibit parallel make

Don't parallel make the gpxe directory.

Signed-off-by: H. Peter Anvin <hpa at linux.intel.com>


---
 gpxe/Makefile |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/gpxe/Makefile b/gpxe/Makefile
index 1fb6a95..8bce8d1 100644
--- a/gpxe/Makefile
+++ b/gpxe/Makefile
@@ -1,7 +1,7 @@
 ## -----------------------------------------------------------------------
 ##   
 ##   Copyright 2008-2009 H. Peter Anvin - All Rights Reserved
-##   Copyright 2009 Intel Corporation; author: H. Peter Anvin
+##   Copyright 2009-2011 Intel Corporation; author: H. Peter Anvin
 ##
 ##   This program is free software; you can redistribute it and/or modify
 ##   it under the terms of the GNU General Public License as published by
@@ -35,6 +35,8 @@ spotless: clean dist
 
 installer:
 
+.NOTPARALLEL:
+
 src/bin/blib.a:
 	$(PXEMAKE) bin/blib.a
 



More information about the Syslinux-commits mailing list