summaryrefslogtreecommitdiff
path: root/infrastructure/makebuildenv.pl.in
Commit message (Expand)AuthorAge
* Fix quoting of CXXFLAGS and LDFLAGS in MakefilesChris Wilson2018-01-01
* Detect which debugger to use in t-gdb scripts: lldb or gdbChris Wilson2018-01-01
* Fix installation of scripts into parcel directory.Chris Wilson2016-11-03
* Add clean and realclean targets to each module's mini Makefile.Chris Wilson2016-09-09
* Merge makebuildenv.pl and makeparcels.pl, write monolithic Makefiles.Chris Wilson2016-08-28
* Allow matching parcel platforms on cpu-vendor and os-cpu-vendor.Chris Wilson2015-05-16
* Fix system exit codes from tests, so we can use them in the shell.Chris Wilson2015-05-04
* Rename test executable to fix PATH conflict with /usr/bin/test on Cygwin.Chris Wilson2014-12-26
* Fix build on Solaris 11/SmartOS by using bmake.Chris Wilson2014-12-07
* Show module name of each file when compiling.Chris Wilson2014-02-07
* Compile debug builds with glibc debugging containers.Chris Wilson2014-02-07
* Extra white space.Chris Wilson2011-10-09
* Finally unbreak build on Solaris!James O'Gorman2011-05-02
* Log which modules are both using the same autogen files, for debugging.Chris Wilson2011-04-26
* Log more useful information when makebuildenv.pl fails.Chris Wilson2011-01-08
* Revert [2710] and [2717], remove TDB and replace with QDBM again, to fix Chris Wilson2010-10-18
* Remove QDBM, and switch BackupClientInodeToIDMap to use the bundled TDB Chris Wilson2010-08-28
* Quieten the Perl scripts that generate autogen exceptions when building Chris Wilson2010-02-25
* Make the explicit target of each dependency, including libraries, to solveChris Wilson2010-02-19
* Add support for linking to qdbm and other imported libraries with Chris Wilson2010-02-15
* Run Perl scripts quietly during make.Chris Wilson2010-01-24
* Add support for Makefile.pre in build infrastructure.Chris Wilson2009-11-11
* Put the shell script that kills all running daemons into a shellChris Wilson2009-04-26
* Move S3Simulator into its own class, like S3Client, for reuse elsewhere.Chris Wilson2009-04-13
* Rename NDEBUG flag to BOX_RELEASE_BUILD, as other projects use NDEBUG as Chris Wilson2008-12-30
* Fix process kill function, fixes [2402] [2404].Chris Wilson2008-12-16
* More backslashes, I said, MORE BACKSLASHES!Chris Wilson2008-12-06
* Fix missing curly brace.Chris Wilson2008-12-05
* Simplify code for killing old fart processes on Windows/CygwinChris Wilson2008-12-05
* Use cross-compiling windres detected by configure.Chris Wilson2008-09-13
* Don't try to kill daemons if not running, avoid error messages.Chris Wilson2008-09-06
* Build lib/win32.a (even if empty) on all platforms, to help Boxi Chris Wilson2008-08-21
* Handle multiple-line dependencies in Makefile.extraChris Wilson2008-08-10
* Kill running daemons using kill -f on Windows (cygwin) which killsChris Wilson2008-08-03
* Add spaces before Make progress output lines to visually separateChris Wilson2008-07-26
* Remove redundant copies of flags from make command line.Chris Wilson2008-05-28
* Define Box module name on the compiler command line (useful for tests Chris Wilson2008-05-28
* Compile fix for [2055].Chris Wilson2008-01-23
* Report the $build_os when making build environment, useful for debuggingChris Wilson2008-01-23
* Incorporate CXXFLAGS_STRICT into CXXFLAGSChris Wilson2008-01-20
* Compile with -Wundef to warn about undefined macros.Chris Wilson2007-12-16
* Use detected CXX, AR and RANLIB from configure.Chris Wilson2007-12-08
* Fix quiet-build makefiles to work on BSDsChris Wilson2007-08-28
* Quiet make by default (make V=1 to override) (refs #3)Chris Wilson2007-07-31
* Make testfiles writable before trying to delete them, otherwise read-onlyChris Wilson2007-05-03
* Pass all arguments from test scripts to test executable with properChris Wilson2007-04-22
* Pass any command-line parameters from t-gdb to gdb (refs #3)Chris Wilson2006-12-03
* * Try to kill any daemons left over from previous tests before running Chris Wilson2006-11-26
* Force glibc to use new/delete to allocate memory and disable its Chris Wilson2006-11-13
* * infrastructure/makebuildenv.pl.inChris Wilson2006-08-31