projects
/
kopensolaris-gnu
/
glibc.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix "cvs commit" cmds in rules to not fail in the absence of CVS dirs.
[kopensolaris-gnu/glibc.git]
/
Makerules
diff --git
a/Makerules
b/Makerules
index
72c898f
..
619783c
100644
(file)
--- a/
Makerules
+++ b/
Makerules
@@
-664,6
+664,6
@@
$(gpl2lgpl): %: $(..)gpl2lgpl.sed /home/gd/gnu/lib/%
# So I don't edit them by mistake.
chmod a-w $@-tmp
mv -f $@-tmp $@
- test
-d CVS &&
cvs commit -m'Updated from $^' $@
+ test
! -d CVS ||
cvs commit -m'Updated from $^' $@
endif
endif