refactor variable names according to changes in Pmodules/0.99.15 in build-scripts of group 'Compiler'

This commit is contained in:
2018-07-11 10:49:03 +02:00
parent f62924c8f3
commit b53aaf92a5
17 changed files with 39 additions and 39 deletions
+3 -3
View File
@@ -1,14 +1,14 @@
#!/usr/bin/env modbuild
pbuild::configure() {
cat <<EOF > "${MODULE_SRCDIR}/make.inc"
cat <<EOF > "${SRC_DIR}/make.inc"
SHELL = /bin/sh
PLAT =
DRVOPTS = \$(OPTS)
LOADER = \$(FORTRAN) -pthread
ARCHFLAGS= -ru
EOF
cat <<EOF > "${MODULE_SRCDIR}/Makefile.rule"
cat <<EOF > "${SRC_DIR}/Makefile.rule"
VERSION = 0.2.9
TARGET = CORE2
CC = gcc
@@ -24,7 +24,7 @@ EOF
}
pbuild::build() {
cd "${MODULE_SRCDIR}"
cd "${SRC_DIR}"
make
}