From patchwork Thu May 19 16:22:27 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yaakov Selkowitz X-Patchwork-Id: 68175 Delivered-To: patch@linaro.org Received: by 10.140.92.199 with SMTP id b65csp3296826qge; Thu, 19 May 2016 09:23:14 -0700 (PDT) X-Received: by 10.66.80.72 with SMTP id p8mr21090173pax.38.1463674994887; Thu, 19 May 2016 09:23:14 -0700 (PDT) Return-Path: Received: from sourceware.org (server1.sourceware.org. [209.132.180.131]) by mx.google.com with ESMTPS id c141si20928682pfc.233.2016.05.19.09.23.14 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 19 May 2016 09:23:14 -0700 (PDT) Received-SPF: pass (google.com: domain of newlib-return-13835-patch=linaro.org@sourceware.org designates 209.132.180.131 as permitted sender) client-ip=209.132.180.131; Authentication-Results: mx.google.com; dkim=pass header.i=@sourceware.org; spf=pass (google.com: domain of newlib-return-13835-patch=linaro.org@sourceware.org designates 209.132.180.131 as permitted sender) smtp.mailfrom=newlib-return-13835-patch=linaro.org@sourceware.org DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:subject:date:message-id; q=dns; s= default; b=PA7UwkLwz59nAv5rWA1cNZCy52yXoi3ok0Bt1LOtXXK7qHnLJ7l8R 5WpASIkUcliGfwXbOXnO6ve+6tCqOV14MJ92GQ3IMb/7LaGm4yK472GIKltB2O3K DQEdfiQ/nbRskK/JidxkKWMVmH8IY3BDG//3ArG5AJ/dccCusTUzJs= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:subject:date:message-id; s=default; bh=0ZQvAajJ1zsFPsWBY5vKbGfAgoQ=; b=RXqdPLPAP4/F6hHjC97yKOuiXLTx Md7buRm7BVRecBAV1cGOSHPCi2zNbtlpLVgeX87CwaX1YMMwZtMfAzMC+ca5VajY cbHJkfPw7Ihm9Q5+9kwXVQvdu4aJIY6lEUBjzblMB1QR5S+y0CY+KvshRswlNQ2D nPZ/gjW6XLxGjNU= Received: (qmail 111228 invoked by alias); 19 May 2016 16:22:49 -0000 Mailing-List: contact newlib-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: newlib-owner@sourceware.org Delivered-To: mailing list newlib@sourceware.org Received: (qmail 111193 invoked by uid 89); 19 May 2016 16:22:48 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.3 required=5.0 tests=BAYES_00, KAM_LAZY_DOMAIN_SECURITY, RP_MATCHES_RCVD, SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=sk:yselkow, phony, PHONY, sk:maintai X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Thu, 19 May 2016 16:22:36 +0000 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 590C6C05B1DB for ; Thu, 19 May 2016 16:22:35 +0000 (UTC) Received: from localhost.localdomain (ovpn-116-30.rdu2.redhat.com [10.10.116.30]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u4JGMYuO022045 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 19 May 2016 12:22:34 -0400 From: Yaakov Selkowitz To: newlib@sourceware.org Subject: [PATCH] libgloss/ft32: fix whitespace in Makefile Date: Thu, 19 May 2016 11:22:27 -0500 Message-Id: <1463674947-6772-1-git-send-email-yselkowi@redhat.com> Signed-off-by: Yaakov Selkowitz --- libgloss/ft32/Makefile.in | 58 +++++++++++++++++++++++------------------------ 1 file changed, 29 insertions(+), 29 deletions(-) -- 2.8.0 diff --git a/libgloss/ft32/Makefile.in b/libgloss/ft32/Makefile.in index 9db06ae..21f9e82 100644 --- a/libgloss/ft32/Makefile.in +++ b/libgloss/ft32/Makefile.in @@ -52,31 +52,31 @@ RANLIB = @RANLIB@ AR_FLAGS = rc OBJDUMP = `if [ -f ${objroot}/../binutils/objdump ] ; \ - then echo ${objroot}/../binutils/objdump ; \ - else t='$(program_transform_name)'; echo objdump | sed -e $$t ; fi` + then echo ${objroot}/../binutils/objdump ; \ + else t='$(program_transform_name)'; echo objdump | sed -e $$t ; fi` OBJCOPY = `if [ -f ${objroot}/../binutils/objcopy ] ; \ - then echo ${objroot}/../binutils/objcopy ; \ - else t='$(program_transform_name)'; echo objcopy | sed -e $$t ; fi` + then echo ${objroot}/../binutils/objcopy ; \ + else t='$(program_transform_name)'; echo objcopy | sed -e $$t ; fi` LD_SCRIPTS = ft32-elf-common.ld sim.ld CRT0 = crt0.o SIM_BSP = libsim.a SIM_OBJS = fstat.o \ - getpid.o \ - isatty.o \ - kill.o \ - sbrk.o \ - sim-close.o \ - sim-exit.o \ - sim-inbyte.o \ - sim-lseek.o \ - sim-open.o \ - sim-read.o \ - sim-time.o \ - sim-unlink.o \ - sim-write.o \ - stat.o + getpid.o \ + isatty.o \ + kill.o \ + sbrk.o \ + sim-close.o \ + sim-exit.o \ + sim-inbyte.o \ + sim-lseek.o \ + sim-open.o \ + sim-read.o \ + sim-time.o \ + sim-unlink.o \ + sim-write.o \ + stat.o #### Host specific Makefile fragment comes in here. @host_makefile_frag@ @@ -84,8 +84,8 @@ SIM_OBJS = fstat.o \ all: $(CRT0) $(SIM_BSP) $(SIM_BSP): $(SIM_OBJS) - $(AR) $(ARFLAGS) $@ $? - $(RANLIB) $@ + $(AR) $(ARFLAGS) $@ $? + $(RANLIB) $@ fstat.o: $(srcdir)/fstat.c getpid.o: $(srcdir)/getpid.c @@ -105,17 +105,17 @@ sim-write.o: $(srcdir)/sim-write.S stat.o: $(srcdir)/stat.c install: $($(CPU)_INSTALL) - $(INSTALL_DATA) $(CRT0) $(DESTDIR)$(tooldir)/lib${MULTISUBDIR}/$(CRT0) - $(INSTALL_DATA) $(SIM_BSP) $(DESTDIR)$(tooldir)/lib${MULTISUBDIR}/$(SIM_BSP) - for x in ${LD_SCRIPTS}; do \ - ${INSTALL_DATA} ${srcdir}/$$x $(DESTDIR)${tooldir}/lib/$$x; \ - done; + $(INSTALL_DATA) $(CRT0) $(DESTDIR)$(tooldir)/lib${MULTISUBDIR}/$(CRT0) + $(INSTALL_DATA) $(SIM_BSP) $(DESTDIR)$(tooldir)/lib${MULTISUBDIR}/$(SIM_BSP) + for x in ${LD_SCRIPTS}; do \ + ${INSTALL_DATA} ${srcdir}/$$x $(DESTDIR)${tooldir}/lib/$$x; \ + done; clean mostlyclean: - rm -f *.o *.a + rm -f *.o *.a distclean maintainer-clean realclean: clean - rm -f Makefile config.cache config.log config.status + rm -f Makefile config.cache config.log config.status .PHONY: info dvi doc install-info clean-info info doc dvi: @@ -123,7 +123,7 @@ install-info: clean-info: Makefile: Makefile.in config.status @host_makefile_frag_path@ - $(SHELL) config.status + $(SHELL) config.status config.status: configure - $(SHELL) config.status --recheck + $(SHELL) config.status --recheck