[oe-commits] org.oe.dev autotools.bbclass: Remove -t option from cp, there is no longer any need for it (closes #4210)

rpurdie commit oe at amethyst.openembedded.net
Tue May 6 14:22:40 UTC 2008


autotools.bbclass: Remove -t option from cp, there is no longer any need for it (closes #4210)

Author: rpurdie at openembedded.org
Branch: org.openembedded.dev
Revision: faf8b98d3258fe272efb4ed0c6d22cd1f32c6593
ViewMTN: http://monotone.openembedded.org/revision/info/faf8b98d3258fe272efb4ed0c6d22cd1f32c6593
Files:
1
classes/autotools.bbclass
Diffs:

#
# mt diff -re38c049ff812def90f40369d5fa1ae3f7b818a28 -rfaf8b98d3258fe272efb4ed0c6d22cd1f32c6593
#
#
#
# patch "classes/autotools.bbclass"
#  from [9a1f7d12a63cbf1e66e09baeb4353d43d849f4fa]
#    to [a1ec1e20a8e54947ec2b6b362378264caa8dec67]
#
============================================================
--- classes/autotools.bbclass	9a1f7d12a63cbf1e66e09baeb4353d43d849f4fa
+++ classes/autotools.bbclass	a1ec1e20a8e54947ec2b6b362378264caa8dec67
@@ -172,7 +172,7 @@ autotools_stage_dir() {
 	rmdir "$from" 2> /dev/null || true
 	if [ -d "$from" ]; then
 		mkdir -p "$to"
-		cp -fpPR -t "$to" "$from"/*
+		cp -fpPR "$from"/* "$to"
 	fi
 }
 






More information about the Openembedded-commits mailing list