clang: Remove useless find + sed patch

This commit is contained in:
Jonathan Schleifer
2014-03-25 20:16:47 +01:00
parent 0b25cbc956
commit b82526cbd4
2 changed files with 0 additions and 6 deletions

View File

@@ -62,9 +62,6 @@ BUILD()
#cp -r /boot/system/data/libtool/config/. autoconf/
#cp -r /boot/system/data/libtool/config/. projects/sample/autoconf/
# Fix improper env paths
find . -type f -exec sed -i 's/\/usr\/bin\/env/\/bin\/env/g' "{}" \;
# Haiku C++ requires rtti in a lot of central system components
# such as Mesa
export REQUIRES_RTTI=1

View File

@@ -65,9 +65,6 @@ BUILD()
#cp -r /boot/system/data/libtool/config/. autoconf/
#cp -r /boot/system/data/libtool/config/. projects/sample/autoconf/
# Fix improper env paths
find . -type f -exec sed -i 's/\/usr\/bin\/env/\/bin\/env/g' "{}" \;
# Haiku C++ requires rtti in a lot of central system components
# such as Mesa
export REQUIRES_RTTI=1