Hi,
It's not a bug, it's planned and documented. However I want to know how to
give users some warning about that assignment ? Of course we can declare
something like that:
ifdef CFLAGS
$(warning "CAN NOT OVERRIDE CFLAGS BY COMMAND LINE")
endif
on the beginning of the makefile but is there any b
y other method, some makefile flag or something ?
Br
Dawid
2014-06-24 18:53 GMT+02:00 Paul Smith :
> On Tue, 2014-06-24 at 12:14 +0200, Dawid Gosławski wrote:
> > It's not a bug, it's planned and documented. However I want to know how
> to
> > give users some warning
Hi Steven,
What is the reason that you are not defining api to be target as well ? You
try to accomplish two tasks in one rule, and this of course will work in
serial and not really in the parallel.
Some time ago I had similar problems with my make - I was trying to force
some order but it was a
I was talking about something like that:
all:: | foo.done
@echo "\nCompilation finished !!!\n"
@echo "\nListing timestamps:"
@find ./ -name "*api*" -printf "%f - %c\n" | sort
DATA := "BASIC API"
FILES :=foo.src bar.src baz.src
%.src:
@touch $@
%.done: %.src
@echo "1-$(@F
Hello,
First: http://www.catb.org/~esr/faqs/smart-questions.html#before
Second: http://lmgtfy.com/
Problem is not connected to Make but to ar.c bad code.
Dawid
2014-12-09 16:51 GMT+01:00 Paul Zhou :
> Hello,
>
> I am working on install the gmake on HP tandem OSS system, and after I run
> make
Hi,
Do you know if there is an course/training about make somewhere ? I am
looking for something mid-advanced. Make documentation is good but it lacks
of "real-life" examples.
Thank you in advance
Dawid
--
http://about.me/alkuzad
___
Help-make mailing