From 79f6c76fce29ec42f658f09f2894eedd79f164d5 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Wed, 18 Oct 2006 22:12:24 +0000 Subject: remove bogus -j1 options from make calls git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5217 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/iproute2/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package/iproute2/Makefile') diff --git a/package/iproute2/Makefile b/package/iproute2/Makefile index 01097c88b9..3aa46bb838 100644 --- a/package/iproute2/Makefile +++ b/package/iproute2/Makefile @@ -50,8 +50,8 @@ define Build/Configure endef define Build/Compile - $(MAKE) -j1 -C $(PKG_BUILD_DIR)/netem HOSTCC="$(HOSTCC)" CFLAGS="-D_GNU_SOURCE -O2 -Wstrict-prototypes -Wall -I ../include -DRESOLVE_HOSTNAMES" - $(MAKE) -j1 -C $(PKG_BUILD_DIR) $(TARGET_CONFIGURE_OPTS) KERNEL_INCLUDE=$(LINUX_DIR)/include all tc/tc ip/ip + $(MAKE) -C $(PKG_BUILD_DIR)/netem HOSTCC="$(HOSTCC)" CFLAGS="-D_GNU_SOURCE -O2 -Wstrict-prototypes -Wall -I ../include -DRESOLVE_HOSTNAMES" + $(MAKE) -C $(PKG_BUILD_DIR) $(TARGET_CONFIGURE_OPTS) KERNEL_INCLUDE=$(LINUX_DIR)/include all tc/tc ip/ip endef define Package/ip/install -- cgit v1.2.3