mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-05 00:07:42 +01:00
small bugfix in package rules file
SVN-Revision: 2228
This commit is contained in:
parent
d9aead4fdc
commit
68018684d4
1 changed files with 2 additions and 4 deletions
|
|
@ -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…
Add table
Reference in a new issue