mirror of
https://github.com/correl/rebar.git
synced 2024-11-14 19:19:30 +00:00
Remove no longer valid comment
This commit is contained in:
parent
ede6666961
commit
3900724cec
1 changed files with 0 additions and 2 deletions
|
@ -104,8 +104,6 @@ simple_compile_wrapper(Source, Target, Compile3Fn, Config, true) ->
|
||||||
end.
|
end.
|
||||||
|
|
||||||
target_file(SourceFile, SourceDir, SourceExt, TargetDir, TargetExt) ->
|
target_file(SourceFile, SourceDir, SourceExt, TargetDir, TargetExt) ->
|
||||||
%% Remove all leading components of the source dir from the file -- we want
|
|
||||||
%% to maintain the deeper structure (if any) of the source file path
|
|
||||||
BaseFile = remove_common_path(SourceFile, SourceDir),
|
BaseFile = remove_common_path(SourceFile, SourceDir),
|
||||||
filename:join([TargetDir, filename:basename(BaseFile, SourceExt) ++ TargetExt]).
|
filename:join([TargetDir, filename:basename(BaseFile, SourceExt) ++ TargetExt]).
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue