X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=Makefile;h=e966188187e9d57eb1f3cc1886157ea0fffa4b24;hb=66bb8975e3f39931c5bf73ecdb15cb6f07e9bcb3;hp=ef60ff198812031cf5b80f4d7895aa61bddabfc1;hpb=a4c2d7dc0360a85daa5eaf3924f2c63fb3598c06;p=openwrt.git diff --git a/Makefile b/Makefile index ef60ff1988..e966188187 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,11 @@ #-------------------------------------------------------------- TOPDIR=${shell pwd} export TOPDIR +ifneq ($(DEVELOPER),) +CONFIG_CONFIG_IN = Config.in.devel +else CONFIG_CONFIG_IN = Config.in +endif CONFIG_DEFCONFIG = .defconfig CONFIG = package/config @@ -41,6 +45,8 @@ include $(TOPDIR)/rules.mk all: world +.NOTPARALLEL: + ############################################################## # # Build the toolchain @@ -116,7 +122,7 @@ dirclean: clean rm -rf $(BUILD_DIR) distclean: clean - rm -rf $(STAMP_DIR) $(DL_DIR) $(BUILD_DIR) $(TOOL_BUILD_DIR) + rm -rf $(STAMP_DIR) $(DL_DIR) $(BUILD_DIR) $(TOOL_BUILD_DIR) $(STAGING_DIR) rm -f .config* .tmpconfig.h sourceball: distclean