mk: Don't touch config.tmp or tmp/dist as root. Closes #13190
When running `make install` we are touching these files that can't then be removed later.
This commit is contained in:
parent
4aa7a8a5c8
commit
cfb52a5d35
2 changed files with 2 additions and 3 deletions
|
|
@ -45,7 +45,6 @@ putvar() {
|
|||
else
|
||||
printf "install: %-20s := %s %s\n" $1 "$T" "$2"
|
||||
fi
|
||||
printf "%-20s := %s\n" $1 "$T" >>config.tmp
|
||||
}
|
||||
|
||||
valopt() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue