[
https://issues.apache.org/jira/browse/THRIFT-186?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Reiss resolved THRIFT-186.
--------------------------------
Resolution: Fixed
Assignee: Todd Lipcon
> Erlang Makefile not compatible with Solaris
> -------------------------------------------
>
> Key: THRIFT-186
> URL: https://issues.apache.org/jira/browse/THRIFT-186
> Project: Thrift
> Issue Type: Bug
> Components: Library (Erlang)
> Environment: SunOS gptkxeaa.joyent.us 5.11 snv_67 i86pc i386 i86pc
> (Joyent solaris box)
> Reporter: Todd Lipcon
> Assignee: Todd Lipcon
> Priority: Minor
> Attachments: makefile.diff
>
>
> The sed lines in lib/erl/src/Makefile weren't happy on solaris. Here's a
> replacement for them:
> MODULES = $(shell find . -name \*.erl | sed 's:^\\./::' | sed 's/\.erl//')
> MODULES_STRING_LIST = $(shell find . -name \*.erl | sed 's:^\./:":' | sed
> 's/\.erl/",/')
> Marking patch available even though it's not a strict patch. Hopefully that's
> ok cuz it's like 4 characters ;-)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.