-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathSimpleBuildDriverLocalList.sh
More file actions
55 lines (52 loc) · 1.57 KB
/
SimpleBuildDriverLocalList.sh
File metadata and controls
55 lines (52 loc) · 1.57 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
44
45
46
47
48
49
50
51
52
53
54
#!/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 MlbDev.
#
# Revision History: 2016-01-29 --- Creation.
# Michael L. Brock
#
# Copyright Michael L. Brock 2016 - 2018.
#
# 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="\
Utility \
SockLibX \
SocketIo \
XercesUtils \
RapidXmlUtils \
VFast \
VFix \
OSSupport \
OdbcWrapper \
RvUtilX \
LbmWrapper \
LSFWrapper \
MlbUtilities
"
# #############################################################################
# #############################################################################
# ##### This is the redacted list.
MY_DIR_LIST="\
Utility \
SockLibX \
SocketIo \
XercesUtils \
RapidXmlUtils \
VFast \
VFix \
MlbUtilities
"
# #############################################################################