Erlang/OTP Forums

Author Message

<  Erlang questions mailing list  ~  Problem with make:all()

SEAN.HINDE at one2one.co.
Posted: Tue Sep 28, 1999 9:59 am Reply with quote
Guest
All,

When using an Emakefile with the source files in a directory other than the
current one e.g '../src/xxx.erl', make:all() currently recompiles all files
regardless of date created.

This has been driving me cray for a while so I finally got around to fixing
it in 47.4.1.

161c161
< case exists(append(File, code:objfile_extension())) of
---
> case exists(append(filename:basename(File), code:objfile_extension()))
of
170c170
< {ok, Obj} = file:file_info(append(File, code:objfile_extension())),
---
> {ok, Obj} = file:file_info(append(filename:basename(File),
code:objfile_extension())),

Regards,

Sean Hinde


Post generated using Mail2Forum (http://m2f.sourceforge.net)

Display posts from previous:  

All times are GMT
Page 1 of 1
This forum is locked: you cannot post, reply to, or edit topics.

Jump to:  

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum