make/linux/makefiles/sa.make

changeset 1445
354d3184f6b2
parent 1406
0fc81f0a8ca8
child 1907
c18cbe5936b8
     1.1 --- a/make/linux/makefiles/sa.make	Wed Oct 07 15:38:37 2009 -0700
     1.2 +++ b/make/linux/makefiles/sa.make	Tue Oct 13 12:04:21 2009 -0700
     1.3 @@ -52,10 +52,10 @@
     1.4  SA_PROPERTIES = $(SA_CLASSDIR)/sa.properties
     1.5  
     1.6  # if $(AGENT_DIR) does not exist, we don't build SA
     1.7 -# also, we don't build SA on Itanium.
     1.8 +# also, we don't build SA on Itanium or zero.
     1.9  
    1.10  all: 
    1.11 -	if [ -d $(AGENT_DIR) -a "$(SRCARCH)" != "ia64" ] ; then \
    1.12 +	if [ -d $(AGENT_DIR) -a "$(SRCARCH)" != "ia64" -a "$(SRCARCH)" != "zero" ] ; then \
    1.13  	   $(MAKE) -f sa.make $(GENERATED)/sa-jdi.jar; \
    1.14  	fi
    1.15  

mercurial