Add missing .configured target causing superfluous package rebuild, touch .built too
SVN-Revision: 935
This commit is contained in:
parent
511e4139ef
commit
aa3c1b36de
1 changed files with 4 additions and 0 deletions
|
@ -15,9 +15,13 @@ include $(TOPDIR)/package/rules.mk
|
|||
|
||||
$(eval $(call PKG_template,NTPCLIENT,ntpclient,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH)))
|
||||
|
||||
$(PKG_BUILD_DIR)/.configured:
|
||||
touch $(PKG_BUILD_DIR)/.configured
|
||||
|
||||
$(PKG_BUILD_DIR)/.built:
|
||||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
||||
CC=$(TARGET_CC) CFLAGS="$(TARGET_CFLAGS)"
|
||||
touch $(PKG_BUILD_DIR)/.built
|
||||
|
||||
$(IPKG_NTPCLIENT):
|
||||
install -d -m0755 $(IDIR_NTPCLIENT)/etc/init.d
|
||||
|
|
Loading…
Reference in a new issue