help-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Embedding a carriage return in $(error)?


From: Rick Flower
Subject: Embedding a carriage return in $(error)?
Date: Mon, 16 Apr 2007 17:28:11 -0700
User-agent: Thunderbird 2.0.0.0 (Windows/20070326)

Just curious if it is possible to embed a newline/carriage return at a particular spot in the message spit out by $(error)? I've got a message that would be easier to read if i could put a single newline in there somewhere.. I tried (pardon the wrapping):

ifeq (,$(OBJDIR))
 $(error No object directory found -- possible configuration problem? \n \
  I looked for : $(OBJDIRS))
endif

Anyway, it just spits out the \n w/o interpreting it.. Anyway, if it's not possible, it's no big deal.. Just thought I'd ask.. Thanks!





reply via email to

[Prev in Thread] Current Thread [Next in Thread]