aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2018-04-20 09:03:05 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2018-04-20 09:03:05 +0200
commit13bf7c037175d2600491a17b442570b797423949 (patch)
treebf4978fa6dd4836a4c7abbaa3f01c07aeaf098f9 /Makefile
parent28c14accd548fd7c0b42e9dfe9296e3d8b8d7965 (diff)
downloadnx-libs-13bf7c037175d2600491a17b442570b797423949.tar.gz
nx-libs-13bf7c037175d2600491a17b442570b797423949.tar.bz2
nx-libs-13bf7c037175d2600491a17b442570b797423949.zip
Makefile: Don't do a parallel clean-up of nx-X11. We have seen failures and due to the upcoming switch to autotools, it is pointless to dive into fixing it in the Imakefile stack.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8e3df819d..87f623491 100644
--- a/Makefile
+++ b/Makefile
@@ -126,7 +126,9 @@ clean-env: version
[ -d exports/include/nx-X11/Xtrans ] && $(RM_DIR) exports/include/nx-X11/Xtrans/ || :
[ -d exports/include/nx-X11/ ] && $(RM_DIR) exports/include/nx-X11/ || :
- ${MAKE} -C nx-X11 CleanEnv FONT_DEFINES="$(FONT_DEFINES)" XEXT_EXTRA_DEFINES="$(XEXT_EXTRA_DEFINES)" IMAKE_DEFINES="$(IMAKE_DEFINES)"
+ # no parallel clean-up in nx-X11, it fails...
+ # see: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=895540
+ ${MAKE} -j1 -C nx-X11 CleanEnv FONT_DEFINES="$(FONT_DEFINES)" XEXT_EXTRA_DEFINES="$(XEXT_EXTRA_DEFINES)" IMAKE_DEFINES="$(IMAKE_DEFINES)"
build-lite:
cd nxcomp && autoreconf -vfsi && (${CONFIGURE}) && ${MAKE}