diff options
author | David Walter Seikel | 2013-04-20 22:53:55 +1000 |
---|---|---|
committer | David Walter Seikel | 2013-04-20 22:53:55 +1000 |
commit | 4e1c12f728f102f37f7e38b2ed12040dc3be42aa (patch) | |
tree | 1f644e2ade099d5f105339d6911fd0328c287af5 | |
parent | Make python output stuff in the proper order. (diff) | |
download | meta-impy-4e1c12f728f102f37f7e38b2ed12040dc3be42aa.zip meta-impy-4e1c12f728f102f37f7e38b2ed12040dc3be42aa.tar.gz meta-impy-4e1c12f728f102f37f7e38b2ed12040dc3be42aa.tar.bz2 meta-impy-4e1c12f728f102f37f7e38b2ed12040dc3be42aa.tar.xz |
No need to run cmake twice, the user gets warned if they screw up.
Diffstat (limited to '')
-rwxr-xr-x | linden/indra/develop.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/linden/indra/develop.py b/linden/indra/develop.py index 3344288..7d57973 100755 --- a/linden/indra/develop.py +++ b/linden/indra/develop.py | |||
@@ -829,7 +829,6 @@ For example: develop.py configure -DSERVER:BOOL=OFF""" | |||
829 | for d in setup.build_dirs(): | 829 | for d in setup.build_dirs(): |
830 | if not os.path.exists(d): | 830 | if not os.path.exists(d): |
831 | raise CommandError('run "develop.py cmake" first') | 831 | raise CommandError('run "develop.py cmake" first') |
832 | setup.run_cmake() | ||
833 | opts, targets = setup.parse_build_opts(args) | 832 | opts, targets = setup.parse_build_opts(args) |
834 | setup.run_build(opts, targets) | 833 | setup.run_build(opts, targets) |
835 | elif cmd == 'clean': | 834 | elif cmd == 'clean': |