make-rules/build-zone.mk
changeset 11 0839bb401298
parent 5 b0dcdd332e2c
child 3770 ca450a806cc1
equal deleted inserted replaced
10:e3fdbd3632b6 11:0839bb401298
    55 ZI_TAG =		root/.installed
    55 ZI_TAG =		root/.installed
    56 
    56 
    57 # the name of the template build zone
    57 # the name of the template build zone
    58 TMPL_ZONE_NAME =	template-build-zone
    58 TMPL_ZONE_NAME =	template-build-zone
    59 
    59 
    60 # the default package set to add to the template build zone.
    60 #
    61 TMPL_ZONE_PKGS +=	archiver/gnu-tar
    61 # The template build zone will start with 'entire' installed.  We include
    62 TMPL_ZONE_PKGS +=	compress/bzip2
    62 # additional packages to make the build zones more closely match most
    63 TMPL_ZONE_PKGS +=	compress/gzip
    63 # components' build requirements.  This makes build zone preparation quicker.
    64 TMPL_ZONE_PKGS +=	compress/p7zip
    64 #
    65 TMPL_ZONE_PKGS +=	compress/unzip
    65 #TMPL_ZONE_TOOLS +=	developer/gcc-3
    66 TMPL_ZONE_PKGS +=	developer/build/ant
    66 #TMPL_ZONE_TOOLS +=	developer/gnu-binutils
    67 TMPL_ZONE_PKGS +=	developer/build/autoconf
    67 #TMPL_ZONE_TOOLS +=	developer/sunstudio12u1
    68 TMPL_ZONE_PKGS +=	developer/build/automake-110
    68 TMPL_ZONE_TOOLS +=	archiver/gnu-tar
    69 TMPL_ZONE_PKGS +=	developer/build/gnu-make
    69 TMPL_ZONE_TOOLS +=	compress/p7zip
    70 TMPL_ZONE_PKGS +=	developer/build/libtool
    70 TMPL_ZONE_TOOLS +=	compress/unzip
    71 TMPL_ZONE_PKGS +=	developer/build/make
    71 TMPL_ZONE_TOOLS +=	developer/build/ant
    72 TMPL_ZONE_PKGS +=	developer/gnome/gettext
    72 TMPL_ZONE_TOOLS +=	developer/build/autoconf
    73 TMPL_ZONE_PKGS +=	developer/linker
    73 TMPL_ZONE_TOOLS +=	developer/build/automake-110
    74 TMPL_ZONE_PKGS +=	developer/macro/gnu-m4
    74 TMPL_ZONE_TOOLS +=	developer/build/gnu-make
    75 TMPL_ZONE_PKGS +=	developer/object-file
    75 TMPL_ZONE_TOOLS +=	developer/build/libtool
    76 TMPL_ZONE_PKGS +=	developer/sunstudio12u1
    76 TMPL_ZONE_TOOLS +=	developer/build/make
    77 TMPL_ZONE_PKGS +=	file/gnu-coreutils
    77 TMPL_ZONE_TOOLS +=	developer/gnome/gettext
    78 TMPL_ZONE_PKGS +=	package/pkg
    78 TMPL_ZONE_TOOLS +=	developer/java/jdk
    79 TMPL_ZONE_PKGS +=	shell/bash
    79 TMPL_ZONE_TOOLS +=	developer/lexer/flex
    80 TMPL_ZONE_PKGS +=	system/extended-system-utilities
    80 TMPL_ZONE_TOOLS +=	developer/macro/cpp
    81 TMPL_ZONE_PKGS +=	text/gawk
    81 TMPL_ZONE_TOOLS +=	developer/macro/gnu-m4
    82 TMPL_ZONE_PKGS +=	text/gnu-diffutils
    82 TMPL_ZONE_TOOLS +=	developer/object-file
    83 TMPL_ZONE_PKGS +=	text/gnu-grep
    83 TMPL_ZONE_TOOLS +=	developer/parser/bison
    84 TMPL_ZONE_PKGS +=	text/gnu-patch
    84 TMPL_ZONE_TOOLS +=	file/gnu-coreutils
    85 TMPL_ZONE_PKGS +=	text/gnu-sed
    85 TMPL_ZONE_TOOLS +=	file/gnu-findutils
    86 #TMPL_ZONE_PKGS +=	developer/gcc-3
    86 TMPL_ZONE_TOOLS +=	library/libxslt
    87 #TMPL_ZONE_PKGS +=	developer/gnu-binutils
    87 TMPL_ZONE_TOOLS +=	library/pcre
    88 #TMPL_ZONE_PKGS +=	redistributable
    88 TMPL_ZONE_TOOLS +=	text/gawk
       
    89 TMPL_ZONE_TOOLS +=	text/gnu-diffutils
       
    90 TMPL_ZONE_TOOLS +=	text/gnu-gettext
       
    91 TMPL_ZONE_TOOLS +=	text/gnu-grep
       
    92 TMPL_ZONE_TOOLS +=	text/gnu-patch
       
    93 TMPL_ZONE_TOOLS +=	text/gnu-sed
       
    94 TMPL_ZONE_TOOLS +=	text/groff
       
    95 TMPL_ZONE_TOOLS +=	text/texinfo
       
    96 
       
    97 TMPL_ZONE_PKGS =	$(TMPL_ZONE_TOOLS)
    89 
    98 
    90 template-build-zone:	$(BUILD_ZONE_SPACE)/$(TMPL_ZONE_NAME)/$(SYSIDCFG)
    99 template-build-zone:	$(BUILD_ZONE_SPACE)/$(TMPL_ZONE_NAME)/$(SYSIDCFG)
    91 build-zone-1:		$(BUILD_ZONE_SPACE)/build-zone-1/$(SYSIDCFG)
   100 build-zone-1:		$(BUILD_ZONE_SPACE)/build-zone-1/$(SYSIDCFG)
    92 build-zone-2:		$(BUILD_ZONE_SPACE)/build-zone-2/$(SYSIDCFG)
   101 build-zone-2:		$(BUILD_ZONE_SPACE)/build-zone-2/$(SYSIDCFG)
    93 build-zone-3:		$(BUILD_ZONE_SPACE)/build-zone-3/$(SYSIDCFG)
   102 build-zone-3:		$(BUILD_ZONE_SPACE)/build-zone-3/$(SYSIDCFG)