projects
/
pgtranslation
/
admin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ecded3a
)
Clean build directory of extra files before rebuilding.
author
Peter Eisentraut
<peter_e@gmx.net>
Sat, 11 Apr 2009 16:42:01 +0000
(16:42 +0000)
committer
Peter Eisentraut
<peter_e@gmx.net>
Sat, 11 Apr 2009 16:42:01 +0000
(16:42 +0000)
wwwtools/update-nls-www
patch
|
blob
|
blame
|
history
diff --git
a/wwwtools/update-nls-www
b/wwwtools/update-nls-www
index 1b3b21fac886be3a13f3cf2091d0393f6c7fc278..aa5a0e76eab0edba65c75f5fa804ac10eb0b4940 100755
(executable)
--- a/
wwwtools/update-nls-www
+++ b/
wwwtools/update-nls-www
@@
-37,6
+37,7
@@
for branch in $active_branches; do
pushd $PGSRC
test -f GNUmakefile && $GMAKE maintainer-clean
+ rm $(find . -name '*.po.new' -or -name '*.po.mrg' -or -name '.#*')
cvs -q update | tee "$tmp"
if egrep -q '^C ' "$tmp"; then
rm $(sed -n 's/^C //p' "$tmp")