projects
/
kopensolaris-gnu
/
glibc.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
(linguas): Respect with-cvs setting.
[kopensolaris-gnu/glibc.git]
/
po
/
Makefile
diff --git
a/po/Makefile
b/po/Makefile
index
d071195
..
4056201
100644
(file)
--- a/
po/Makefile
+++ b/
po/Makefile
@@
-81,7
+81,9
@@
ifneq (,$(pofiles))
chmod 444 $@
linguas: $(pofiles:$(podir)/%=%)
chmod 444 $@
linguas: $(pofiles:$(podir)/%=%)
+ifeq ($(with-cvs),yes)
test ! -d CVS || cvs $(CVSOPTS) commit -m'Copied from $(podir)' $^
test ! -d CVS || cvs $(CVSOPTS) commit -m'Copied from $(podir)' $^
+endif
linguas.mo: $(pofiles:$(podir)/%.po=%.mo)
endif
linguas.mo: $(pofiles:$(podir)/%.po=%.mo)
endif