build.sh revision 1.119 1 #! /usr/bin/env sh
2 # $NetBSD: build.sh,v 1.119 2003/10/25 03:46:09 lukem Exp $
3 #
4 # Copyright (c) 2001-2003 The NetBSD Foundation, Inc.
5 # All rights reserved.
6 #
7 # This code is derived from software contributed to The NetBSD Foundation
8 # by Todd Vierling and Luke Mewburn.
9 #
10 # Redistribution and use in source and binary forms, with or without
11 # modification, are permitted provided that the following conditions
12 # are met:
13 # 1. Redistributions of source code must retain the above copyright
14 # notice, this list of conditions and the following disclaimer.
15 # 2. Redistributions in binary form must reproduce the above copyright
16 # notice, this list of conditions and the following disclaimer in the
17 # documentation and/or other materials provided with the distribution.
18 # 3. All advertising materials mentioning features or use of this software
19 # must display the following acknowledgement:
20 # This product includes software developed by the NetBSD
21 # Foundation, Inc. and its contributors.
22 # 4. Neither the name of The NetBSD Foundation nor the names of its
23 # contributors may be used to endorse or promote products derived
24 # from this software without specific prior written permission.
25 #
26 # THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
27 # ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
28 # TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
29 # PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
30 # BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
31 # CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
32 # SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
33 # INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
34 # CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
35 # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
36 # POSSIBILITY OF SUCH DAMAGE.
37 #
38 #
39 # Top level build wrapper, for a system containing no tools.
40 #
41 # This script should run on any POSIX-compliant shell. For systems
42 # with a strange /bin/sh, "ksh" or "bash" may be an ample alternative.
43 #
44 # Note, however, that due to the way the interpreter is invoked above,
45 # if a POSIX-compliant shell is the first in the PATH, you won't have
46 # to take any further action.
47 #
48
49 progname=${0##*/}
50 toppid=$$
51 results=/dev/null
52 trap "exit 1" 1 2 3 15
53
54 bomb()
55 {
56 cat >&2 <<ERRORMESSAGE
57
58 ERROR: $@
59 *** BUILD ABORTED ***
60 ERRORMESSAGE
61 kill ${toppid} # in case we were invoked from a subshell
62 exit 1
63 }
64
65
66 statusmsg()
67 {
68 ${runcmd} echo "===> $@" | tee -a "${results}"
69 }
70
71 initdefaults()
72 {
73 cd "$(dirname $0)"
74 [ -d usr.bin/make ] ||
75 bomb "build.sh must be run from the top source level"
76 [ -f share/mk/bsd.own.mk ] ||
77 bomb "src/share/mk is missing; please re-fetch the source tree"
78
79 uname_s=$(uname -s 2>/dev/null)
80 uname_m=$(uname -m 2>/dev/null)
81
82 # If $PWD is a valid name of the current directory, POSIX mandates
83 # that pwd return it by default which causes problems in the
84 # presence of symlinks. Unsetting PWD is simpler than changing
85 # every occurrence of pwd to use -P.
86 #
87 # XXX Except that doesn't work on Solaris.
88 #
89 unset PWD
90 if [ "${uname_s}" = "SunOS" ]; then
91 TOP=$(pwd -P)
92 else
93 TOP=$(pwd)
94 fi
95
96 # Set defaults.
97 #
98 toolprefix=nb
99
100 # Some systems have a small ARG_MAX. -X prevents make(1) from
101 # exporting variables in the environment redundantly.
102 #
103 case "${uname_s}" in
104 Darwin | FreeBSD | CYGWIN*)
105 MAKEFLAGS=-X
106 ;;
107 *)
108 MAKEFLAGS=
109 ;;
110 esac
111
112 makeenv=
113 makewrapper=
114 makewrappermachine=
115 runcmd=
116 operations=
117 removedirs=
118 do_expertmode=false
119 do_rebuildmake=false
120 do_removedirs=false
121
122 # do_{operation}=true if given operation is requested.
123 #
124 do_tools=false
125 do_obj=false
126 do_build=false
127 do_distribution=false
128 do_release=false
129 do_kernel=false
130 do_releasekernel=false
131 do_install=false
132 do_sets=false
133 do_sourcesets=false
134 do_params=false
135
136 # Create scratch directory
137 #
138 tmpdir="${TMPDIR-/tmp}/nbbuild$$"
139 mkdir "${tmpdir}" || bomb "Cannot mkdir: ${tmpdir}"
140 trap "cd /; rm -r -f \"${tmpdir}\"" 0
141 results="${tmpdir}/build.sh.results"
142
143 # Set source directories
144 #
145 setmakeenv NETBSDSRCDIR "${TOP}"
146 }
147
148 getarch()
149 {
150 # Translate a MACHINE into a default MACHINE_ARCH.
151 #
152 case "${MACHINE}" in
153
154 acorn26|acorn32|cats|evbarm|hpcarm|netwinder|shark)
155 MACHINE_ARCH=arm
156 ;;
157
158 hp700)
159 MACHINE_ARCH=hppa
160 ;;
161
162 sun2)
163 MACHINE_ARCH=m68000
164 ;;
165
166 amiga|atari|cesfic|hp300|luna68k|mac68k|mvme68k|news68k|next68k|sun3|x68k)
167 MACHINE_ARCH=m68k
168 ;;
169
170 evbmips-e[bl]|sbmips-e[bl])
171 MACHINE_ARCH=mips${MACHINE##*-}
172 makewrappermachine=${MACHINE}
173 MACHINE=${MACHINE%-e[bl]}
174 ;;
175
176 evbmips|sbmips) # no default MACHINE_ARCH
177 ;;
178
179 mipsco|newsmips|sgimips)
180 MACHINE_ARCH=mipseb
181 ;;
182
183 algor|arc|cobalt|hpcmips|playstation2|pmax)
184 MACHINE_ARCH=mipsel
185 ;;
186
187 pc532)
188 MACHINE_ARCH=ns32k
189 ;;
190
191 amigappc|bebox|evbppc|ibmnws|macppc|mvmeppc|ofppc|pmppc|prep|sandpoint)
192 MACHINE_ARCH=powerpc
193 ;;
194
195 evbsh3-e[bl])
196 MACHINE_ARCH=sh3${MACHINE##*-}
197 makewrappermachine=${MACHINE}
198 MACHINE=${MACHINE%-e[bl]}
199 ;;
200
201 evbsh3) # no default MACHINE_ARCH
202 ;;
203
204 mmeye)
205 MACHINE_ARCH=sh3eb
206 ;;
207
208 dreamcast|hpcsh)
209 MACHINE_ARCH=sh3el
210 ;;
211
212 evbsh5)
213 MACHINE_ARCH=sh5el
214 ;;
215 amd64)
216 MACHINE_ARCH=x86_64
217 ;;
218
219 alpha|i386|sparc|sparc64|vax)
220 MACHINE_ARCH=${MACHINE}
221 ;;
222
223 *)
224 bomb "Unknown target MACHINE: ${MACHINE}"
225 ;;
226
227 esac
228 }
229
230 validatearch()
231 {
232 # Ensure that the MACHINE_ARCH exists (and is supported by build.sh).
233 #
234 case "${MACHINE_ARCH}" in
235
236 alpha|arm|armeb|hppa|i386|m68000|m68k|mipse[bl]|ns32k|powerpc|sh[35]e[bl]|sparc|sparc64|vax|x86_64)
237 ;;
238
239 "")
240 bomb "No MACHINE_ARCH provided"
241 ;;
242
243 *)
244 bomb "Unknown target MACHINE_ARCH: ${MACHINE_ARCH}"
245 ;;
246
247 esac
248
249 # Determine valid MACHINE_ARCHs for MACHINE
250 #
251 case "${MACHINE}" in
252
253 evbarm)
254 arches="arm armeb"
255 ;;
256
257 evbmips|sbmips)
258 arches="mipseb mipsel"
259 ;;
260
261 evbsh3)
262 arches="sh3eb sh3el"
263 ;;
264
265 evbsh5)
266 arches="sh5eb sh5el"
267 ;;
268
269 *)
270 oma="${MACHINE_ARCH}"
271 getarch
272 arches="${MACHINE_ARCH}"
273 MACHINE_ARCH="${oma}"
274 ;;
275
276 esac
277
278 # Ensure that MACHINE_ARCH supports MACHINE
279 #
280 archok=false
281 for a in ${arches}; do
282 if [ "${a}" = "${MACHINE_ARCH}" ]; then
283 archok=true
284 break
285 fi
286 done
287 ${archok} ||
288 bomb "MACHINE_ARCH '${MACHINE_ARCH}' does not support MACHINE '${MACHINE}'"
289 }
290
291 raw_getmakevar()
292 {
293 [ -x "${make}" ] || bomb "raw_getmakevar $1: ${make} is not executable"
294 "${make}" -m ${TOP}/share/mk -s -f- _x_ <<EOF
295 _x_:
296 echo \${$1}
297 .include <bsd.prog.mk>
298 .include <bsd.kernobj.mk>
299 EOF
300 }
301
302 getmakevar()
303 {
304 # raw_getmakevar() doesn't work properly if $make hasn't yet been
305 # built, which can happen when running with the "-n" option.
306 # getmakevar() deals with this by emitting a literal '$'
307 # followed by the variable name, instead of trying to find the
308 # variable's value.
309 #
310 if [ -x "${make}" ]; then
311 raw_getmakevar "$1"
312 else
313 echo "\$$1"
314 fi
315 }
316
317 setmakeenv()
318 {
319 eval "$1='$2'; export $1"
320 makeenv="${makeenv} $1"
321 }
322
323 unsetmakeenv()
324 {
325 eval "unset $1"
326 makeenv="${makeenv} $1"
327 }
328
329 resolvepath()
330 {
331 case "${OPTARG}" in
332 /*)
333 ;;
334 *)
335 OPTARG="${TOP}/${OPTARG}"
336 ;;
337 esac
338 }
339
340 usage()
341 {
342 if [ -n "$*" ]; then
343 echo ""
344 echo "${progname}: $*"
345 fi
346 cat <<_usage_
347
348 Usage: ${progname} [-EnorUu] [-a arch] [-B buildid] [-D dest] [-j njob]
349 [-M obj] [-m mach] [-N noisy] [-O obj] [-R release] [-T tools]
350 [-V var=[value]] [-w wrapper] [-Z var] operation [...]
351
352 Build operations (all imply "obj" and "tools"):
353 build Run "make build"
354 distribution Run "make distribution" (includes DESTDIR/etc/ files)
355 release Run "make release" (includes kernels & distrib media)
356
357 Other operations:
358 help Show this message (and exit)
359 makewrapper Create ${toolprefix}make-\${MACHINE} wrapper and ${toolprefix}make.
360 (Always done)
361 obj Run "make obj" (default unless -o is used)
362 tools Build and install tools
363 install=idir Run "make installworld" to \`idir'
364 (useful after 'distribution' or 'release')
365 kernel=conf Build kernel with config file \`conf'
366 releasekernel=conf Install kernel built by kernel=conf to RELEASEDIR
367 sets Create binary sets in RELEASEDIR/MACHINE/binary/sets
368 sourcesets Create source sets in RELEASEDIR/source/sets
369 params Display various make(1) parameters
370
371 Options:
372 -a arch Set MACHINE_ARCH to arch (otherwise deduced from MACHINE)
373 -B buildId Set BUILDID to buildId
374 -D dest Set DESTDIR to dest. [Default: destdir.MACHINE]
375 -E Set "expert" mode; disables various safety checks.
376 Should not be used without expert knowledge of the build system
377 -j njob Run up to njob jobs in parallel; see make(1)
378 -M obj Set obj root directory to obj (sets MAKEOBJDIRPREFIX)
379 Unsets MAKEOBJDIR.
380 -m mach Set MACHINE to mach (not required if NetBSD native)
381 -N noisy Set the noisyness level of the build:
382 0 Quiet
383 1 Operations are described, commands are suppressed
384 2 Full output
385 [Default: 2]
386 -n Show commands that would be executed, but do not execute them
387 -O obj Set obj root directory to obj (sets a MAKEOBJDIR pattern).
388 Unsets MAKEOBJDIRPREFIX.
389 -o Set MKOBJDIRS=no (do not create objdirs at start of build)
390 -R release Set RELEASEDIR to release. [Default: releasedir]
391 -r Remove contents of TOOLDIR and DESTDIR before building
392 -T tools Set TOOLDIR to tools. If unset, and TOOLDIR is not set in
393 the environment, ${toolprefix}make will be (re)built unconditionally
394 -U Set MKUNPRIVED=yes (build without requiring root privileges;
395 install from an UNPRIVED build with proper file permissions)
396 -u Set MKUPDATE=yes (do not run "make clean" first).
397 Without this, everything is rebuilt, including the tools.
398 -V v=[val] Set variable \`v' to \`val'
399 -w wrapper Create ${toolprefix}make script as wrapper
400 [Default: \${TOOLDIR}/bin/${toolprefix}make-\${MACHINE}]
401 -Z v Unset ("zap") variable \`v'
402
403 _usage_
404 exit 1
405 }
406
407 parseoptions()
408 {
409 opts='a:B:bD:dEhi:j:k:M:m:N:nO:oR:rT:tUuV:w:Z:'
410 opt_a=no
411
412 if type getopts >/dev/null 2>&1; then
413 # Use POSIX getopts.
414 #
415 getoptcmd='getopts ${opts} opt && opt=-${opt}'
416 optargcmd=':'
417 optremcmd='shift $((${OPTIND} -1))'
418 else
419 type getopt >/dev/null 2>&1 ||
420 bomb "/bin/sh shell is too old; try ksh or bash"
421
422 # Use old-style getopt(1) (doesn't handle whitespace in args).
423 #
424 args="$(getopt ${opts} $*)"
425 [ $? = 0 ] || usage
426 set -- ${args}
427
428 getoptcmd='[ $# -gt 0 ] && opt="$1" && shift'
429 optargcmd='OPTARG="$1"; shift'
430 optremcmd=':'
431 fi
432
433 # Parse command line options.
434 #
435 while eval ${getoptcmd}; do
436 case ${opt} in
437
438 -a)
439 eval ${optargcmd}
440 MACHINE_ARCH=${OPTARG}
441 opt_a=yes
442 ;;
443
444 -B)
445 eval ${optargcmd}
446 BUILDID=${OPTARG}
447 ;;
448
449 -b)
450 usage "'-b' has been replaced by 'makewrapper'"
451 ;;
452
453 -D)
454 eval ${optargcmd}; resolvepath
455 setmakeenv DESTDIR "${OPTARG}"
456 ;;
457
458 -d)
459 usage "'-d' has been replaced by 'distribution'"
460 ;;
461
462 -E)
463 do_expertmode=true
464 ;;
465
466 -i)
467 usage "'-i idir' has been replaced by 'install=idir'"
468 ;;
469
470 -j)
471 eval ${optargcmd}
472 parallel="-j ${OPTARG}"
473 ;;
474
475 -k)
476 usage "'-k conf' has been replaced by 'kernel=conf'"
477 ;;
478
479 -M)
480 eval ${optargcmd}; resolvepath
481 makeobjdir="${OPTARG}"
482 unsetmakeenv MAKEOBJDIR
483 setmakeenv MAKEOBJDIRPREFIX "${OPTARG}"
484 ;;
485
486 # -m overrides MACHINE_ARCH unless "-a" is specified
487 -m)
488 eval ${optargcmd}
489 MACHINE="${OPTARG}"
490 [ "${opt_a}" != "yes" ] && getarch
491 ;;
492
493 -N)
494 eval ${optargcmd}
495 case "${OPTARG}" in
496 0|1)
497 MAKEFLAGS="${MAKEFLAGS} -s"
498 ;;
499 2)
500 ;;
501 *)
502 usage "'${OPTARG}' is not a valid value for -N"
503 ;;
504 esac
505 setmakeenv MAKEVERBOSE "${OPTARG}"
506 ;;
507
508 -n)
509 runcmd=echo
510 ;;
511
512 -O)
513 eval ${optargcmd}; resolvepath
514 makeobjdir="${OPTARG}"
515 unsetmakeenv MAKEOBJDIRPREFIX
516 setmakeenv MAKEOBJDIR "\${.CURDIR:C,^$TOP,$OPTARG,}"
517 ;;
518
519 -o)
520 MKOBJDIRS=no
521 ;;
522
523 -R)
524 eval ${optargcmd}; resolvepath
525 setmakeenv RELEASEDIR "${OPTARG}"
526 ;;
527
528 -r)
529 do_removedirs=true
530 do_rebuildmake=true
531 ;;
532
533 -T)
534 eval ${optargcmd}; resolvepath
535 TOOLDIR="${OPTARG}"
536 export TOOLDIR
537 ;;
538
539 -t)
540 usage "'-t' has been replaced by 'tools'"
541 ;;
542
543 -U)
544 setmakeenv MKUNPRIVED yes
545 ;;
546
547 -u)
548 setmakeenv MKUPDATE yes
549 ;;
550
551 -V)
552 eval ${optargcmd}
553 case "${OPTARG}" in
554 # XXX: consider restricting which variables can be changed?
555 [a-zA-Z_][a-zA-Z_0-9]*=*)
556 setmakeenv "${OPTARG%%=*}" "${OPTARG#*=}"
557 ;;
558 *)
559 usage "-V argument must be of the form 'var=[value]'"
560 ;;
561 esac
562 ;;
563
564 -w)
565 eval ${optargcmd}; resolvepath
566 makewrapper="${OPTARG}"
567 ;;
568
569 -Z)
570 eval ${optargcmd}
571 # XXX: consider restricting which variables can be unset?
572 unsetmakeenv "${OPTARG}"
573 ;;
574
575 --)
576 break
577 ;;
578
579 -'?'|-h)
580 usage
581 ;;
582
583 esac
584 done
585
586 # Validate operations.
587 #
588 eval ${optremcmd}
589 while [ $# -gt 0 ]; do
590 op=$1; shift
591 operations="${operations} ${op}"
592
593 case "${op}" in
594
595 help)
596 usage
597 ;;
598
599 makewrapper|obj|tools|build|distribution|release|sets|sourcesets|params)
600 ;;
601
602 kernel=*|releasekernel=*)
603 arg=${op#*=}
604 op=${op%%=*}
605 [ -n "${arg}" ] ||
606 bomb "Must supply a kernel name with \`${op}=...'"
607 ;;
608
609 install=*)
610 arg=${op#*=}
611 op=${op%%=*}
612 [ -n "${arg}" ] ||
613 bomb "Must supply a directory with \`install=...'"
614 ;;
615
616 *)
617 usage "Unknown operation \`${op}'"
618 ;;
619
620 esac
621 eval do_${op}=true
622 done
623 [ -n "${operations}" ] || usage "Missing operation to perform."
624
625 # Set up MACHINE*. On a NetBSD host, these are allowed to be unset.
626 #
627 if [ -z "${MACHINE}" ]; then
628 [ "${uname_s}" = "NetBSD" ] ||
629 bomb "MACHINE must be set, or -m must be used, for cross builds."
630 MACHINE=${uname_m}
631 fi
632 [ -n "${MACHINE_ARCH}" ] || getarch
633 validatearch
634
635 # Set up default make(1) environment.
636 #
637 setmakeenv LC_ALL C
638 makeenv="${makeenv} TOOLDIR MACHINE MACHINE_ARCH MAKEFLAGS"
639 [ -z "${BUILDID}" ] || makeenv="${makeenv} BUILDID"
640 MAKEFLAGS="-de -m ${TOP}/share/mk ${MAKEFLAGS} MKOBJDIRS=${MKOBJDIRS-yes}"
641 export MAKEFLAGS MACHINE MACHINE_ARCH
642 }
643
644 rebuildmake()
645 {
646 # Test make source file timestamps against installed ${toolprefix}make
647 # binary, if TOOLDIR is pre-set.
648 #
649 # Note that we do NOT try to grovel "mk.conf" here to find out if
650 # TOOLDIR is set there, because it can contain make variable
651 # expansions and other stuff only parseable *after* we have a working
652 # ${toolprefix}make. So this logic can only work if the user has
653 # pre-set TOOLDIR in the environment or used the -T option to build.sh.
654 #
655 make="${TOOLDIR-nonexistent}/bin/${toolprefix}make"
656 if [ -x "${make}" ]; then
657 for f in usr.bin/make/*.[ch] usr.bin/make/lst.lib/*.[ch]; do
658 if [ "${f}" -nt "${make}" ]; then
659 do_rebuildmake=true
660 break
661 fi
662 done
663 else
664 do_rebuildmake=true
665 fi
666
667 # Build bootstrap ${toolprefix}make if needed.
668 if ${do_rebuildmake}; then
669 statusmsg "Bootstrapping ${toolprefix}make"
670 ${runcmd} cd "${tmpdir}"
671 ${runcmd} env CC="${HOST_CC-cc}" CPPFLAGS="${HOST_CPPFLAGS}" \
672 CFLAGS="${HOST_CFLAGS--O}" LDFLAGS="${HOST_LDFLAGS}" \
673 sh "${TOP}/tools/make/configure" ||
674 bomb "Configure of ${toolprefix}make failed"
675 ${runcmd} sh buildmake.sh ||
676 bomb "Build of ${toolprefix}make failed"
677 make="${tmpdir}/${toolprefix}make"
678 ${runcmd} cd "${TOP}"
679 ${runcmd} rm -f usr.bin/make/*.o usr.bin/make/lst.lib/*.o
680 fi
681 }
682
683 validatemakeparams()
684 {
685 if [ "${runcmd}" = "echo" ]; then
686 TOOLCHAIN_MISSING=no
687 EXTERNAL_TOOLCHAIN=""
688 else
689 TOOLCHAIN_MISSING=$(raw_getmakevar TOOLCHAIN_MISSING)
690 EXTERNAL_TOOLCHAIN=$(raw_getmakevar EXTERNAL_TOOLCHAIN)
691 fi
692 if [ "${TOOLCHAIN_MISSING}" = "yes" ] && \
693 [ -z "${EXTERNAL_TOOLCHAIN}" ]; then
694 ${runcmd} echo "ERROR: build.sh (in-tree cross-toolchain) is not yet available for"
695 ${runcmd} echo " MACHINE: ${MACHINE}"
696 ${runcmd} echo " MACHINE_ARCH: ${MACHINE_ARCH}"
697 ${runcmd} echo ""
698 ${runcmd} echo "All builds for this platform should be done via a traditional make"
699 ${runcmd} echo "If you wish to use an external cross-toolchain, set"
700 ${runcmd} echo " EXTERNAL_TOOLCHAIN=<path to toolchain root>"
701 ${runcmd} echo "in either the environment or mk.conf and rerun"
702 ${runcmd} echo " ${progname} $*"
703 exit 1
704 fi
705
706 if [ "${MKOBJDIRS}" != "no" ]; then
707 # If setting -M or -O to the root of an obj dir, make sure
708 # the base directory is made before continuing as <bsd.own.mk>
709 # will need this to pick up _SRC_TOP_OBJ_
710 #
711 if [ ! -z "${makeobjdir}" ]; then
712 ${runcmd} mkdir -p "${makeobjdir}"
713 fi
714
715 # make obj in tools to ensure that the objdir for the top-level
716 # of the source tree and for "tools" is available, in case the
717 # default TOOLDIR setting from <bsd.own.mk> is used, or the
718 # build.sh default DESTDIR and RELEASEDIR is to be used.
719 #
720 ${runcmd} cd tools
721 ${runcmd} "${make}" -m ${TOP}/share/mk obj NOSUBDIR= ||
722 bomb "Failed to make obj in tools"
723 ${runcmd} cd "${TOP}"
724 fi
725
726 statusmsg "MACHINE: ${MACHINE}"
727 statusmsg "MACHINE_ARCH: ${MACHINE_ARCH}"
728
729 # Find TOOLDIR, DESTDIR, and RELEASEDIR.
730 #
731 TOOLDIR=$(getmakevar TOOLDIR)
732 statusmsg "TOOLDIR path: ${TOOLDIR}"
733 DESTDIR=$(getmakevar DESTDIR)
734 RELEASEDIR=$(getmakevar RELEASEDIR)
735 if ! $do_expertmode; then
736 _SRC_TOP_OBJ_=$(getmakevar _SRC_TOP_OBJ_)
737 : ${DESTDIR:=${_SRC_TOP_OBJ_}/destdir.${MACHINE}}
738 : ${RELEASEDIR:=${_SRC_TOP_OBJ_}/releasedir}
739 makeenv="${makeenv} DESTDIR RELEASEDIR"
740 fi
741 export TOOLDIR DESTDIR RELEASEDIR
742 statusmsg "DESTDIR path: ${DESTDIR}"
743 statusmsg "RELEASEDIR path: ${RELEASEDIR}"
744
745 # Check validity of TOOLDIR and DESTDIR.
746 #
747 if [ -z "${TOOLDIR}" ] || [ "${TOOLDIR}" = "/" ]; then
748 bomb "TOOLDIR '${TOOLDIR}' invalid"
749 fi
750 removedirs="${TOOLDIR}"
751
752 if [ -z "${DESTDIR}" ] || [ "${DESTDIR}" = "/" ]; then
753 if ${do_build} || ${do_distribution} || ${do_release}; then
754 if ! ${do_build} || \
755 [ "${uname_s}" != "NetBSD" ] || \
756 [ "${uname_m}" != "${MACHINE}" ]; then
757 bomb "DESTDIR must != / for cross builds, or ${progname} 'distribution' or 'release'."
758 fi
759 if ! ${do_expertmode}; then
760 bomb "DESTDIR must != / for non -E (expert) builds"
761 fi
762 statusmsg "WARNING: Building to /, in expert mode."
763 statusmsg " This may cause your system to break! Reasons include:"
764 statusmsg " - your kernel is not up to date"
765 statusmsg " - the libraries or toolchain have changed"
766 statusmsg " YOU HAVE BEEN WARNED!"
767 fi
768 else
769 removedirs="${removedirs} ${DESTDIR}"
770 fi
771 if ${do_build} || ${do_distribution} || ${do_release}; then
772 if ! ${do_expertmode} && \
773 [ $(id -u 2>/dev/null) -ne 0 ] && \
774 [ -z "${MKUNPRIVED}" ] ; then
775 bomb "-U or -E must be set for build as an unprivileged user."
776 fi
777 fi
778 if ${do_releasekernel} && [ -z "${RELEASEDIR}" ]; then
779 bomb "Must set RELEASEDIR with \`releasekernel=...'"
780 fi
781 }
782
783
784 createmakewrapper()
785 {
786 # Remove the target directories.
787 #
788 if ${do_removedirs}; then
789 for f in ${removedirs}; do
790 statusmsg "Removing ${f}"
791 ${runcmd} rm -r -f "${f}"
792 done
793 fi
794
795 # Recreate $TOOLDIR.
796 #
797 ${runcmd} mkdir -p "${TOOLDIR}/bin" ||
798 bomb "mkdir of '${TOOLDIR}/bin' failed"
799
800 # Install ${toolprefix}make if it was built.
801 #
802 if ${do_rebuildmake}; then
803 ${runcmd} rm -f "${TOOLDIR}/bin/${toolprefix}make"
804 ${runcmd} cp "${make}" "${TOOLDIR}/bin/${toolprefix}make" ||
805 bomb "Failed to install \$TOOLDIR/bin/${toolprefix}make"
806 make="${TOOLDIR}/bin/${toolprefix}make"
807 statusmsg "Created ${make}"
808 fi
809
810 # Build a ${toolprefix}make wrapper script, usable by hand as
811 # well as by build.sh.
812 #
813 if [ -z "${makewrapper}" ]; then
814 makewrapper="${TOOLDIR}/bin/${toolprefix}make-${makewrappermachine:-${MACHINE}}"
815 [ -z "${BUILDID}" ] || makewrapper="${makewrapper}-${BUILDID}"
816 fi
817
818 ${runcmd} rm -f "${makewrapper}"
819 if [ "${runcmd}" = "echo" ]; then
820 echo 'cat <<EOF >'${makewrapper}
821 makewrapout=
822 else
823 makewrapout=">>\${makewrapper}"
824 fi
825
826 eval cat <<EOF ${makewrapout}
827 #! /bin/sh
828 # Set proper variables to allow easy "make" building of a NetBSD subtree.
829 # Generated from: \$NetBSD: build.sh,v 1.119 2003/10/25 03:46:09 lukem Exp $
830 #
831
832 EOF
833 for f in ${makeenv}; do
834 if eval "[ -z \"\${$f}\" -a \"\${${f}-X}\" = \"X\" ]"; then
835 eval echo "unset ${f}" ${makewrapout}
836 else
837 eval echo "${f}=\'\$$(echo ${f})\'\;\ export\ ${f}" ${makewrapout}
838 fi
839 done
840 eval echo "USETOOLS=yes\; export USETOOLS" ${makewrapout}
841
842 eval cat <<EOF ${makewrapout}
843
844 exec "\${TOOLDIR}/bin/${toolprefix}make" \${1+"\$@"}
845 EOF
846 [ "${runcmd}" = "echo" ] && echo EOF
847 ${runcmd} chmod +x "${makewrapper}"
848 statusmsg "makewrapper: ${makewrapper}"
849 statusmsg "Updated ${makewrapper}"
850 }
851
852 buildtools()
853 {
854 if [ "${MKOBJDIRS}" != "no" ]; then
855 ${runcmd} "${makewrapper}" ${parallel} obj-tools ||
856 bomb "Failed to make obj-tools"
857 fi
858 ${runcmd} cd tools
859 if [ -z "${MKUPDATE}" ]; then
860 cleandir=cleandir
861 else
862 cleandir=
863 fi
864 ${runcmd} "${makewrapper}" ${cleandir} dependall install ||
865 bomb "Failed to make tools"
866 statusmsg "Tools built to ${TOOLDIR}"
867 ${runcmd} cd "${TOP}"
868 }
869
870 getkernelconf()
871 {
872 kernelconf="$1"
873 if [ "${MKOBJDIRS}" != "no" ]; then
874 # The correct value of KERNOBJDIR might
875 # depend on a prior "make obj" in
876 # ${KERNSRCDIR}/${KERNARCHDIR}/compile.
877 #
878 KERNSRCDIR="$(getmakevar KERNSRCDIR)"
879 KERNARCHDIR="$(getmakevar KERNARCHDIR)"
880 ${runcmd} cd "${KERNSRCDIR}/${KERNARCHDIR}/compile"
881 ${runcmd} "${makewrapper}" obj ||
882 bomb "Failed to make obj in ${KERNSRCDIR}/${KERNARCHDIR}/compile"
883 ${runcmd} cd "${TOP}"
884 fi
885 KERNCONFDIR="$(getmakevar KERNCONFDIR)"
886 KERNOBJDIR="$(getmakevar KERNOBJDIR)"
887 case "${kernelconf}" in
888 */*)
889 kernelconfpath="${kernelconf}"
890 kernelconfname="${kernelconf##*/}"
891 ;;
892 *)
893 kernelconfpath="${KERNCONFDIR}/${kernelconf}"
894 kernelconfname="${kernelconf}"
895 ;;
896 esac
897 kernelbuildpath="${KERNOBJDIR}/${kernelconfname}"
898 }
899
900 buildkernel()
901 {
902 if ! ${do_tools} && ! ${buildkernelwarned:-false}; then
903 # Building tools every time we build a kernel is clearly
904 # unnecessary. We could try to figure out whether rebuilding
905 # the tools is necessary this time, but it doesn't seem worth
906 # the trouble. Instead, we say it's the user's responsibility
907 # to rebuild the tools if necessary.
908 #
909 statusmsg "Building kernel without building new tools"
910 buildkernelwarned=true
911 fi
912 getkernelconf $1
913 statusmsg "Building kernel: ${kernelconf}"
914 statusmsg "Build directory: ${kernelbuildpath}"
915 ${runcmd} mkdir -p "${kernelbuildpath}" ||
916 bomb "Cannot mkdir: ${kernelbuildpath}"
917 if [ -z "${MKUPDATE}" ]; then
918 ${runcmd} cd "${kernelbuildpath}"
919 ${runcmd} "${makewrapper}" cleandir ||
920 bomb "Failed to make cleandir in ${kernelbuildpath}"
921 ${runcmd} cd "${TOP}"
922 fi
923 ${runcmd} "${TOOLDIR}/bin/${toolprefix}config" -b "${kernelbuildpath}" \
924 -s "${TOP}/sys" "${kernelconfpath}" ||
925 bomb "${toolprefix}config failed for ${kernelconf}"
926 ${runcmd} cd "${kernelbuildpath}"
927 ${runcmd} "${makewrapper}" depend ||
928 bomb "Failed to make depend in ${kernelbuildpath}"
929 ${runcmd} "${makewrapper}" ${parallel} all ||
930 bomb "Failed to make all in ${kernelbuildpath}"
931 ${runcmd} cd "${TOP}"
932
933 if [ "${runcmd}" != "echo" ]; then
934 statusmsg "Kernels built from ${kernelconf}:"
935 kernlist=$(awk '$1 == "config" { print $2 }' ${kernelconfpath})
936 for kern in ${kernlist:-netbsd}; do
937 [ -f "${kernelbuildpath}/${kern}" ] && \
938 echo " ${kernelbuildpath}/${kern}"
939 done | tee -a "${results}"
940 fi
941 }
942
943 releasekernel()
944 {
945 getkernelconf $1
946 kernelreldir="${RELEASEDIR}/${MACHINE}/binary/kernel"
947 ${runcmd} mkdir -p "${kernelreldir}"
948 kernlist=$(awk '$1 == "config" { print $2 }' ${kernelconfpath})
949 for kern in ${kernlist:-netbsd}; do
950 builtkern="${kernelbuildpath}/${kern}"
951 [ -f "${builtkern}" ] || continue
952 releasekern="${kernelreldir}/${kern}-${kernelconfname}.gz"
953 statusmsg "Kernel copy: ${releasekern}"
954 ${runcmd} gzip -c -9 < "${builtkern}" > "${releasekern}"
955 done
956 }
957
958 installworld()
959 {
960 dir="$1"
961 ${runcmd} "${makewrapper}" INSTALLWORLDDIR="${dir}" installworld ||
962 bomb "Failed to make installworld to ${dir}"
963 statusmsg "Successful installworld to ${dir}"
964 }
965
966
967 main()
968 {
969 initdefaults
970 parseoptions "$@"
971
972 build_start=$(date)
973 statusmsg "${progname} command: $0 $@"
974 statusmsg "${progname} started: ${build_start}"
975
976 rebuildmake
977 validatemakeparams
978 createmakewrapper
979
980 # Perform the operations.
981 #
982 for op in ${operations}; do
983 case "${op}" in
984
985 makewrapper)
986 # no-op
987 ;;
988
989 tools)
990 buildtools
991 ;;
992
993 obj|build|distribution|release|sets|sourcesets|params)
994 ${runcmd} "${makewrapper}" ${parallel} ${op} ||
995 bomb "Failed to make ${op}"
996 statusmsg "Successful make ${op}"
997 ;;
998
999 kernel=*)
1000 arg=${op#*=}
1001 buildkernel "${arg}"
1002 ;;
1003
1004 releasekernel=*)
1005 arg=${op#*=}
1006 releasekernel "${arg}"
1007 ;;
1008
1009 install=*)
1010 arg=${op#*=}
1011 if [ "${arg}" = "/" ] && \
1012 ( [ "${uname_s}" != "NetBSD" ] || \
1013 [ "${uname_m}" != "${MACHINE}" ] ); then
1014 bomb "'${op}' must != / for cross builds."
1015 fi
1016 installworld "${arg}"
1017 ;;
1018
1019 *)
1020 bomb "Unknown operation \`${op}'"
1021 ;;
1022
1023 esac
1024 done
1025
1026 statusmsg "${progname} started: ${build_start}"
1027 statusmsg "${progname} ended: $(date)"
1028 if [ -s "${results}" ]; then
1029 echo "===> Summary of results:"
1030 sed -e 's/^===>//;s/^/ /' "${results}"
1031 echo "===> ."
1032 fi
1033 }
1034
1035 main "$@"
1036