浏览代码

Remove obsolete comments (thanks Tim Watson)

pull/3/head
Tuncer Ayaz 13 年前
父节点
当前提交
d2cf35ad02
共有 1 个文件被更改,包括 0 次插入8 次删除
  1. +0
    -8
      src/rebar_port_compiler.erl

+ 0
- 8
src/rebar_port_compiler.erl 查看文件

@ -86,14 +86,6 @@
%% {port_envs, [{"x86_64.*-linux", "CFLAGS",
%% "$CFLAGS -X86Options"}]}
%%
%% * port_pre_script - Tuple which specifies a pre-compilation script to run,
%% and a filename that exists as a result of the script
%% running.
%%
%% * port_cleanup_script - String that specifies a script to run during cleanup.
%% Use this to remove files/directories created by
%% port_pre_script.
%%
compile(Config, AppFile) ->
%% Compose list of sources from config file -- defaults to c_src/*.c

正在加载...
取消
保存