make/deploy-rules.gmk

changeset 102
3e781aa606d4
parent 94
c50469cf63cd
child 111
c4523c6f8204
equal deleted inserted replaced
101:46c0f8989eb2 102:3e781aa606d4
28 ################################################################ 28 ################################################################
29 29
30 deploy: deploy-build 30 deploy: deploy-build
31 31
32 DEPLOY = deploy 32 DEPLOY = deploy
33
34 BUILD_DEPLOY=true
35
36 ifeq ($(ARCH), ia64)
37 BUILD_DEPLOY=false
38 endif
39
40 ifeq ($(ARCH), sparcv9)
41 BUILD_DEPLOY=false;
42 endif
43
44 ifeq ($(ARCH), amd64)
45 ifeq ($(PLATFORM), solaris)
46 BUILD_DEPLOY=false
47 endif
48 endif
49
50 33
51 # put the generated bundles in their own place in OUTPUTDIR 34 # put the generated bundles in their own place in OUTPUTDIR
52 DEPLOY_OUTPUTDIR = $(ABS_OUTPUTDIR) 35 DEPLOY_OUTPUTDIR = $(ABS_OUTPUTDIR)
53 36
54 # NO_IMAGES may be set in conjunction with DEV_ONLY 37 # NO_IMAGES may be set in conjunction with DEV_ONLY

mercurial