From 215c893ae1c8ba1d898d94dfbb6795038f52b330 Mon Sep 17 00:00:00 2001 From: nbd Date: Mon, 30 Jul 2007 21:57:14 +0000 Subject: no need to call compile,install on the kernel-headers dir - this gets rid of another unnecessary autorebuild check git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8247 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- toolchain/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'toolchain/Makefile') diff --git a/toolchain/Makefile b/toolchain/Makefile index 9e3a78138..b11653190 100644 --- a/toolchain/Makefile +++ b/toolchain/Makefile @@ -10,6 +10,8 @@ curdir:=toolchain # subdirectories to descend into $(curdir)/builddirs := kernel-headers $(if $(CONFIG_GDB),gdb) $(if $(CONFIG_NATIVE_TOOLCHAIN),,binutils gcc uClibc) +$(curdir)/builddirs-compile:=. $(filter-out kernel-headers,$($(curdir)/builddirs)) +$(curdir)/builddirs-install:=$($(curdir)/builddirs-compile) # builddir dependencies $(curdir)/uClibc/prepare:=$(curdir)/kernel-headers/prepare -- cgit v1.2.3