[
https://issues.apache.org/jira/browse/THRIFT-186?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12643703#action_12643703
]
David Reiss commented on THRIFT-186:
------------------------------------
I think JIRA messed up the formatting. Any chance you can do it as an
attachment? Do we need to apply this to any other Makefiles in erl? Does the
upstream for this Makefile still exist?
> 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
> Priority: Minor
>
> 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.