From: nbd Date: Sat, 22 Oct 2005 13:08:35 +0000 (+0000) Subject: fix 'Preparing...' message for V=5 compile X-Git-Url: https://git.rohieb.name/openwrt.git/commitdiff_plain/d4aba41503ffb5c40681d74b76732668e8c8b064 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 60584552d..cd63983bd 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); \