star-build

Automation tool for project installation
git clone git://git.meso-star.fr/star-build.git
Log | Files | Refs | README | LICENSE

commit db76b45536a9dd1a8940a1dfb331babf22b0b216
parent 649e42fa90f415029c86fd19baa2d889ec5e5288
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Fri, 28 Jul 2023 15:33:43 +0200

Update to a config.mk comment

The shell command given to list available build scripts now sorts its
output to make it easier to find a specific project.

Diffstat:
Mconfig.mk | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.mk b/config.mk @@ -23,7 +23,7 @@ REPO_VAPLV = https://gitlab.com/vaplv # Project to build. To see the available projects, list the shell scripts in # the src directory: -# find src/ -name "*.sh" ! -name "prereq.sh" ! -name "build.sh" +# find src/ -name "*.sh" ! -name "prereq.sh" ! -name "build.sh" | sort BUILD = src/sgs.sh # Type of library to build, either SHARED or STATIC