mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-12 02:10:15 +02:00
Add missing .configured target causing superfluous package rebuild, touch .built too
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@935 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
5b67cab61f
commit
f30ab83a1d
@ -15,9 +15,13 @@ include $(TOPDIR)/package/rules.mk
|
|||||||
|
|
||||||
$(eval $(call PKG_template,NTPCLIENT,ntpclient,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH)))
|
$(eval $(call PKG_template,NTPCLIENT,ntpclient,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH)))
|
||||||
|
|
||||||
|
$(PKG_BUILD_DIR)/.configured:
|
||||||
|
touch $(PKG_BUILD_DIR)/.configured
|
||||||
|
|
||||||
$(PKG_BUILD_DIR)/.built:
|
$(PKG_BUILD_DIR)/.built:
|
||||||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
$(MAKE) -C $(PKG_BUILD_DIR) \
|
||||||
CC=$(TARGET_CC) CFLAGS="$(TARGET_CFLAGS)"
|
CC=$(TARGET_CC) CFLAGS="$(TARGET_CFLAGS)"
|
||||||
|
touch $(PKG_BUILD_DIR)/.built
|
||||||
|
|
||||||
$(IPKG_NTPCLIENT):
|
$(IPKG_NTPCLIENT):
|
||||||
install -d -m0755 $(IDIR_NTPCLIENT)/etc/init.d
|
install -d -m0755 $(IDIR_NTPCLIENT)/etc/init.d
|
||||||
|
Loading…
Reference in New Issue
Block a user