make/deploy-rules.gmk

changeset 102
3e781aa606d4
parent 94
c50469cf63cd
child 111
c4523c6f8204
     1.1 --- a/make/deploy-rules.gmk	Mon Jul 06 17:12:40 2009 -0400
     1.2 +++ b/make/deploy-rules.gmk	Mon Jul 06 22:37:00 2009 -0700
     1.3 @@ -31,23 +31,6 @@
     1.4  
     1.5  DEPLOY = deploy
     1.6  
     1.7 -BUILD_DEPLOY=true
     1.8 -
     1.9 -ifeq ($(ARCH), ia64) 
    1.10 -  BUILD_DEPLOY=false
    1.11 -endif
    1.12 -
    1.13 -ifeq ($(ARCH), sparcv9)
    1.14 -  BUILD_DEPLOY=false;
    1.15 -endif
    1.16 -
    1.17 -ifeq ($(ARCH), amd64)
    1.18 -  ifeq ($(PLATFORM), solaris)
    1.19 -    BUILD_DEPLOY=false
    1.20 -  endif
    1.21 -endif
    1.22 -
    1.23 -
    1.24  # put the generated bundles in their own place in OUTPUTDIR
    1.25  DEPLOY_OUTPUTDIR = $(ABS_OUTPUTDIR)
    1.26  

mercurial