* [PATCH v2] generic/746: install two necessary files
@ 2024-10-09 15:56 An Long
2024-10-09 16:38 ` Darrick J. Wong
0 siblings, 1 reply; 3+ messages in thread
From: An Long @ 2024-10-09 15:56 UTC (permalink / raw)
To: fstests, linux-btrfs; +Cc: lan
parse-dev-tree.awk and parse-extent-tree.awk are used by generic/746.
We need to make sure them are installed, otherwise generic/746 will
have problems if fstests is installed via "make install".
---
src/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Makefile b/src/Makefile
index 3097c29e..a0396332 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -38,7 +38,7 @@ LINUX_TARGETS = xfsctl bstat t_mtab getdevicesize preallo_rw_pattern_reader \
EXTRA_EXECS = dmerror fill2attr fill2fs fill2fs_check scaleread.sh \
btrfs_crc32c_forged_name.py popdir.pl popattr.py \
- soak_duration.awk
+ soak_duration.awk parse-dev-tree.awk parse-extent-tree.awk
SUBDIRS = log-writes perf
--
2.43.0
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH v2] generic/746: install two necessary files
2024-10-09 15:56 [PATCH v2] generic/746: install two necessary files An Long
@ 2024-10-09 16:38 ` Darrick J. Wong
2024-10-10 3:46 ` An Long
0 siblings, 1 reply; 3+ messages in thread
From: Darrick J. Wong @ 2024-10-09 16:38 UTC (permalink / raw)
To: An Long; +Cc: fstests, linux-btrfs
On Wed, Oct 09, 2024 at 11:56:16PM +0800, An Long wrote:
> parse-dev-tree.awk and parse-extent-tree.awk are used by generic/746.
> We need to make sure them are installed, otherwise generic/746 will
> have problems if fstests is installed via "make install".
> ---
Needs a SoB tag.
--D
> src/Makefile | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/Makefile b/src/Makefile
> index 3097c29e..a0396332 100644
> --- a/src/Makefile
> +++ b/src/Makefile
> @@ -38,7 +38,7 @@ LINUX_TARGETS = xfsctl bstat t_mtab getdevicesize preallo_rw_pattern_reader \
>
> EXTRA_EXECS = dmerror fill2attr fill2fs fill2fs_check scaleread.sh \
> btrfs_crc32c_forged_name.py popdir.pl popattr.py \
> - soak_duration.awk
> + soak_duration.awk parse-dev-tree.awk parse-extent-tree.awk
>
> SUBDIRS = log-writes perf
>
> --
> 2.43.0
>
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH v2] generic/746: install two necessary files
2024-10-09 16:38 ` Darrick J. Wong
@ 2024-10-10 3:46 ` An Long
0 siblings, 0 replies; 3+ messages in thread
From: An Long @ 2024-10-10 3:46 UTC (permalink / raw)
To: Darrick J. Wong; +Cc: fstests, linux-btrfs
On Wed, 2024-10-09 at 09:38 -0700, Darrick J. Wong wrote:
> On Wed, Oct 09, 2024 at 11:56:16PM +0800, An Long wrote:
> > parse-dev-tree.awk and parse-extent-tree.awk are used by
> > generic/746.
> > We need to make sure them are installed, otherwise generic/746 will
> > have problems if fstests is installed via "make install".
> > ---
>
> Needs a SoB tag.
Added. I used -S instead of -s. Sorry for mistake.
>
> --D
>
> > src/Makefile | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/src/Makefile b/src/Makefile
> > index 3097c29e..a0396332 100644
> > --- a/src/Makefile
> > +++ b/src/Makefile
> > @@ -38,7 +38,7 @@ LINUX_TARGETS = xfsctl bstat t_mtab getdevicesize
> > preallo_rw_pattern_reader \
> >
> > EXTRA_EXECS = dmerror fill2attr fill2fs fill2fs_check scaleread.sh
> > \
> > btrfs_crc32c_forged_name.py popdir.pl popattr.py \
> > - soak_duration.awk
> > + soak_duration.awk parse-dev-tree.awk parse-extent-
> > tree.awk
> >
> > SUBDIRS = log-writes perf
> >
> > --
> > 2.43.0
> >
> >
--
An Long <lan@suse.com>
SUSE QE LSG, QE 2, Beijing
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-10-10 3:46 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-09 15:56 [PATCH v2] generic/746: install two necessary files An Long
2024-10-09 16:38 ` Darrick J. Wong
2024-10-10 3:46 ` An Long
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox