X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=openwrt%2FMakefile;h=2fdc7647d42cfc2da3f556a2b3d34a51ed5fb6ab;hb=71329e008d3a3d24328c96c55a3c24a9c0b12fff;hp=6dee969827b4ba612313cd9a510bd7d7dd26abf5;hpb=bab4efad53ecef261da2a6b6fc4cd1e834636da6;p=openwrt.git diff --git a/openwrt/Makefile b/openwrt/Makefile index 6dee969827..2fdc7647d4 100644 --- a/openwrt/Makefile +++ b/openwrt/Makefile @@ -34,7 +34,7 @@ CONFIG_DEFCONFIG = .defconfig CONFIG = package/config noconfig_targets := menuconfig config oldconfig randconfig \ - defconfig allyesconfig allnoconfig release tags + defconfig allyesconfig allnoconfig tags # Pull in the user's configuration file ifeq ($(filter $(noconfig_targets),$(MAKECMDGOALS)),) @@ -47,6 +47,7 @@ include $(TOPDIR)/rules.mk all: world .NOTPARALLEL: +.PHONY: all world clean dirclean distclean image_clean target_clean source configtest ############################################################# # @@ -60,8 +61,7 @@ include .config.cmd world: $(DL_DIR) $(BUILD_DIR) configtest $(MAKE) toolchain/install target/compile package/compile root_clean package/install target/install package_index - -.PHONY: all world clean dirclean distclean image_clean target_clean source configtest + @$(TRACE) Build complete. configtest: -cp .config .config.test @@ -107,7 +107,7 @@ target_clean: root_clean clean: dirclean dirclean: - @$(TRACE) Cleaning... + @$(TRACE) dirclean @$(MAKE) -C $(CONFIG) clean rm -rf $(BUILD_DIR) @@ -176,7 +176,3 @@ defconfig: $(CONFIG)/conf -./scripts/configtest.pl endif # ifeq ($(strip $(BR2_HAVE_DOT_CONFIG)),y) - -.PHONY: dummy subdirs release distclean clean config oldconfig \ - menuconfig tags check test depend -