summaryrefslogtreecommitdiff
path: root/Master/Tools/update-lsr
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-02-02 23:47:47 +0000
committerKarl Berry <karl@freefriends.org>2006-02-02 23:47:47 +0000
commit34e423d6a3230f378213dc9481294be448319d49 (patch)
tree9785b15f44d5262f408cebb40af6bff3fc7762ce /Master/Tools/update-lsr
parentb0624af49917325cd0fdd2cb5fdeb6c5cab4cb78 (diff)
comment out/change p4 to svn, enough to rebuild images
git-svn-id: svn://tug.org/texlive/trunk@1490 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/Tools/update-lsr')
-rwxr-xr-xMaster/Tools/update-lsr14
1 files changed, 7 insertions, 7 deletions
diff --git a/Master/Tools/update-lsr b/Master/Tools/update-lsr
index 6e85c9bc101..4b596de2b6c 100755
--- a/Master/Tools/update-lsr
+++ b/Master/Tools/update-lsr
@@ -19,14 +19,14 @@ for f in texmf*/ls-R; do
done
#
# generate new.
-p4 edit texmf*/ls-R
+#p4 edit texmf*/ls-R
./bin/i386-linux/mktexlsr
#
for f in texmf*/ls-R; do
test $f = texmf-var/ls-R && continue # not checked in
if cmp -s $f.save $f; then
# no change, back to current.
- p4 revert $f
+ : p4 revert $f
else
: # update needed, will happen next.
fi
@@ -35,8 +35,8 @@ for f in texmf*/ls-R; do
done
# if we have any files, submit to perforce (frightening but necessary).
-if p4 change -o | grep '^Files:' >/dev/null; then
- p4 change -o \
- | sed "s!<enter description here>!regenerated by $0!" \
- | p4 submit -i
-fi
+#if p4 change -o | grep '^Files:' >/dev/null; then
+# p4 change -o \
+# | sed "s!<enter description here>!regenerated by $0!" \
+# | p4 submit -i
+#fi