Hi Noberto, Le 12 févr. 2010 à 14:31, Norberto Lopes a écrit :
> Hi all. > I tried to get Etoile from trunk up and running in my slackware 13. > I had only 1 issue with the etoile.make. > > Attached is the svn diff to patch it to make it compile successfully. > Let me know if I missed something here as this looks kinda hacky. I cannot commit the patch as is, since it's going to break etoile.make on Solaris. The backquotes around the comments were the only trick that seemed to work everywhere until now :-/ From etoile.make: > # WARNING: Don't use sh comments without backquoting them in command > scripts, > # otherwise the next lines will be interpreted as belonging to the > comment on > # some platform such as Solaris. sh concatenates all the lines with > a trailing > # '\' without inserting any a line break. However some sh versions > (FreeBSD, > # GNU) will consider each comment line to be implicitly ended by a > line break. I think I'm going to remove the comments and refactor each code piece into a standalone rule or define. It's probably not a bad thing since backquoting comments as I do is a ugly hack. Cheers, Quentin. _______________________________________________ Etoile-dev mailing list Etoile-dev@gna.org https://mail.gna.org/listinfo/etoile-dev