Re: [RFC PATCH Hurd] Add a libstore library without libparted

2025-01-10 Thread Samuel Thibault
Zhaoming Luo, le sam. 11 janv. 2025 09:47:35 +0800, a ecrit: > On Thu, Jan 09, 2025 at 02:09:01PM +0100, Samuel Thibault wrote: > > Hello, > > > > Zhaoming Luo, le jeu. 09 janv. 2025 20:58:22 +0800, a ecrit: > > > The library can be compiled using the following command in the build/ > > > director

Re: [RFC PATCH Hurd] Add a libstore library without libparted

2025-01-10 Thread Zhaoming Luo
On Thu, Jan 09, 2025 at 02:09:01PM +0100, Samuel Thibault wrote: > Hello, > > Zhaoming Luo, le jeu. 09 janv. 2025 20:58:22 +0800, a ecrit: > > The library can be compiled using the following command in the build/ > > directory: > > ``` > > make libstore-noparted > > ``` > > > > This file is the s

Re: [RFC PATCH Hurd] Add a libstore library without libparted

2025-01-10 Thread Zhaoming Luo
On 1/10/25 8:58 PM, Zhaoming Luo wrote: On Thu, Jan 09, 2025 at 02:09:01PM +0100, Samuel Thibault wrote: Apologize for it. I was testing the email client and forgot to remove Cc. Best, Zhaoming Hello, Zhaoming Luo, le jeu. 09 janv. 2025 20:58:22 +0800, a ecrit: The library can be compiled us

Re: [RFC PATCH Hurd] Add a libstore library without libparted

2025-01-10 Thread Zhaoming Luo
On Thu, Jan 09, 2025 at 02:09:01PM +0100, Samuel Thibault wrote: > Hello, > > Zhaoming Luo, le jeu. 09 janv. 2025 20:58:22 +0800, a ecrit: > > The library can be compiled using the following command in the build/ > > directory: > > ``` > > make libstore-noparted > > ``` > > > > This file is the s

Re: [RFC PATCH Hurd] Add a libstore library without libparted

2025-01-09 Thread Samuel Thibault
Sergey Bugaev, le jeu. 09 janv. 2025 16:36:03 +0300, a ecrit: > On Thu, Jan 9, 2025 at 4:09 PM Samuel Thibault > wrote: > > > make libstore-noparted > > > ``` > > > > > > This file is the same as libstore/Makefile except a few modifications so > > > it can use the source files from libstore/ and

Re: [RFC PATCH Hurd] Add a libstore library without libparted

2025-01-09 Thread Sergey Bugaev
On Thu, Jan 9, 2025 at 4:09 PM Samuel Thibault wrote: > > make libstore-noparted > > ``` > > > > This file is the same as libstore/Makefile except a few modifications so > > it can use the source files from libstore/ and build a libstore with > > libparted module. > > Thanks for working on it. AIU

Re: [RFC PATCH Hurd] Add a libstore library without libparted

2025-01-09 Thread Samuel Thibault
Hello, Zhaoming Luo, le jeu. 09 janv. 2025 20:58:22 +0800, a ecrit: > The library can be compiled using the following command in the build/ > directory: > ``` > make libstore-noparted > ``` > > This file is the same as libstore/Makefile except a few modifications so > it can use the source files

[RFC PATCH Hurd] Add a libstore library without libparted

2025-01-09 Thread Zhaoming Luo
The library can be compiled using the following command in the build/ directory: ``` make libstore-noparted ``` This file is the same as libstore/Makefile except a few modifications so it can use the source files from libstore/ and build a libstore with libparted module. --- Makefile