about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2014-03-30 20:14:32 -0700
committerBrian Anderson <banderson@mozilla.com>2014-03-30 20:15:27 -0700
commitcfb52a5d35d2a5f682ce08435b3787b26ca05987 (patch)
tree79f0080f66ce4ee02fe28f1602af65f6e1d5436d /src
parent4aa7a8a5c8257e026b34fde1cf50434de0b48fbf (diff)
downloadrust-cfb52a5d35d2a5f682ce08435b3787b26ca05987.tar.gz
rust-cfb52a5d35d2a5f682ce08435b3787b26ca05987.zip
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.
Diffstat (limited to 'src')
-rw-r--r--src/etc/install.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/etc/install.sh b/src/etc/install.sh
index 5674b0a5045..dc09c7dfd00 100644
--- a/src/etc/install.sh
+++ b/src/etc/install.sh
@@ -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() {