}
compile-targets:
-compile:
+compile: prepare
@[ -f $(PKG_BUILD_DIR)/.configured ] || { \
$(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: