From: Felix Fietkau Date: Sat, 22 Oct 2005 13:08:35 +0000 (+0000) Subject: fix 'Preparing...' message for V=5 compile X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=b1d1916a0a6f2ece7a3e88950b3de1f9102dc845;p=15.05%2Fopenwrt.git fix 'Preparing...' message for V=5 compile git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2235 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/openwrt/package/rules.mk b/openwrt/package/rules.mk index 60584552d7..cd63983bd8 100644 --- a/openwrt/package/rules.mk +++ b/openwrt/package/rules.mk @@ -68,7 +68,7 @@ configure: } compile-targets: -compile: +compile: prepare @[ -f $(PKG_BUILD_DIR)/.configured ] || { \ $(PKG_TRACE) Configuring...; \ $(MAKE) $(PKG_BUILD_DIR)/.configured $(MAKE_TRACE); \