* [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* [virtio-dev] Re: [virtio-comment] [PATCH] makediff: make it work for fresh checkout
2023-03-02 11:12 [virtio-dev] [PATCH] makediff: make it work for fresh checkout Michael S. Tsirkin
@ 2023-03-02 12:28 ` Cornelia Huck
2023-03-02 13:40 ` [virtio-dev] RE: [virtio] " Parav Pandit
1 sibling, 0 replies; 3+ messages in thread
From: Cornelia Huck @ 2023-03-02 12:28 UTC (permalink / raw)
To: Michael S. Tsirkin, virtio-comment, virtio-dev; +Cc: virtio
On Thu, Mar 02 2023, "Michael S. Tsirkin" <mst@redhat.com> wrote:
> 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(-)
Acked-by: Cornelia Huck <cohuck@redhat.com>
---------------------------------------------------------------------
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 [flat|nested] 3+ messages in thread
* [virtio-dev] RE: [virtio] [PATCH] makediff: make it work for fresh checkout
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 ` Parav Pandit
1 sibling, 0 replies; 3+ messages in thread
From: Parav Pandit @ 2023-03-02 13:40 UTC (permalink / raw)
To: Michael S. Tsirkin, virtio-comment@lists.oasis-open.org,
virtio-dev@lists.oasis-open.org
Cc: virtio@lists.oasis-open.org
> From: virtio@lists.oasis-open.org <virtio@lists.oasis-open.org> On Behalf Of
> Michael S. Tsirkin
>
> 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>
Tested-by: Parav Pandit <parav@nvidia.com>
---------------------------------------------------------------------
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 [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