From c07b93e46c86eb909928870d0743ced93f08681d Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Thu, 18 Nov 2010 16:54:24 +0000 Subject: removed -j4 for deployment svn path=/trunk/externals/miXed/; revision=14444 --- cyclone/Makefile.libdir | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cyclone/Makefile.libdir b/cyclone/Makefile.libdir index 59ad876..bd83ada 100644 --- a/cyclone/Makefile.libdir +++ b/cyclone/Makefile.libdir @@ -86,7 +86,7 @@ ifeq (MINGW,$(findstring MINGW,$(UNAME))) endif cyclone: - $(MAKE) -j4 -f Makefile \ + $(MAKE) -f Makefile \ OPT_CFLAGS="-O6 -funroll-loops -fomit-frame-pointer -fno-strict-aliasing -fPIC" install: cyclone @@ -96,7 +96,7 @@ install: cyclone $(INSTALL_DATA) README.txt $(DESTDIR)$(objectsdir)/cyclone # cyclone is compiled straight into $(OUT_DIR), yes a kludge, but the code of # this build system is impenetrable - $(MAKE) -j4 OUT_DIR=$(DESTDIR)$(objectsdir)/cyclone + $(MAKE) OUT_DIR=$(DESTDIR)$(objectsdir)/cyclone $(STRIP) $(DESTDIR)$(objectsdir)/cyclone/*.$(EXTENSION) chmod a-x $(DESTDIR)$(objectsdir)/cyclone/*.$(EXTENSION) # install "maxmode" libraries into subdir, so they don't override the libdir -- cgit v1.2.1