9front - general discussion about 9front
 help / color / mirror / Atom feed
* bug: ape make eats lines after line continuations
@ 2018-09-12 16:26 Nick Owens
  2018-09-12 16:34 ` [9front] " Jens Staal
  0 siblings, 1 reply; 4+ messages in thread
From: Nick Owens @ 2018-09-12 16:26 UTC (permalink / raw)
  To: 9front

[-- 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)


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-09-13 14:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-12 16:26 bug: ape make eats lines after line continuations Nick Owens
2018-09-12 16:34 ` [9front] " Jens Staal
2018-09-12 17:08   ` Julius Schmidt
2018-09-13 14:47     ` Nick Owens

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).