mirror of
https://git.yoctoproject.org/poky
synced 2026-09-15 06:49:33 +02:00
autotools.bbclass: There is no need to use the strange -t option to cp anymore
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4442 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -171,7 +171,7 @@ autotools_stage_dir() {
|
|||||||
rmdir "$from" 2> /dev/null || true
|
rmdir "$from" 2> /dev/null || true
|
||||||
if [ -d "$from" ]; then
|
if [ -d "$from" ]; then
|
||||||
mkdir -p "$to"
|
mkdir -p "$to"
|
||||||
cp -fpPR -t "$to" "$from"/*
|
cp -fpPR "$from"/* "$to"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user