From 6da482a5c50ced46bfcace826ec67ac5dfb3c8fe Mon Sep 17 00:00:00 2001 From: =?utf8?q?Michael=20B=C3=BCsch?= Date: Sat, 9 Oct 2010 15:12:08 +0000 Subject: [PATCH] st2205tool: Fix parallel build SVN-Revision: 23360 --- libs/st2205tool/Makefile | 1 + libs/st2205tool/patches/100-base-makefile.patch | 16 ++++++++++++---- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/libs/st2205tool/Makefile b/libs/st2205tool/Makefile index 29ac98c3d1..81e120f421 100644 --- a/libs/st2205tool/Makefile +++ b/libs/st2205tool/Makefile @@ -16,6 +16,7 @@ PKG_SOURCE_URL:=http://downloads.openwrt.org/sources/ PKG_MD5SUM:=827e3b719ebaf6bc537f2ce0ece3fccb PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME) +PKG_BUILD_PARALLEL:=1 include $(INCLUDE_DIR)/package.mk diff --git a/libs/st2205tool/patches/100-base-makefile.patch b/libs/st2205tool/patches/100-base-makefile.patch index 805887d77f..854d040893 100644 --- a/libs/st2205tool/patches/100-base-makefile.patch +++ b/libs/st2205tool/patches/100-base-makefile.patch @@ -1,6 +1,10 @@ ---- st2205tool/Makefile.orig 2008-01-22 00:43:38.000000000 +0100 -+++ st2205tool/Makefile 2008-04-22 16:01:46.000000000 +0200 -@@ -6,26 +6,26 @@ +--- + Makefile | 20 ++++++++++---------- + 1 file changed, 10 insertions(+), 10 deletions(-) + +--- st2205tool.orig/Makefile ++++ st2205tool/Makefile +@@ -6,27 +6,27 @@ LIBS = all: libst2205/libst2205.so setpic/setpic phack splice bgrep install: all @@ -11,8 +15,9 @@ - make -C libst2205 + $(MAKE) -C libst2205 - setpic/setpic: +-setpic/setpic: - make -C setpic ++setpic/setpic: libst2205/libst2205.so + $(MAKE) -C setpic phack: $(OBJ) $(SRC) @@ -35,3 +40,6 @@ rm -f $(OBJ) phack splice splice.o bgrep bgrep.o distclean: clean +- rm -f fwimage.bak memimage.bak fwimage.bin +\ No newline at end of file ++ rm -f fwimage.bak memimage.bak fwimage.bin -- 2.30.2