Discussion of the implementations of VIRTIO specification
 help / color / mirror / Atom feed
* [virtio-dev] [PATCH] makediff: make it work for fresh checkout
@ 2023-03-02 11:12 Michael S. Tsirkin
  2023-03-02 12:28 ` [virtio-dev] Re: [virtio-comment] " Cornelia Huck
  2023-03-02 13:40 ` [virtio-dev] RE: [virtio] " Parav Pandit
  0 siblings, 2 replies; 3+ messages in thread
From: Michael S. Tsirkin @ 2023-03-02 11:12 UTC (permalink / raw)
  To: virtio-comment, virtio-dev; +Cc: virtio

1st time one checks out our repo, latexdiff submodule
is not initialized. Pass --init to update command
to initialize it. It seems to be harmless if already
initialized.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
---
 makediff.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/makediff.sh b/makediff.sh
index c925c5f..f65a2b4 100755
--- a/makediff.sh
+++ b/makediff.sh
@@ -44,7 +44,7 @@ latexpand $MAIN -o flat.tex
 cd "${cur}"
 #wget http://mirror.math.ku.edu/tex-archive/support/latexdiff/latexdiff-fast
 #chmod +x latexdiff-fast
-git submodule update latexdiff
+git submodule update --init latexdiff
 make -C latexdiff mkdirs dist/latexdiff-fast
 ln -fs ./latexdiff/dist/latexdiff-fast ./latexdiff-fast
 ./latexdiff-fast \
-- 
MST


---------------------------------------------------------------------
To unsubscribe, e-mail: virtio-dev-unsubscribe@lists.oasis-open.org
For additional commands, e-mail: virtio-dev-help@lists.oasis-open.org


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-03-02 13:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-02 11:12 [virtio-dev] [PATCH] makediff: make it work for fresh checkout Michael S. Tsirkin
2023-03-02 12:28 ` [virtio-dev] Re: [virtio-comment] " Cornelia Huck
2023-03-02 13:40 ` [virtio-dev] RE: [virtio] " Parav Pandit

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox