Skip to content
Snippets Groups Projects
Commit 1d10f387 authored by Ulrich Schwickerath's avatar Ulrich Schwickerath
Browse files

bug fix

parent 840a3da5
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ PRO = 161018
FFLAGS = $(LEGACY)
CFLAGS = $(LEGACY)
LDFLAGS = $(LEGACY) -L\/usr\/lib\/gcc\/i686-linux-gnu\/5
ADDCOMP = $(LEGACY) -no-pie -allow-invalid-boz -g -O0 -finit-local-zero -fno-second-underscore -fno-backslash -fno-automatic -fno-f2c -std=legacy -fno-align-commons -Wall
ADDCOMP = $(LEGACY) -no-pie -fallow-invalid-boz -g -O0 -finit-local-zero -fno-second-underscore -fno-backslash -fno-automatic -fno-f2c -std=legacy -fno-align-commons -Wall
PLINAM = Linux
DATETAG = `date +%Y%m%d`
DELPHI_SWCD = /tmp/swcd
......@@ -35,7 +35,9 @@ endif
cat delphi.sh.template | sed -e 's/__PRO__/${PRO}/'| sed -e 's/__FFLAGS__/${FFLAGS}/'| sed -e 's/__CFLAGS__/${CFLAGS}/'| sed -e 's/__LDFLAGS__/${LDFLAGS}/'| sed -e 's/__ADDCOMP__/${ADDCOMP}/'| sed -e 's/__PLINAM__/${PLINAM}/' > delphi.sh
setup: profiles
echo 'Creating profiles'
mkdir -p $(DELPHI_INSTALL_DIR)
echo "Created install directory "
cp -p ../runtime/setup.sh $(DELPHI_INSTALL_DIR)
cp -p ../runtime/setup.csh $(DELPHI_INSTALL_DIR)
chmod 0755 $(DELPHI_INSTALL_DIR)/setup.sh
......@@ -44,6 +46,7 @@ setup: profiles
cp -p ../runtime/unset.csh $(DELPHI_INSTALL_DIR)
chmod 0755 $(DELPHI_INSTALL_DIR)/unset.sh
chmod 0755 $(DELPHI_INSTALL_DIR)/unset.csh
echo "copied setup scripts"
# install basic runtime environment
cp -rp ../runtime/pdl $(DELPHI_INSTALL_DIR)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment