-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathSimpleBuildDriverLocalList.sh
More file actions
44 lines (41 loc) · 1.53 KB
/
SimpleBuildDriverLocalList.sh
File metadata and controls
44 lines (41 loc) · 1.53 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
#!/bin/bash
# #############################################################################
# #############################################################################
# Multiple Architecture Source Code Production System (MASCaPS) Version 3
# Simple Build Driver Local Target Directory List for MlbDev
# #############################################################################
#
# File Name : SimpleBuildDriverLocalList.sh
#
# File Description: Simple build driver local target list for MlbDev3.
#
# Revision History: 2016-01-29 --- Creation for MlbDev.
# Michael L. Brock
# 2023-01-04 --- Revised for MlbDev3.
# Michael L. Brock
#
# Copyright Michael L. Brock 2016 - 2023.
#
# Distributed under the Boost Software License, Version 1.0.
# (See accompanying file LICENSE_1_0.txt or copy at
# http://www.boost.org/LICENSE_1_0.txt)
#
# #############################################################################
# #############################################################################
# ##### This is the complete list, which I'm not building at present.
MY_DIR_LIST="\
NatsWrapper \
MFStore \
Logger \
Utility \
"
# #############################################################################
# #############################################################################
# ##### This is the redacted list.
MY_DIR_LIST="\
NatsWrapper \
MFStore \
Logger \
Utility \
"
# #############################################################################