mirror of
git://sourceware.org/git/glibc.git
synced 2025-01-24 12:25:35 +08:00
Fix "cvs commit" cmds in rules to not fail in the absence of CVS dirs.
This commit is contained in:
parent
fd1e71567e
commit
87258b84a3
@ -91,4 +91,4 @@ $(divrem:%=$(sysdep_dir)/alpha/%.S): $(sysdep_dir)/alpha/divrem.m4 $(sysdep_dir)
|
||||
# Make it unwritable so noone will edit it by mistake.
|
||||
-chmod a-w $@-tmp
|
||||
mv -f $@-tmp $@
|
||||
test -d CVS && cvs commit -m'Regenerated from $<' $@
|
||||
test ! -d CVS || cvs commit -m'Regenerated from $<' $@
|
||||
|
Loading…
Reference in New Issue
Block a user