projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
dc71519
)
(linguas): Respect with-cvs setting.
author
drepper
<drepper>
Mon, 16 Feb 1998 17:40:42 +0000
(17:40 +0000)
committer
drepper
<drepper>
Mon, 16 Feb 1998 17:40:42 +0000
(17:40 +0000)
po/Makefile
patch
|
blob
|
history
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)/%=%)
+ifeq ($(with-cvs),yes)
test ! -d CVS || cvs $(CVSOPTS) commit -m'Copied from $(podir)' $^
+endif
linguas.mo: $(pofiles:$(podir)/%.po=%.mo)
endif