log sources/utility_functions.sh @ 1211:e0c2ba5cc233

age author description
Mon, 16 Aug 2010 21:38:33 -0500 Rob Landley If environment sanitizing lets TOOLCHAIN_PREFIX through, it should let HOST_ARCH through too. And while we're at it, separate inherited variables from locally defined ones.
Mon, 16 Aug 2010 15:00:35 -0500 Rob Landley Environment sanitizing screwed up the cross-compiler.sh wrapper. Fix it, rename PROGRAM_PREFIX to TOOLCHAIN_PREFIX, and put a guard around sources/include.sh so it's safe to include multiple times.
Tue, 03 Aug 2010 11:04:58 -0500 Rob Landley Teach environment sanitizing to allow STAGE_NAME override.
Mon, 26 Jul 2010 01:42:00 -0500 Rob Landley Make the environment sanitize logic slightly more robust in the face of multi-line environment variable values.
Sun, 25 Jul 2010 23:25:58 -0500 Rob Landley Add sanitize_environment to unset unrecognized environment variables.
Sun, 25 Jul 2010 14:18:25 -0500 Rob Landley Make BUILD_VERBOSE a little more verbose.
Fri, 09 Jul 2010 13:03:01 -0500 Rob Landley Output dienow's error message to stderr.
Sun, 13 Jun 2010 22:57:07 -0500 Rob Landley More trouble than its worth for FORK and QUIET to be separate knobs.
Sun, 16 May 2010 02:26:03 -0500 Rob Landley Make BUILD_STATIC take comma separated list of packages, or "all" or "none". Default behavior should remain the same.
Sat, 15 May 2010 12:41:14 -0500 Rob Landley Convert unstable() to is_in_list() taking the list to check as the second argument.
Sat, 15 May 2010 12:12:39 -0500 Rob Landley Remove unnecessary "function" label from shell functions.
Mon, 12 Apr 2010 00:02:32 -0500 Rob Landley NO_CLEANUP should prevent blank_tempdir from deleting stuff.
Wed, 24 Feb 2010 10:08:38 -0600 Rob Landley Add export_if_blank and make lots of build paths overrideable.
Sun, 03 Jan 2010 17:04:39 -0600 Rob Landley Largeish refactoring and cleanup of compiler build:
Tue, 22 Dec 2009 11:51:52 -0600 Rob Landley Minor cleanups and comments, introduce check_prerequisite function.
Fri, 04 Dec 2009 12:02:47 -0600 Rob Landley Break up sources/functions.sh starting with some of the more obviously independent ones.