[Orca-dev] Build/install problems....

Blair Zajac blair at orcaware.com
Wed Jul 28 22:48:06 PDT 2004


Jon Tankersley wrote:

> 2) data_gatherers/winallator fails on the make install
> Not sure what needs to be fixed here.  This whole subdir may need to be
> 'ignored'?
> ================================
> for file in   ; do \
>   echo /home/test/svn/orcadist/config/install-sh -c $file
> /usr/local/gnu/test2/bin; \
>  /home/test/svn/orcadist/config/install-sh -c $file
> /usr/local/gnu/test2/bin; \
> Done
> ========================
> $file is coming from BIN_TARGETS
>         for file in $(BIN_TARGETS); do \
>           echo $(INSTALL) $$file $(bindir); \
>           $(INSTALL) $$file $(bindir); \
>         done

Thanks for noting this.  This was an easy fix to test if $(BIN_TARGETS) has a 
non-zero length before running the for loop.

Committed in revision 379.

Regards,
Blair

-- 
Blair Zajac <blair at orcaware.com>
Plots of your system's performance - http://www.orcaware.com/orca/



More information about the Orca-dev mailing list