[sac-dev] [PING][PATCH] src/makefile patch

Brian Savage savage13 at dtm.ciw.edu
Mon Dec 12 16:12:31 PST 2005


George,

I tested on all three platfoms and all build fine.
Go ahead a submit your patch, unless someone objects.

Cheers,
Brian


Brian Savage wrote:
> 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
>>
> _______________________________________________
> sac-dev mailing list
> sac-dev at iris.washington.edu
> http://www.iris.washington.edu/mailman/listinfo/sac-dev



More information about the sac-dev mailing list