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:
Nathan Binkert 2007-04-27 11:15:15 -07:00
parent 522e59840f
commit 0ae6f03439

View file

@ -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')