mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-20 17:53:02 +00:00
2007-01-17 Paolo Bonzini <bonzini@gnu.org>
* bootstrap: Remove occurrences of .#bootmp from the files.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2007-01-17 Paolo Bonzini <bonzini@gnu.org>
|
||||||
|
|
||||||
|
* bootstrap: Remove occurrences of .#bootmp from the files.
|
||||||
|
|
||||||
2007-01-17 Akim Demaille <akim@epita.fr>
|
2007-01-17 Akim Demaille <akim@epita.fr>
|
||||||
|
|
||||||
* doc/bison.texinfo (Calc++ Parser): Don't try to alias
|
* doc/bison.texinfo (Calc++ Parser): Don't try to alias
|
||||||
|
|||||||
@@ -315,7 +315,7 @@ cp_mark_as_generated()
|
|||||||
if test -z "$c1"; then
|
if test -z "$c1"; then
|
||||||
cmp -s "$cp_src" "$cp_dst" || {
|
cmp -s "$cp_src" "$cp_dst" || {
|
||||||
echo "$0: cp -f $cp_src $cp_dst" &&
|
echo "$0: cp -f $cp_src $cp_dst" &&
|
||||||
cp -f "$cp_src" "$cp_dst"
|
sed 's/\.#bootmp\///g' "$cp_src" > "$cp_dst"
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
# Copy the file first to get proper permissions if it
|
# Copy the file first to get proper permissions if it
|
||||||
@@ -324,7 +324,7 @@ cp_mark_as_generated()
|
|||||||
(
|
(
|
||||||
echo "$c1-*- buffer-read-only: t -*- vi: set ro:$c2" &&
|
echo "$c1-*- buffer-read-only: t -*- vi: set ro:$c2" &&
|
||||||
echo "${c1}DO NOT EDIT! GENERATED AUTOMATICALLY!$c2" &&
|
echo "${c1}DO NOT EDIT! GENERATED AUTOMATICALLY!$c2" &&
|
||||||
cat "$cp_src"
|
sed 's/\.#bootmp\///g' "$cp_src"
|
||||||
) > $cp_dst-t &&
|
) > $cp_dst-t &&
|
||||||
if cmp -s "$cp_dst-t" "$cp_dst"; then
|
if cmp -s "$cp_dst-t" "$cp_dst"; then
|
||||||
rm -f "$cp_dst-t"
|
rm -f "$cp_dst-t"
|
||||||
|
|||||||
Reference in New Issue
Block a user