Loading Makefile +5 −0 Original line number Diff line number Diff line Loading @@ -40,6 +40,11 @@ else BR2_LOCAL:=$(TOPDIR)/local endif # Variables for use in Make constructs comma:=, empty:= space:=$(empty) $(empty) # $(shell find . -name *_defconfig |sed 's/.*\///') # Pull in the user's configuration file ifeq ($(filter $(noconfig_targets),$(MAKECMDGOALS)),) Loading package/directfb/directfb.mk +0 −6 Original line number Diff line number Diff line Loading @@ -52,9 +52,6 @@ endif ifeq ($(DIRECTFB_GFX),) DIRECTFB_GFX:=none else comma:=, empty:= space:=$(empty) $(empty) DIRECTFB_GFX:=$(subst $(space),$(comma),$(strip $(DIRECTFB_GFX))) endif Loading @@ -75,9 +72,6 @@ endif ifeq ($(DIRECTFB_INPUT),) DIRECTFB_INPUT:=none else comma:=, empty:= space:=$(empty) $(empty) DIRECTFB_INPUT:=$(subst $(space),$(comma),$(strip $(DIRECTFB_INPUT))) endif Loading toolchain/gcc/gcc-uclibc-3.x.mk +0 −1 Original line number Diff line number Diff line Loading @@ -233,7 +233,6 @@ gcc_initial-dirclean: # affect gcc-target. However, I haven't tested gcc-target yet so no # guarantees. mjn3 comma:=, GCC_BUILD_DIR2:=$(TOOL_BUILD_DIR)/gcc-$(GCC_VERSION)-final $(GCC_BUILD_DIR2)/.configured: $(GCC_DIR)/.patched $(GCC_STAGING_PREREQ) mkdir -p $(GCC_BUILD_DIR2) Loading Loading
Makefile +5 −0 Original line number Diff line number Diff line Loading @@ -40,6 +40,11 @@ else BR2_LOCAL:=$(TOPDIR)/local endif # Variables for use in Make constructs comma:=, empty:= space:=$(empty) $(empty) # $(shell find . -name *_defconfig |sed 's/.*\///') # Pull in the user's configuration file ifeq ($(filter $(noconfig_targets),$(MAKECMDGOALS)),) Loading
package/directfb/directfb.mk +0 −6 Original line number Diff line number Diff line Loading @@ -52,9 +52,6 @@ endif ifeq ($(DIRECTFB_GFX),) DIRECTFB_GFX:=none else comma:=, empty:= space:=$(empty) $(empty) DIRECTFB_GFX:=$(subst $(space),$(comma),$(strip $(DIRECTFB_GFX))) endif Loading @@ -75,9 +72,6 @@ endif ifeq ($(DIRECTFB_INPUT),) DIRECTFB_INPUT:=none else comma:=, empty:= space:=$(empty) $(empty) DIRECTFB_INPUT:=$(subst $(space),$(comma),$(strip $(DIRECTFB_INPUT))) endif Loading
toolchain/gcc/gcc-uclibc-3.x.mk +0 −1 Original line number Diff line number Diff line Loading @@ -233,7 +233,6 @@ gcc_initial-dirclean: # affect gcc-target. However, I haven't tested gcc-target yet so no # guarantees. mjn3 comma:=, GCC_BUILD_DIR2:=$(TOOL_BUILD_DIR)/gcc-$(GCC_VERSION)-final $(GCC_BUILD_DIR2)/.configured: $(GCC_DIR)/.patched $(GCC_STAGING_PREREQ) mkdir -p $(GCC_BUILD_DIR2) Loading