X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=openwrt%2FMakefile;h=2fdc7647d42cfc2da3f556a2b3d34a51ed5fb6ab;hb=6b5084c9d5c30db925a16913db07c928072f85fa;hp=abc9dfee2756e6c2458618791d074f351ff5979d;hpb=d3480791838e7d61a141fd0b395967ceef5cee18;p=openwrt%2Fsvn-archive%2Farchive.git diff --git a/openwrt/Makefile b/openwrt/Makefile index abc9dfee27..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 ############################################################# # @@ -62,8 +63,6 @@ world: $(DL_DIR) $(BUILD_DIR) configtest $(MAKE) toolchain/install target/compile package/compile root_clean package/install target/install package_index @$(TRACE) Build complete. -.PHONY: all world clean dirclean distclean image_clean target_clean source configtest - configtest: -cp .config .config.test -scripts/configtest.pl @@ -177,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 -