]> sourceware.org Git - glibc.git/commitdiff
Fix "cvs commit" cmds in rules to not fail in the absence of CVS dirs.
authorRoland McGrath <roland@gnu.org>
Fri, 19 May 1995 21:51:40 +0000 (21:51 +0000)
committerRoland McGrath <roland@gnu.org>
Fri, 19 May 1995 21:51:40 +0000 (21:51 +0000)
sysdeps/alpha/Makefile

index 06621b824dd45317cb3f5630f295bd1539ea80bd..8573ca811cf50a03dec86a9d941572d4f3519039 100644 (file)
@@ -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 $<' $@
This page took 0.046087 seconds and 5 git commands to generate.