In Evolution, in shell/ directory, in /addressbook/gui/component, in
calendar/gui, in mail/, and in calendar/gui/alarm-notify/, Makefile has
the following (it has some variations from one Makefile to another but
they don't differ a lot, you only need to search for 'sed -e' till you
find some similarities with these line) :

%.server.in: %.server.in.in
        sed -e 's|[EMAIL PROTECTED]@|$(bindir_in_server_file)|'\
-e
's|[EMAIL PROTECTED]@|$(privlibexecdir_in_server_file)|'\
-e 's|[EMAIL PROTECTED]@|$(componentdir_in_server_file)|'\
-e 's|[EMAIL PROTECTED]@|$(BASE_VERSION)|'                     \ -e
's|[EMAIL PROTECTED]@|$(EXEEXT)|'                            \ -e
's|[EMAIL PROTECTED]@|$(SOEXT)|'                              \ -e
's|[EMAIL PROTECTED]@|$(INTERFACE_VERSION)|' $< > $@ 

It wouldn't compile because of the \ close to ' in the first 3 lines.

;)

P.S.: Should I say this to this list, or should I contact anyone?
Or perhaps should I keep my mouth shut? Any guidance please?

P.S.2: Is this being generated by a parent Makefile, where I should
change this? Should I do in the future as I did now and change them all?

Attachment: signature.asc
Description: PGP signature

-- 
garnome-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/garnome-list

Reply via email to