summaryrefslogtreecommitdiff
path: root/build.sh
AgeCommit message (Expand)Author
2003-11-14tweak usage message.lukem
2003-11-12Now that MKUPDATE and MKUNPRIVED are "normalized" with getmakevar(),lukem
2003-10-31Always use `/bin/pwd -P` to get the "TOP" of the source tree, so thatlukem
2003-10-26Explain why make is being rebuilt.lukem
2003-10-26Improve how build.sh -N and MAKEVERBOSE interoperate;lukem
2003-10-26"Normalise" MKOBJDIRS MKUPDATE MKUNPRIVED with getmakevar() beforelukem
2003-10-25Implement build -N noisy, which sets MAKEVERBOSE to noisy and addslukem
2003-10-19Teach build.sh about the ibmnws port.matt
2003-09-24Revert part of previous commit and do NOT explicitly set BSDSRCDIR in thelukem
2003-09-20Set BSDSRCDIR and NETBSDSRCDIR in the make wrapper, so we always get thejmmv
2003-09-10Pass '-de' to make(1) to get the expected behavior ("failed target" andjmmv
2003-08-16in getkernelconf(), remove check for non-empty $makeobjdir, as it's notlukem
2003-08-11Fix 2 remaining places items are depending on execute permissions coming outjmc
2003-08-10Improve usage for -U so others won't make the mistake I just made.sommerfeld
2003-07-29Add build.sh -Z var, to unset a variable and ensure it's unset in makewrapper.lukem
2003-07-28Add missing "cd ${TOP}" to buildtools(). Problem identified by John Nemethlukem
2003-07-20* set & export LC_ALL=C, so that end-user use of non `C' LC_COLLATE localeslukem
2003-07-18Replace UNPRIVED=yes with MKUNPRIVED=yes.lukem
2003-07-16add "params" operationlukem
2003-05-26Broaden the scope of when "make obj NOSUBDIR=" will be run in tools/lukem
2003-05-25all:lukem
2003-05-18* Display the start time again just before the end time, to make itlukem
2003-05-17Change evbsh3 to be like evbmips, in that a default MACHINE_ARCHlukem
2003-05-12* Display default DESTDIR & RELEASEDIR. (Well, they're actually inlukem
2003-05-12* Add support for MACHINEs: evbmips-eb evbmips-el sbmips-eb sbmips-ellukem
2003-05-10Add "sourcesets" argument/target, which builds source sets intolukem
2003-05-09When providing a default DESTDIR & RELEASEDIR in non-expert mode, addlukem
2003-05-08New features:lukem
2003-05-08CYGWIN needs -X too (John Gordon)christos
2003-04-26Adapt for x86_64 -> amd64 rename.fvdl
2003-03-14Put -X into MAKEFLAGS on FreeBSD and Mac OS X; they have a small ARG_MAX.thorpej
2003-03-07remove unnecessary messagelukem
2003-03-04don't print the command & start time until after the options are parsed...lukem
2003-02-18Display the build.sh command line and the start & end times.lukem
2003-02-16Enhance "kernel=" to print pathnames of newly built kernels for cut & paste.lukem
2003-02-06Consistently, don't expand ${MACHINE} in help message.enami
2003-01-31another DESTDIR clarificationlukem
2003-01-26add missing usage for "sets"lukem
2003-01-26- Add "sets" top-level Makefile target and build.sh operation.lukem
2003-01-26Change build.sh so that at least one operation is required.lukem
2003-01-24Can't check if cross building with "install=" until after $MACHINE haslukem
2003-01-23Rework how build.sh functions, so that command line options set variouslukem
2003-01-22reorder usage so that "mutually exclusive build" operations are listedlukem
2003-01-15Improvements from Alan Barrett (in private email), with minor tweaking:lukem
2003-01-04improve usagelukem
2003-01-04Add "-V var=[value]", for setting arbitrary variables which will alsolukem
2003-01-02some cleanups and tweaks to my preferred "sh KNF" (SNF ? :)lukem
2003-01-02cd `dirname $0` so that this runs from the directory that build.sh is in.lukem
2002-12-25- Implement "-i installworlddir", which runslukem
2002-12-09The walnut port has been subsumed by evbppc.scw