From 730c6b87b4572d33413503532456d9046671a35d Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Thu, 3 Aug 2017 16:30:34 +0200 Subject: [PATCH] Makefile: remove trailing whitespace --- Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index 4235a02..820032f 100644 --- a/Makefile +++ b/Makefile @@ -124,17 +124,17 @@ build.%: | git/poky # Start a build.. %-build: | build.$(subst -build,,%) git/poky $(Q)/bin/bash -c "source git/poky/oe-init-build-env build.$(CUR_MACHINE) && bitbake $(BUILD_TARGETS)" - + %-upload: | build.$(subst -upload,,%) git/poky $(Q)cd build.$(CUR_MACHINE) && ../scripts/upload-build.sh $(CUR_MACHINE) $(FEED_NAME) - + # Create all build directories, build everything, upload everything, clean everything setup-all: | $(foreach machine, $(MACHINES), $(machine)-setup) - + build-all: | $(foreach machine, $(MACHINES), $(machine)-build) - + upload-all: | $(foreach machine, $(MACHINES), $(machine)-upload) - + clean-all: | $(foreach machine, $(MACHINES), $(machine)-clean) make-server-structure: @@ -146,7 +146,7 @@ endif mkdir $(WEB_FILES)/$(machine)/$(SYSMOCOM_RELEASE)-testing; \ mkdir $(WEB_FILES)/$(machine)/$(SYSMOCOM_RELEASE)-nightly; \ ) - + install-ssh-config: | $(HOME)/.ssh ifndef SSH_HOST