diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-11-18 16:54:24 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-11-18 16:54:24 +0000 |
commit | c07b93e46c86eb909928870d0743ced93f08681d (patch) | |
tree | 28c35369f3bd5c85acda37eace51d99a8c713cd6 | |
parent | 5ba49bf6c12e4289b80aef06830fe00d27b08a9f (diff) |
removed -j4 for deployment
svn path=/trunk/externals/miXed/; revision=14444
-rw-r--r-- | cyclone/Makefile.libdir | 4 |
1 files 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 |