Print this page
5773 Extra pointless steps in kernel module builds
Reviewed by: Dan McDonald <danmcd@omniti.com>
Reviewed by: Josef Sipek <jeffpc@josefsipek.net>
Reviewed by: Rich Lowe <richlowe@richlowe.net>
Reviewed by: Robert Mustacchi <rm@joyent.com>
Approved by: Rich Lowe <richlowe@richlowe.net>
NEX-2835 nightly_test script should support running of test-runner tests (zfs in particular)
NEX-2767 The existing zfs stress test does not run at all
NEX-1666 More maintainable ips2deb
OS-41 Support building with Jenkins
re #10784 rb3346 Sync nza.sh with illumos.sh


   4 # The contents of this file are subject to the terms of the
   5 # Common Development and Distribution License (the "License").
   6 # You may not use this file except in compliance with the License.
   7 #
   8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
   9 # or http://www.opensolaris.org/os/licensing.
  10 # See the License for the specific language governing permissions
  11 # and limitations under the License.
  12 #
  13 # When distributing Covered Code, include this CDDL HEADER in each
  14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15 # If applicable, add the following below this CDDL HEADER, with the
  16 # fields enclosed by brackets "[]" replaced with your own identifying
  17 # information: Portions Copyright [yyyy] [name of copyright owner]
  18 #
  19 # CDDL HEADER END
  20 #
  21 
  22 #
  23 # Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.

  24 # Copyright 2015, Richard Lowe
  25 # Copyright 2012, Piotr Jasiukajtis
  26 # Copyright 2014 Garrett D'Amore <garrett@damore.org>
  27 # Copyright (c) 2014, Joyent, Inc.
  28 # Copyright 2016 Toomas Soome <tsoome@me.com>
  29 #
  30 
  31 set name=pkg.fmri value=pkg:/developer/build/onbld@$(PKGVERS)
  32 set name=pkg.description value="tools used to build the OS-Net consolidation"
  33 set name=pkg.summary value="OS-Net Build Tools"
  34 set name=info.classification \
  35     value="org.opensolaris.category.2008:Development/Distribution Tools"
  36 
  37 #
  38 # This package should not be incorporated.  This allows the tools
  39 # to be upgraded without upgrading the entire system.
  40 #
  41 set name=org.opensolaris.noincorp value=true
  42 set name=variant.arch value=$(ARCH)
  43 dir path=opt group=sys


  75 $(sparc_ONLY)file path=opt/onbld/bin/$(ARCH)/forth_preload.so.1 mode=0555
  76 file path=opt/onbld/bin/$(ARCH)/install mode=0555
  77 file path=opt/onbld/bin/$(ARCH)/lintdump mode=0555
  78 file path=opt/onbld/bin/$(ARCH)/localedef mode=0555
  79 file path=opt/onbld/bin/$(ARCH)/make mode=0555
  80 $(i386_ONLY)file path=opt/onbld/bin/$(ARCH)/mbh_patch mode=0555
  81 file path=opt/onbld/bin/$(ARCH)/ndrgen mode=0555
  82 file path=opt/onbld/bin/$(ARCH)/ndrgen1 mode=0555
  83 file path=opt/onbld/bin/$(ARCH)/protocmp mode=0555
  84 file path=opt/onbld/bin/$(ARCH)/protolist mode=0555
  85 $(sparc_ONLY)file path=opt/onbld/bin/$(ARCH)/stabs mode=0555
  86 file path=opt/onbld/bin/$(ARCH)/tic mode=0555
  87 $(sparc_ONLY)file path=opt/onbld/bin/$(ARCH)/tokenize mode=0555
  88 $(sparc_ONLY)file path=opt/onbld/bin/$(ARCH)/tokenize.exe mode=0555
  89 file path=opt/onbld/bin/$(ARCH)/zic mode=0555
  90 file path=opt/onbld/bin/Install mode=0555
  91 file path=opt/onbld/bin/bldenv mode=0555
  92 file path=opt/onbld/bin/bringovercheck mode=0555
  93 file path=opt/onbld/bin/build_cscope mode=0555
  94 file path=opt/onbld/bin/cddlchk mode=0555

  95 file path=opt/onbld/bin/check_rtime mode=0555
  96 file path=opt/onbld/bin/checkpaths mode=0555
  97 file path=opt/onbld/bin/copyrightchk mode=0555
  98 file path=opt/onbld/bin/cstyle mode=0555
  99 file path=opt/onbld/bin/elfcmp mode=0555
 100 file path=opt/onbld/bin/find_elf mode=0555
 101 file path=opt/onbld/bin/findcrypto mode=0555
 102 file path=opt/onbld/bin/flg.flp mode=0555
 103 file path=opt/onbld/bin/genoffsets mode=0555
 104 file path=opt/onbld/bin/git-pbchk mode=0555
 105 file path=opt/onbld/bin/hdrchk mode=0555
 106 file path=opt/onbld/bin/interface_check mode=0555
 107 file path=opt/onbld/bin/interface_cmp mode=0555

 108 file path=opt/onbld/bin/jstyle mode=0555
 109 file path=opt/onbld/bin/mapfilechk mode=0555
 110 file path=opt/onbld/bin/nightly mode=0555
 111 file path=opt/onbld/bin/onu mode=0555

 112 file path=opt/onbld/bin/protocmp.terse mode=0555
 113 file path=opt/onbld/bin/sccscheck mode=0555
 114 file path=opt/onbld/bin/signit mode=0555
 115 file path=opt/onbld/bin/signproto mode=0555
 116 file path=opt/onbld/bin/validate_flg mode=0555
 117 file path=opt/onbld/bin/validate_paths mode=0555
 118 file path=opt/onbld/bin/validate_pkg mode=0555
 119 file path=opt/onbld/bin/wdiff mode=0555
 120 file path=opt/onbld/bin/webrev mode=0555
 121 file path=opt/onbld/bin/which_scm mode=0555
 122 file path=opt/onbld/bin/ws mode=0555
 123 file path=opt/onbld/bin/wsdiff mode=0555
 124 file path=opt/onbld/bin/xref mode=0555
 125 file path=opt/onbld/bin/xref.mk
 126 file path=opt/onbld/env/illumos

 127 file path=opt/onbld/etc/exception_lists/check_rtime
 128 file path=opt/onbld/etc/exception_lists/interface_check
 129 file path=opt/onbld/etc/exception_lists/interface_cmp



 130 file path=opt/onbld/etc/its.conf
 131 file path=opt/onbld/etc/its.reg
 132 file path=opt/onbld/lib/$(ARCH)/64/libmakestate.so.1
 133 file path=opt/onbld/lib/$(ARCH)/libdwarf.so.1
 134 file path=opt/onbld/lib/$(ARCH)/libmakestate.so.1
 135 file path=opt/onbld/lib/perl/onbld_elfmod.pm
 136 file path=opt/onbld/lib/perl/onbld_elfmod_vertype.pm
 137 file path=opt/onbld/lib/python$(PYTHON_VERSION)/onbld/Checks/CStyle.py \
 138     mode=0444
 139 file path=opt/onbld/lib/python$(PYTHON_VERSION)/onbld/Checks/CStyle.pyc \
 140     mode=0444
 141 file path=opt/onbld/lib/python$(PYTHON_VERSION)/onbld/Checks/Cddl.py mode=0444
 142 file path=opt/onbld/lib/python$(PYTHON_VERSION)/onbld/Checks/Cddl.pyc \
 143     mode=0444
 144 file path=opt/onbld/lib/python$(PYTHON_VERSION)/onbld/Checks/CmtBlk.py \
 145     mode=0444
 146 file path=opt/onbld/lib/python$(PYTHON_VERSION)/onbld/Checks/CmtBlk.pyc \
 147     mode=0444
 148 file path=opt/onbld/lib/python$(PYTHON_VERSION)/onbld/Checks/Comments.py \
 149     mode=0444




   4 # The contents of this file are subject to the terms of the
   5 # Common Development and Distribution License (the "License").
   6 # You may not use this file except in compliance with the License.
   7 #
   8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
   9 # or http://www.opensolaris.org/os/licensing.
  10 # See the License for the specific language governing permissions
  11 # and limitations under the License.
  12 #
  13 # When distributing Covered Code, include this CDDL HEADER in each
  14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15 # If applicable, add the following below this CDDL HEADER, with the
  16 # fields enclosed by brackets "[]" replaced with your own identifying
  17 # information: Portions Copyright [yyyy] [name of copyright owner]
  18 #
  19 # CDDL HEADER END
  20 #
  21 
  22 #
  23 # Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
  24 # Copyright 2012 Nexenta Systems, Inc. All rights reserved.
  25 # Copyright 2015, Richard Lowe
  26 # Copyright 2012, Piotr Jasiukajtis
  27 # Copyright 2014 Garrett D'Amore <garrett@damore.org>
  28 # Copyright (c) 2014, Joyent, Inc.
  29 # Copyright 2016 Toomas Soome <tsoome@me.com>
  30 #
  31 
  32 set name=pkg.fmri value=pkg:/developer/build/onbld@$(PKGVERS)
  33 set name=pkg.description value="tools used to build the OS-Net consolidation"
  34 set name=pkg.summary value="OS-Net Build Tools"
  35 set name=info.classification \
  36     value="org.opensolaris.category.2008:Development/Distribution Tools"
  37 
  38 #
  39 # This package should not be incorporated.  This allows the tools
  40 # to be upgraded without upgrading the entire system.
  41 #
  42 set name=org.opensolaris.noincorp value=true
  43 set name=variant.arch value=$(ARCH)
  44 dir path=opt group=sys


  76 $(sparc_ONLY)file path=opt/onbld/bin/$(ARCH)/forth_preload.so.1 mode=0555
  77 file path=opt/onbld/bin/$(ARCH)/install mode=0555
  78 file path=opt/onbld/bin/$(ARCH)/lintdump mode=0555
  79 file path=opt/onbld/bin/$(ARCH)/localedef mode=0555
  80 file path=opt/onbld/bin/$(ARCH)/make mode=0555
  81 $(i386_ONLY)file path=opt/onbld/bin/$(ARCH)/mbh_patch mode=0555
  82 file path=opt/onbld/bin/$(ARCH)/ndrgen mode=0555
  83 file path=opt/onbld/bin/$(ARCH)/ndrgen1 mode=0555
  84 file path=opt/onbld/bin/$(ARCH)/protocmp mode=0555
  85 file path=opt/onbld/bin/$(ARCH)/protolist mode=0555
  86 $(sparc_ONLY)file path=opt/onbld/bin/$(ARCH)/stabs mode=0555
  87 file path=opt/onbld/bin/$(ARCH)/tic mode=0555
  88 $(sparc_ONLY)file path=opt/onbld/bin/$(ARCH)/tokenize mode=0555
  89 $(sparc_ONLY)file path=opt/onbld/bin/$(ARCH)/tokenize.exe mode=0555
  90 file path=opt/onbld/bin/$(ARCH)/zic mode=0555
  91 file path=opt/onbld/bin/Install mode=0555
  92 file path=opt/onbld/bin/bldenv mode=0555
  93 file path=opt/onbld/bin/bringovercheck mode=0555
  94 file path=opt/onbld/bin/build_cscope mode=0555
  95 file path=opt/onbld/bin/cddlchk mode=0555
  96 file path=opt/onbld/bin/check_mail_msg mode=0555
  97 file path=opt/onbld/bin/check_rtime mode=0555
  98 file path=opt/onbld/bin/checkpaths mode=0555
  99 file path=opt/onbld/bin/copyrightchk mode=0555
 100 file path=opt/onbld/bin/cstyle mode=0555
 101 file path=opt/onbld/bin/elfcmp mode=0555
 102 file path=opt/onbld/bin/find_elf mode=0555
 103 file path=opt/onbld/bin/findcrypto mode=0555
 104 file path=opt/onbld/bin/flg.flp mode=0555
 105 file path=opt/onbld/bin/genoffsets mode=0555
 106 file path=opt/onbld/bin/git-pbchk mode=0555
 107 file path=opt/onbld/bin/hdrchk mode=0555
 108 file path=opt/onbld/bin/interface_check mode=0555
 109 file path=opt/onbld/bin/interface_cmp mode=0555
 110 file path=opt/onbld/bin/ips2deb mode=0555
 111 file path=opt/onbld/bin/jstyle mode=0555
 112 file path=opt/onbld/bin/mapfilechk mode=0555
 113 file path=opt/onbld/bin/nightly mode=0555
 114 file path=opt/onbld/bin/onu mode=0555
 115 file path=opt/onbld/bin/onu-deb mode=0555
 116 file path=opt/onbld/bin/protocmp.terse mode=0555
 117 file path=opt/onbld/bin/sccscheck mode=0555
 118 file path=opt/onbld/bin/signit mode=0555
 119 file path=opt/onbld/bin/signproto mode=0555
 120 file path=opt/onbld/bin/validate_flg mode=0555
 121 file path=opt/onbld/bin/validate_paths mode=0555
 122 file path=opt/onbld/bin/validate_pkg mode=0555
 123 file path=opt/onbld/bin/wdiff mode=0555
 124 file path=opt/onbld/bin/webrev mode=0555
 125 file path=opt/onbld/bin/which_scm mode=0555
 126 file path=opt/onbld/bin/ws mode=0555
 127 file path=opt/onbld/bin/wsdiff mode=0555
 128 file path=opt/onbld/bin/xref mode=0555
 129 file path=opt/onbld/bin/xref.mk
 130 file path=opt/onbld/env/illumos
 131 file path=opt/onbld/env/nza
 132 file path=opt/onbld/etc/exception_lists/check_rtime
 133 file path=opt/onbld/etc/exception_lists/interface_check
 134 file path=opt/onbld/etc/exception_lists/interface_cmp
 135 file path=opt/onbld/etc/ips2deb.priorities
 136 file path=opt/onbld/etc/ips2deb.replaces
 137 file path=opt/onbld/etc/ips2deb.versions
 138 file path=opt/onbld/etc/its.conf
 139 file path=opt/onbld/etc/its.reg
 140 file path=opt/onbld/lib/$(ARCH)/64/libmakestate.so.1
 141 file path=opt/onbld/lib/$(ARCH)/libdwarf.so.1
 142 file path=opt/onbld/lib/$(ARCH)/libmakestate.so.1
 143 file path=opt/onbld/lib/perl/onbld_elfmod.pm
 144 file path=opt/onbld/lib/perl/onbld_elfmod_vertype.pm
 145 file path=opt/onbld/lib/python$(PYTHON_VERSION)/onbld/Checks/CStyle.py \
 146     mode=0444
 147 file path=opt/onbld/lib/python$(PYTHON_VERSION)/onbld/Checks/CStyle.pyc \
 148     mode=0444
 149 file path=opt/onbld/lib/python$(PYTHON_VERSION)/onbld/Checks/Cddl.py mode=0444
 150 file path=opt/onbld/lib/python$(PYTHON_VERSION)/onbld/Checks/Cddl.pyc \
 151     mode=0444
 152 file path=opt/onbld/lib/python$(PYTHON_VERSION)/onbld/Checks/CmtBlk.py \
 153     mode=0444
 154 file path=opt/onbld/lib/python$(PYTHON_VERSION)/onbld/Checks/CmtBlk.pyc \
 155     mode=0444
 156 file path=opt/onbld/lib/python$(PYTHON_VERSION)/onbld/Checks/Comments.py \
 157     mode=0444