diff options
author | Peter Powell <petpow@saberuk.com> | 2014-02-26 20:19:58 +0000 |
---|---|---|
committer | Attila Molnar <attilamolnar@hush.com> | 2014-04-11 15:38:17 +0200 |
commit | 2803ae5d75e610fb821b7fdb3771777d62ac9fd3 (patch) | |
tree | 955a1f5b6547a4e9366c113e118d0b5d980e3cb4 /make/configure.pm | |
parent | 557c02839bec991dd846a6dc12ce7ba52de1525c (diff) |
Remove various broken/useless features from the build system.
- Removed support for changing the build directory using configure.
This can still be set using make BUILDPATH=foo.
- Removed support for SPLIT_CC builds. This is not documented
anywhere and is quite useless as it doesn't work.
- Remove STARTSCRIPT from configure; always install the perl
helper.
Diffstat (limited to 'make/configure.pm')
-rw-r--r-- | make/configure.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/make/configure.pm b/make/configure.pm index 286424080..de95e9161 100644 --- a/make/configure.pm +++ b/make/configure.pm @@ -131,7 +131,6 @@ sub cmd_update { print "Updating...\n"; %main::config = read_configure_cache(); %main::cxx = get_compiler_info($main::config{CXX}); - $main::topdir = getcwd(); main::writefiles(); print "Update complete!\n"; exit 0; |