comparison dev/clang/clang.sh @ 817:0e6c54d47dfb

vanilla: fix many FHS issues While here, remove libtool files in a generic manner to avoid stale files.
author David Demelier <markand@malikania.fr>
date Wed, 21 Aug 2019 09:04:13 +0200
parents e91fbcb3d1ef
children a133976e0783
comparison
equal deleted inserted replaced
816:be3a5b2d9a09 817:0e6c54d47dfb
76 $with_compiler_rt \ 76 $with_compiler_rt \
77 $with_libcxx \ 77 $with_libcxx \
78 $with_lld 78 $with_lld
79 make 79 make
80 make DESTDIR=$DESTDIR install 80 make DESTDIR=$DESTDIR install
81 # Compatibility symlink for many autotools programs.
82 ln -sf $DESTDIR/bin/clang-cpp $DESTDIR/bin/cpp
83 cd .. 81 cd ..
84 82
85 cd .. 83 cd ..
86 rm -rf cfe-$PKGVERSION.src 84 rm -rf cfe-$PKGVERSION.src
87 } 85 }