bug-make
[Top][All Lists]
Advanced

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

discovered the need for a null rule


From: jidanni
Subject: discovered the need for a null rule
Date: Thu, 02 Dec 2010 08:02:59 +0800

While trying out aliases, to make "make x.ccc" work, I discovered the
need for a null rule:
%.ccc:%.bbb;
%.bbb:%.kml; some_command $? $@


which can also be written
%.ccc:%.bbb #one TAB on next line:
        
%.bbb:%.kml
        some_command $? $@

Of which, emacs will say
Suspicious line 2. Save anyway? (y or n)

OK. I learned a new thing today, use ";" or ";:" or "\t:" on that ccc line.
Just an observation.
$ apt-show-versions make
make/unstable uptodate 3.81-8



reply via email to

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