mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-04 23:08:26 +02:00
add missing .configured target
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2380 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
7b6bd49b91
commit
63c8248271
@ -13,7 +13,10 @@ include $(TOPDIR)/package/rules.mk
|
||||
$(eval $(call PKG_template,ROBOCFG,$(PKG_NAME),$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH)))
|
||||
|
||||
$(PKG_BUILD_DIR)/.prepared:
|
||||
mkdir -p $@
|
||||
mkdir -p $(PKG_BUILD_DIR)
|
||||
touch $@
|
||||
|
||||
$(PKG_BUILD_DIR)/.configured:
|
||||
touch $@
|
||||
|
||||
$(PKG_BUILD_DIR)/.built:
|
||||
|
Loading…
Reference in New Issue
Block a user