summaryrefslogtreecommitdiff
path: root/infrastructure/BoxPlatform.pm.in
Commit message (Collapse)AuthorAge
* Print info lines to STDERR so that they don't confuse the configureChris Wilson2009-09-21
| | | | | scripts when they capture stdout to get the box version, for example.
* Move parcel_* functions into BoxPlatform package to share them withChris Wilson2008-10-05
| | | | | | | | | other scripts. Add a script to print the path to the current parcel directory, for use in configure.ac to allow this to be placed in substitutions (contrib/windows/installer/boxbackup.mpi in particular).
* Understand Boxi SVN URLs and build an appropriate version string for Box Chris Wilson2008-08-21
| | | | | Backup from them.
* Remove redundant copies of flags from make command line.Chris Wilson2008-05-28
| | | | | | | | | Place CXXFLAGS and LDFLAGS in Makefiles so that they can be overridden by users who know what they are doing. Add LDADD_RDYNAMIC to LDFLAGS to enable -rdynamic for symbolic stack traces.
* * Move all commands from bin to sbin on Unix platformsJames O'Gorman2008-02-27
| | | | | | * Update all associated docs and contributed distribution files
* Remove all the extra newlines after the Fink message.Chris Wilson2007-11-03
|
* Fix $bsd_make to not be defined on GNU/kFreeBSD, which uses GNU Make.Chris Wilson2007-08-30
|
* Handle USE_SVN_VERSION in the middle of a version string.Chris Wilson2007-06-27
|
* * infrastructure/BoxPlatform.pm.inChris Wilson2006-08-31
| | | | | | | | | | | Determine whether we are building for Windows or not, and export that information Search for VERSION.txt in a few more places, for example when running Perl scripts like getversion.pl (refs #3)
* * infrastructure/BoxPlatform.pm.inChris Wilson2006-08-31
| | | | | - Revert to trunk
* * infrastructure/BoxPlatform.pm.inChris Wilson2006-08-30
| | | | | | | * win32.bat * bin/bbackupd/BackupClientDirectoryRecord.cpp - Merged back changes from trunk
* * BoxPlatform.pm.inChris Wilson2006-08-07
| | | | | - Removed $build_cpu and `uname -p` entirely, as they are not used anywhere
* * mergeChris Wilson2006-07-27
| | | | | | | - This is my current patch queue. I think that all of these are safe to apply. This is just under half of the pending changes in chris/general (the easy half).
* Let's use directory and SVN version in our BOX_VERSION variableBen Summers2006-02-23
|
* Workaround for autoconf's unexpanded directory substitutions vs. the current ↵Martin Ebourne2006-02-11
| | | | Makefile not being able to expand them itself.
* Filter -O2 out because we do that explicitly later on.Martin Ebourne2006-01-31
| | | | Now debug builds are once again unoptimised.
* Fix for Darwin: xattr support, remove nasty assembler intercept code, ↵Ben Summers2006-01-05
| | | | cosmetic in configure
* Marged chris/win32/merge/07-win32-fixes at r210 to trunkMartin Ebourne2005-12-12
|
* Merged martin/autoconf at r35 to trunkMartin Ebourne2005-12-07