mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-21 23:43:31 +08:00
Uses <foo>.n as a temp file rather than <foo>.new so it doesn't go
over sysV's limit.
This commit is contained in:
parent
29e103320f
commit
b98412e372
@ -52,8 +52,8 @@ all: gdb.info gdbint.info
|
||||
install: force
|
||||
for i in *.info* ; do \
|
||||
echo Installing $$i... ; \
|
||||
(cp $$i $(idestdir)/info/$$i.new \
|
||||
&& mv -f $(idestdir)/info/$$i.new $(idestdir)/info/$$i) \
|
||||
(cp $$i $(idestdir)/info/$$i.n \
|
||||
&& mv -f $(idestdir)/info/$$i.n $(idestdir)/info/$$i) \
|
||||
|| exit 1 ; \
|
||||
done
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user