Make sure that we don't rebuild libelf stuff that we don't
have to since it doesn't work well on non-linux --HG-- extra : convert_revision : 2f1f81f756cccf25f1b2b04e6b5ca4b7a20e96b7
This commit is contained in:
parent
522e59840f
commit
0ae6f03439
1 changed files with 4 additions and 0 deletions
|
@ -113,6 +113,10 @@ system('bk export -tplain -w -r+ %s' % release_dir)
|
|||
# make sure scons doesn't try to run flex unnecessarily
|
||||
touch(release_dir, 'src/encumbered/eio/exolex.cc')
|
||||
|
||||
# make sure scons doesn't try to rebuild the de.msg file since it
|
||||
# might fail on non linux machines
|
||||
touch(release_dir, 'ext/libelf/po/de.msg')
|
||||
|
||||
# get rid of non-shipping code
|
||||
rmtree(release_dir, 'src/encumbered/dev')
|
||||
rmtree(release_dir, 'src/cpu/ozone')
|
||||
|
|
Loading…
Reference in a new issue