[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: obsolete paragraph in automake.texi
From: |
Stepan Kasal |
Subject: |
Re: obsolete paragraph in automake.texi |
Date: |
Tue, 23 Mar 2004 10:46:56 +0100 |
User-agent: |
Mutt/1.4.1i |
Hello,
in the automake example true/false, you corrected the rules this way:
true_.o: true_.c false_.o
$(COMPILE) -DEXIT_CODE=0 -c true_.c
false_.o: true_.c
$(COMPILE) -DEXIT_CODE=1 -c true_.c && mv true_.o false_.o
Wouldn't it be better to tell the users to use true$U.c etc., instead of
this solution? Having two copies of the rules is wrong, isn't it?
Stepan Kasal