Beta5 and Makefile.in cut-n-paste.

Alexandre Oliva oliva at dcc.unicamp.br
Tue Jan 5 09:15:20 GMT 1999


On Dec 31, 1998, Jeremy Allison <jeremy at netcom.com> wrote:

>> @BROKEN_CC@ -mv `basename $@` $@ 
>> ^ 
>> A tab, not spaces. 

> Arggghhhh. Goddammit you're right of course.

> I'll fix it asap (over the weekend).

Looks like you `fixed' it already, but the .po rule was broken in
another way: it renamed a ./*.po to dir/*.po, but then a later mv
would try to omve the dir/*.po.o to dir/*.po.  I modified them so as
not to rely on basename (which is likely to be missing wherever -o is
missing too), and use `sed' instead.  This also made it easier to
rename the .o that a compiler would generate by default to either .po
or .po32.

-- 
Alexandre Oliva  http://www.dcc.unicamp.br/~oliva  aoliva@{acm.org}
oliva@{dcc.unicamp.br,gnu.org,egcs.cygnus.com,samba.org}
Universidade Estadual de Campinas, SP, Brasil



More information about the samba-technical mailing list