mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-20 00:09:43 +02:00
small bugfix in package rules file
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2228 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
36fb042474
commit
71274c4f2b
@ -73,10 +73,8 @@ compile:
|
||||
$(PKG_TRACE) Configuring...; \
|
||||
$(MAKE) $(PKG_BUILD_DIR)/.configured $(MAKE_TRACE); \
|
||||
}
|
||||
@[ -f $(PKG_BUILD_DIR)/.built ] || { \
|
||||
$(PKG_TRACE) Compiling...; \
|
||||
$(MAKE) compile-targets $(MAKE_TRACE); \
|
||||
}
|
||||
@$(PKG_TRACE) Compiling...
|
||||
@$(MAKE) compile-targets $(MAKE_TRACE)
|
||||
|
||||
install-targets:
|
||||
install:
|
||||
|
Loading…
Reference in New Issue
Block a user