summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@linux.intel.com>2011-04-01 13:08:40 -0700
committerH. Peter Anvin <hpa@linux.intel.com>2011-04-01 13:08:40 -0700
commitc009cc7e98e64ee6f96dfe82865c4bd3ce5c960c (patch)
tree4dcad61aaa6d400c0416789a265647fd1fdaec59
parent0bf4707bd098c45949f22ea496dbac3126156d80 (diff)
downloadsyslinux-c009cc7e98e64ee6f96dfe82865c4bd3ce5c960c.tar.gz
gpxe: Inhibit parallel makesyslinux-4.04-pre15
Don't parallel make the gpxe directory. Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
-rw-r--r--gpxe/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/gpxe/Makefile b/gpxe/Makefile
index 1fb6a958..8bce8d12 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