From 95442bb324bee72c5b1f20a7a06705c9731c21ce Mon Sep 17 00:00:00 2001 From: Alexandre Belloni Date: Fri, 7 Jun 2013 12:13:46 +0200 Subject: Normalize separator size to 80 in remaining makefiles Signed-off-by: Alexandre Belloni Signed-off-by: Peter Korsgaard --- Makefile | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c514e4f26..509eab6c8 100644 --- a/Makefile +++ b/Makefile @@ -193,11 +193,11 @@ BUILD_DIR:=$(BASE_DIR)/build ifeq ($(BR2_HAVE_DOT_CONFIG),y) -############################################################# +################################################################################ # # Hide troublesome environment variables from sub processes # -############################################################# +################################################################################ unexport CROSS_COMPILE unexport ARCH unexport CC @@ -212,12 +212,12 @@ unexport TERMINFO GNU_HOST_NAME:=$(shell support/gnuconfig/config.guess) -############################################################## +################################################################################ # # The list of stuff to build for the target toolchain # along with the packages to build for the target. # -############################################################## +################################################################################ ifeq ($(BR2_CCACHE),y) BASE_TARGETS += host-ccache @@ -296,12 +296,12 @@ export HOST_DIR export BINARIES_DIR export BASE_DIR -############################################################# +################################################################################ # # You should probably leave this stuff alone unless you know # what you are doing. # -############################################################# +################################################################################ all: world @@ -408,12 +408,12 @@ world: toolchain $(TARGETS_ALL) $(TOOLCHAIN_DIR) $(BUILD_DIR) $(STAGING_DIR) $(TARGET_DIR) \ $(HOST_DIR) $(BINARIES_DIR) $(STAMP_DIR) -############################################################# +################################################################################ # # staging and target directories do NOT list these as # dependencies anywhere else # -############################################################# +################################################################################ $(TOOLCHAIN_DIR) $(BUILD_DIR) $(HOST_DIR) $(BINARIES_DIR) $(STAMP_DIR) $(LEGAL_INFO_DIR) $(REDIST_SOURCES_DIR): @mkdir -p $@ @@ -716,11 +716,11 @@ source-check: .PHONY: defconfig savedefconfig -############################################################# +################################################################################ # # Cleanup and misc junk # -############################################################# +################################################################################ # outputmakefile generates a Makefile in the output directory, if using a # separate output directory. This allows convenient use of make in the -- cgit v1.2.3