9front - general discussion about 9front
 help / color / mirror / Atom feed
From: Nick Owens <mischief@offblast.org>
To: 9front@9front.org
Subject: bug: ape make eats lines after line continuations
Date: Wed, 12 Sep 2018 09:26:14 -0700	[thread overview]
Message-ID: <CAH_zEu62yicsJuADnmbdUgNqiep+SD5yYPtgFcMLFumoaV0MgQ@mail.gmail.com> (raw)

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

9front's make in ape is eating newlines after line continuations
incorrectly. the attached makefile will produce the following output,
where 'fuck YOU' is the correct output.

make on linux:

$ make -s
objs one.o two.o
fuck YOU

make on ape/psh:

$ make -s
objs one.o two.o FUCK=YOU
fuck

[-- Attachment #2: Makefile --]
[-- Type: application/octet-stream, Size: 75 bytes --]

OBJS=one.o two.o \
	
FUCK=YOU

all:
	echo objs $(OBJS)
	echo fuck $(FUCK)


             reply	other threads:[~2018-09-12 16:26 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-09-12 16:26 Nick Owens [this message]
2018-09-12 16:34 ` [9front] " Jens Staal
2018-09-12 17:08   ` Julius Schmidt
2018-09-13 14:47     ` Nick Owens

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=CAH_zEu62yicsJuADnmbdUgNqiep+SD5yYPtgFcMLFumoaV0MgQ@mail.gmail.com \
    --to=mischief@offblast.org \
    --cc=9front@9front.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).