All of lore.kernel.org
 help / color / mirror / Atom feed
From: scs@eskimo.com (Steve Summit)
To: linux-kernel@vger.kernel.org
Subject: minor patch to lib/raid6/Makefile
Date: Wed, 25 May 2016 10:14:19 -0400	[thread overview]
Message-ID: <2016May25.1014.scs.0004@eskimo.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 300 bytes --]

I've been doing some cross-compilation on my Mac, and one of
the little hiccups is that lib/raid6 won't build due to a small
command-line incompatibility between GNU awk and the one that
comes with MacOS.  Patch attached.  (I have nothing like commit
access; I'm hoping someone else can apply this.)

[-- Attachment #2: lib_raid6_Makefile.patch --]
[-- Type: text/plain, Size: 424 bytes --]

--- Makefile.orig	2012-11-26 16:40:34.000000000 -0500
+++ Makefile	2016-03-22 08:33:28.000000000 -0400
@@ -6,7 +6,7 @@
 hostprogs-y	+= mktables
 
 quiet_cmd_unroll = UNROLL  $@
-      cmd_unroll = $(AWK) -f$(srctree)/$(src)/unroll.awk -vN=$(UNROLL) \
+      cmd_unroll = $(AWK) -f $(srctree)/$(src)/unroll.awk -v N=$(UNROLL) \
                    < $< > $@ || ( rm -f $@ && exit 1 )
 
 ifeq ($(CONFIG_ALTIVEC),y)

                 reply	other threads:[~2016-05-25 14:24 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2016May25.1014.scs.0004@eskimo.com \
    --to=scs@eskimo.com \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.