[sac-dev] [PING][PATCH] src/makefile patch
Brian Savage
savage13 at dtm.ciw.edu
Mon Dec 12 11:04:07 PST 2005
George,
I will test these today and get back to you later.
I have also been working on moving the build system to
a configure system. This will do away with the problems we have been
having trying to compile on untested platforms and hopefully reduce the
build times you have mentioned previously.
Cheers,
Brian
George Helffrich wrote:
> Brian points out a flaw in the previous committed patch that I believe
> that this one fixes. It succeeds in all the build examples Brian gives
> below. Please let me know if it fails in any new, obscure way, or is a
> satisfactory fix. It works (in bash) with:
>
> make
> make OSTYPE=darwin
> OSTYPE=darwin make
> export OSTYPE=darwin; make
>
> Index: src/makefile
> ===================================================================
> RCS file: /export/home/cvs/repository/SAC/src/makefile,v
> retrieving revision 1.2
> diff -u -r1.2 makefile
> --- src/makefile 1 Dec 2005 18:17:57 -0000 1.2
> +++ src/makefile 3 Dec 2005 17:53:03 -0000
> @@ -26,7 +26,7 @@
> ###########################################################
>
> OSTYPES_SUPPORTED=solaris linux darwin darwin6.0
> -OSTYPE=`echo $$OSTYPE`
> +OSTYPE := $(shell echo $$OSTYPE)
> export SACCFLAGS
> export DEBUG
>
More information about the sac-dev
mailing list