To avoid keeping stale files in the scripts/dtc directory, care had to be taken to delete all files except for the ones native to barebox. Make this less error-prone by having careupdate-dtc-source.sh delete these files as part of the update process. Signed-off-by: Ahmad Fatoum <a.fatoum@xxxxxxxxxxxxxx> --- scripts/dtc/update-dtc-source.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/dtc/update-dtc-source.sh b/scripts/dtc/update-dtc-source.sh index fc644c5ada26..0a098df710c3 100755 --- a/scripts/dtc/update-dtc-source.sh +++ b/scripts/dtc/update-dtc-source.sh @@ -44,6 +44,9 @@ get_last_dtc_version() { last_dtc_ver=$(get_last_dtc_version) # Build DTC +cd $DTC_LINUX_PATH +git ls-files . | grep -vE '^(update-dtc-source\.sh|Makefile|\.gitignore)$' | xargs git rm +mkdir libfdt cd $DTC_UPSTREAM_PATH make clean make check -- 2.23.0 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox