mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 16:42:05 +00:00
copy_headers: fixed error [#CLICKHOUSE-2].
This commit is contained in:
parent
980e45f15e
commit
9848fdf2ed
@ -26,8 +26,7 @@ for src_file in $(clang -M -xc++ -std=gnu++1y -Wall -Werror -msse4 -mcx16 -mpopc
|
||||
$(cat "$SOURCE_PATH/build/include_directories.txt") \
|
||||
"$SOURCE_PATH/dbms/src/Interpreters/SpecializedAggregator.h" |
|
||||
tr -d '\\' |
|
||||
grep -v '.o:' |
|
||||
sed -r -e 's/^.+\.cpp / /');
|
||||
sed -r -e 's/^\w+\.o://');
|
||||
do
|
||||
dst_file=$src_file;
|
||||
mkdir -p "$DST/$(echo $dst_file | sed -r -e 's/\/[^/]*$/\//')";
|
||||
|
Loading…
Reference in New Issue
Block a user