summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2016-03-09 16:55:50 -0300
committerPeter Korsgaard <peter@korsgaard.com>2016-03-09 22:09:39 +0100
commit61340c632e260e6dfede16840f3375bee036918b (patch)
tree0de0192c95eb7a2feed76333dbc13fd0acc0eb49
parentf94071d4165e65e177ed4a9afecbbf361809e27f (diff)
downloadbuildroot-61340c632e260e6dfede16840f3375bee036918b.tar.gz
buildroot-61340c632e260e6dfede16840f3375bee036918b.zip
yasm: style and whitespace cleanup
Use $(SED) instead of sed. Kill trailing whitespace in comment, and move it above the define as per standard look. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r--package/yasm/yasm.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/yasm/yasm.mk b/package/yasm/yasm.mk
index bf8a481561..6729b6a74d 100644
--- a/package/yasm/yasm.mk
+++ b/package/yasm/yasm.mk
@@ -7,10 +7,10 @@
YASM_VERSION = 1.3.0
YASM_SITE = http://www.tortall.net/projects/yasm/releases
+# This sed prevents it compiling 2 programs (vsyasm and ytasm)
+# that are only of use on Microsoft Windows.
define YASM_PRE_CONFIGURE_FIXUP
-# This sed prevents it compiling 2 programs (vsyasm and ytasm)
-# that are only of use on Microsoft Windows.
- sed -i 's#) ytasm.*#)#' $(@D)/Makefile.in
+ $(SED) 's#) ytasm.*#)#' $(@D)/Makefile.in
endef
YASM_PRE_CONFIGURE_HOOKS += YASM_PRE_CONFIGURE_FIXUP
OpenPOWER on IntegriCloud