Skip to content

Commit 236b937

Browse files
committed
fix build scripts
1 parent 343ddd2 commit 236b937

File tree

2 files changed

+38
-0
lines changed

2 files changed

+38
-0
lines changed

build.sh

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
#!/bin/sh
22

3+
#
4+
# Andrii Hlukhov.
5+
# masterofweb12@gmail.com
6+
# 2020
7+
#
8+
# This program is free software; you can redistribute it and/or
9+
# modify it under the terms of the GNU General Public License
10+
# as published by the Free Software Foundation; version 2 of
11+
# the License ( https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html ).
12+
# This program is distributed in the hope that it will be useful,
13+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
14+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15+
# GNU General Public License for more details.
16+
# You should have received a copy of the GNU General Public License
17+
# along with this program; if not, write to the Free Software
18+
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
19+
# 02110-1301 USA
20+
#
21+
322

423
MYSQL_SOURCE_VERSION="mysql-8.0.22"
524

example/C/build_test.sh

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
#!/bin/sh
22

3+
#
4+
# Andrii Hlukhov.
5+
# masterofweb12@gmail.com
6+
# 2020
7+
#
8+
# This program is free software; you can redistribute it and/or
9+
# modify it under the terms of the GNU General Public License
10+
# as published by the Free Software Foundation; version 2 of
11+
# the License ( https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html ).
12+
# This program is distributed in the hope that it will be useful,
13+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
14+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15+
# GNU General Public License for more details.
16+
# You should have received a copy of the GNU General Public License
17+
# along with this program; if not, write to the Free Software
18+
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
19+
# 02110-1301 USA
20+
#
21+
322

423
if [ -f ./rpl_test_2 ]; then
524
rm ./rpl_test_2

0 commit comments

Comments
 (0)