[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[RFC PATCH v3 0/1] Add a libstore library without libparted
From: |
Zhaoming Luo |
Subject: |
[RFC PATCH v3 0/1] Add a libstore library without libparted |
Date: |
Sat, 11 Jan 2025 12:56:32 +0800 |
All conditionals are put in libstore/Makefile because I think it may be
easier to understand compared with putting the following in
libstore-noparted/Makfile:
```
dir := libstore-noparted
libname := libstore-noparted
```
and the following in libstore/Makefile:
```
dir ?= libstore
libname ?= libstore
```
Zhaoming Luo (1):
Add a libstore library without libparted
Makefile | 1 +
libstore-noparted/Makefile | 6 ++++++
libstore/Makefile | 19 +++++++++++++++----
3 files changed, 22 insertions(+), 4 deletions(-)
create mode 100644 libstore-noparted/Makefile
--
2.47.1
- [RFC PATCH v3 0/1] Add a libstore library without libparted,
Zhaoming Luo <=