On Fri, 2006-01-06 at 09:15 +0000, Norberto M. Lopes wrote: > 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. > > ;)
Looks like this one: http://bugzilla.gnome.org/show_bug.cgi?id=325574 Please feel free to add comments to this bug. > 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? Sure, this list is fine. The evolution-hackers list would be appropriate, too. Or Bugzilla. ;) > 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? Please subscribe before posting in the future. :) ...guenther -- char *t="[EMAIL PROTECTED]"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i<l;i++){ i%8? c<<=1: (c=*++x); c&128 && (s+=h); if (!(h>>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}} -- garnome-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/garnome-list
