Skip to content

Commit

Permalink
Merge pull request #774 from dirkmueller/whitespace_cleanup
Browse files Browse the repository at this point in the history
remove trailing whitespace
  • Loading branch information
adrianschroeter committed Jan 31, 2022
2 parents 0cc23e5 + a6af231 commit 55756f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build-vm
Expand Up @@ -786,7 +786,7 @@ vm_setup() {
if test ! -w /root ; then
find "$BUILD_ROOT" -type d -not -perm /200 -print0 | xargs -0 --no-run-if-empty chmod +w
fi
rm -rf "$BUILD_ROOT"/* "$BUILD_ROOT"/.[^.]*
rm -rf "$BUILD_ROOT"/* "$BUILD_ROOT"/.[^.]*
if test -z "$CLEAN_BUILD" -a -e "$VM_ROOT" ; then
echo "Recovering former build root"
debugfs -f <(echo rdump / "$BUILD_ROOT") "$VM_ROOT" 2>/dev/null
Expand Down
2 changes: 1 addition & 1 deletion docs/cross_arch_build.adoc
Expand Up @@ -26,7 +26,7 @@ where it defines the target architecture a from a cross build compiler.

===== The compatible terms can be found in the following table:

Unfortunatly the naming of architecture areas is not consistent via the various build
Unfortunatly the naming of architecture areas is not consistent via the various build
tooling. Please find the terminilogy mapping from our "build" script and other toolings
in the list below.

Expand Down

0 comments on commit 55756f2

Please sign in to comment.