Print this page
4108 remove ON_CRYPTO_BINS from tools


  80 # specified, the build is simply run in a new task in the current project.
  81 BUILD_PROJECT=;                         export BUILD_PROJECT
  82 
  83 # You should not need to change the next four lines
  84 LOCKNAME="`basename $CODEMGR_WS`_nightly.lock"; export LOCKNAME
  85 ATLOG="$CODEMGR_WS/log";                        export ATLOG
  86 LOGFILE="$ATLOG/nightly.log";                   export LOGFILE
  87 MACH=`uname -p`;                                export MACH
  88 
  89 # When the -A flag is specified, and ELF_DATA_BASELINE_DIR is defined,
  90 # the ELF interface description file resulting from the build is compared
  91 # to that from the specified directory. This ensures that our object
  92 # versioning evolves in a backward compatible manner.
  93 #
  94 # You should not need to change this unless you wish to use locally cached
  95 # baseline files. If you use this, it must be local (or nfs): nightly cannot
  96 # copy over ssh or http.
  97 #
  98 ELF_DATA_BASELINE_DIR="/ws/onnv-gate/usr/src/ELF-data-baseline.$MACH";  export ELF_DATA_BASELINE_DIR
  99 
 100 # This is usually just needed if the closed tree is missing, or when
 101 # building a project gate with the -O (cap oh) flag.
 102 # ON_CRYPTO_BINS="$PARENT_WS/packages/$MACH/on-crypto.$MACH.tar.bz2"
 103 # export ON_CRYPTO_BINS
 104 
 105 # REF_PROTO_LIST - for comparing the list of stuff in your proto area
 106 # with. Generally this should be left alone, since you want to see differences
 107 # from your parent (the gate).
 108 #
 109 REF_PROTO_LIST=$PARENT_WS/usr/src/proto_list_${MACH}; export REF_PROTO_LIST
 110 
 111 #
 112 #       build environment variables, including version info for mcs, motd,
 113 # motd, uname and boot messages. Mostly you shouldn't change this except
 114 # when the release slips (nah) or you move an environment file to a new
 115 # release
 116 #
 117 ROOT="$CODEMGR_WS/proto/root_${MACH}";  export ROOT
 118 SRC="$CODEMGR_WS/usr/src";              export SRC
 119 VERSION="$GATE";                        export VERSION
 120 
 121 #
 122 # the RELEASE and RELEASE_DATE variables are set in Makefile.master;
 123 # there might be special reasons to override them here, but that
 124 # should not be the case in general




  80 # specified, the build is simply run in a new task in the current project.
  81 BUILD_PROJECT=;                         export BUILD_PROJECT
  82 
  83 # You should not need to change the next four lines
  84 LOCKNAME="`basename $CODEMGR_WS`_nightly.lock"; export LOCKNAME
  85 ATLOG="$CODEMGR_WS/log";                        export ATLOG
  86 LOGFILE="$ATLOG/nightly.log";                   export LOGFILE
  87 MACH=`uname -p`;                                export MACH
  88 
  89 # When the -A flag is specified, and ELF_DATA_BASELINE_DIR is defined,
  90 # the ELF interface description file resulting from the build is compared
  91 # to that from the specified directory. This ensures that our object
  92 # versioning evolves in a backward compatible manner.
  93 #
  94 # You should not need to change this unless you wish to use locally cached
  95 # baseline files. If you use this, it must be local (or nfs): nightly cannot
  96 # copy over ssh or http.
  97 #
  98 ELF_DATA_BASELINE_DIR="/ws/onnv-gate/usr/src/ELF-data-baseline.$MACH";  export ELF_DATA_BASELINE_DIR
  99 





 100 # REF_PROTO_LIST - for comparing the list of stuff in your proto area
 101 # with. Generally this should be left alone, since you want to see differences
 102 # from your parent (the gate).
 103 #
 104 REF_PROTO_LIST=$PARENT_WS/usr/src/proto_list_${MACH}; export REF_PROTO_LIST
 105 
 106 #
 107 #       build environment variables, including version info for mcs, motd,
 108 # motd, uname and boot messages. Mostly you shouldn't change this except
 109 # when the release slips (nah) or you move an environment file to a new
 110 # release
 111 #
 112 ROOT="$CODEMGR_WS/proto/root_${MACH}";  export ROOT
 113 SRC="$CODEMGR_WS/usr/src";              export SRC
 114 VERSION="$GATE";                        export VERSION
 115 
 116 #
 117 # the RELEASE and RELEASE_DATE variables are set in Makefile.master;
 118 # there might be special reasons to override them here, but that
 119 # should not be the case in general