mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-26 06:38:36 +00:00
Rerun configure if PATH changes.
This commit is contained in:
parent
a637799c8d
commit
d97809014e
@ -62,13 +62,14 @@ fi
|
||||
|
||||
MOZCONFIG=`$find_mozconfig`
|
||||
|
||||
print_header > $tmp_file
|
||||
|
||||
# If the path changes, configure should be rerun
|
||||
echo "# PATH=$PATH" >> $tmp_file
|
||||
|
||||
if [ "$MOZCONFIG" ]
|
||||
then
|
||||
print_header >$tmp_file
|
||||
. $MOZCONFIG >> $tmp_file
|
||||
else
|
||||
echo "# This file is automatically generated for client.mk." > $tmp_file
|
||||
fi
|
||||
|
||||
if cmp -s $tmp_file $out_file; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user