From 1e5d6ee8d4f1dd2dd7d89bc6e2dd5391fd853908 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Tue, 7 Mar 2017 02:48:58 -0500 Subject: [PATCH] Add ASM and S files to trim recipe --- GNUmakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index a1977b6c..1f3bcf1a 100755 --- a/GNUmakefile +++ b/GNUmakefile @@ -686,10 +686,10 @@ endif .PHONY: trim trim: ifneq ($(IS_DARWIN),0) - sed -i '' -e's/[[:space:]]*$$//' *.sh *.h *.cpp *.sln *.vcxproj GNUmakefile GNUmakefile-cross + sed -i '' -e's/[[:space:]]*$$//' *.sh *.h *.cpp *.asm *.S *.sln *.vcxproj GNUmakefile GNUmakefile-cross make convert else - sed -i -e's/[[:space:]]*$$//' *.sh *.h *.cpp *.sln *.vcxproj GNUmakefile GNUmakefile-cross + sed -i -e's/[[:space:]]*$$//' *.sh *.h *.cpp *.asm *.S *.sln *.vcxproj GNUmakefile GNUmakefile-cross make convert endif