From 51400d7b1bbd58d72190f7a8b75b82fa775b1fb2 Mon Sep 17 00:00:00 2001 From: nbd Date: Wed, 18 Oct 2006 22:12:51 +0000 Subject: [PATCH] remove more bogus -j1 options from make calls git-svn-id: svn://svn.openwrt.org/openwrt/packages@5218 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- libs/libelf/Makefile | 2 +- libs/libusb/Makefile | 2 +- net/fping/Makefile | 4 ++-- net/tcp_wrappers/Makefile | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/libs/libelf/Makefile b/libs/libelf/Makefile index d6443428f..d861b9584 100644 --- a/libs/libelf/Makefile +++ b/libs/libelf/Makefile @@ -71,7 +71,7 @@ endef define Build/Compile rm -rf $(PKG_INSTALL_DIR) mkdir -p $(PKG_INSTALL_DIR) - $(MAKE) -C $(PKG_BUILD_DIR) -j1 \ + $(MAKE) -C $(PKG_BUILD_DIR) \ CC="$(TARGET_CC)" LD="$(TARGET_CROSS)ld" ARCH=$(ARCH) \ instroot="$(PKG_INSTALL_DIR)" \ all install diff --git a/libs/libusb/Makefile b/libs/libusb/Makefile index b8a882c15..934658c1b 100644 --- a/libs/libusb/Makefile +++ b/libs/libusb/Makefile @@ -65,7 +65,7 @@ endef define Build/Compile rm -rf $(PKG_INSTALL_DIR) mkdir -p $(PKG_INSTALL_DIR) - $(MAKE) -C $(PKG_BUILD_DIR) -j1 \ + $(MAKE) -C $(PKG_BUILD_DIR) \ CC="$(TARGET_CC)" LD="$(TARGET_CROSS)ld" ARCH=$(ARCH) \ DESTDIR="$(PKG_INSTALL_DIR)" \ all install diff --git a/net/fping/Makefile b/net/fping/Makefile index 729dbd909..9448b9dd7 100644 --- a/net/fping/Makefile +++ b/net/fping/Makefile @@ -36,9 +36,9 @@ limit it will be considered unreachable.\\\ endef define Build/Compile - $(MAKE) -j1 CC="$(TARGET_CC)" CFLAGS="$(TARGET_CFLAGS)" -C $(PKG_BUILD_DIR) clean $(PKG_NAME) + $(MAKE) CC="$(TARGET_CC)" CFLAGS="$(TARGET_CFLAGS)" -C $(PKG_BUILD_DIR) clean $(PKG_NAME) mv $(PKG_BUILD_DIR)/$(PKG_NAME) $(PKG_BUILD_DIR)/$(PKG_NAME)4 - $(MAKE) -j1 CC="$(TARGET_CC)" CFLAGS="$(TARGET_CFLAGS) -DIPV6=1" -C $(PKG_BUILD_DIR) clean $(PKG_NAME) + $(MAKE) CC="$(TARGET_CC)" CFLAGS="$(TARGET_CFLAGS) -DIPV6=1" -C $(PKG_BUILD_DIR) clean $(PKG_NAME) mv $(PKG_BUILD_DIR)/$(PKG_NAME) $(PKG_BUILD_DIR)/$(PKG_NAME)6 endef diff --git a/net/tcp_wrappers/Makefile b/net/tcp_wrappers/Makefile index 34bff3e2a..5ee7de758 100644 --- a/net/tcp_wrappers/Makefile +++ b/net/tcp_wrappers/Makefile @@ -30,7 +30,7 @@ define Package/libwrap endef define Build/Compile - $(MAKE) -j1 -C $(PKG_BUILD_DIR) \ + $(MAKE) -C $(PKG_BUILD_DIR) \ $(TARGET_CONFIGURE_OPTS) \ OPT_CFLAGS="$(TARGET_CFLAGS)" \ LIBS=-lnsl \ -- 2.11.0