This is the mail archive of the ecos-discuss@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Making eCos Configuration Tool on FreeBSD 6.1


>>>>> "Jack" == Jack Twilley <jmt@twilley.org> writes:

    >>> How do I make the ecos-tool use gmake instead of make?
    >> 
    >> I'm not sure how to force this.
    >> 
    >> Why not just build GNU make and install it as 'make' at the
    >> front of your path?
 
    Jack> I already have GNU make built as 'gmake'. This system does a
    Jack> lot of other stuff besides build eCos and I don't want to
    Jack> break other things to accommodate this tool.

A fairly easy workaround would be to start the configtool from a shell
script which prepends a directory to your PATH. That directory would
contain a symbolic link from make to the gmake executable.

Bart

-- 
Bart Veer                       eCos Configuration Architect
http://www.ecoscentric.com/     The eCos and RedBoot experts

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]