Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
clean-and-itasks
clean-build
Commits
d3cef45b
Commit
d3cef45b
authored
Mar 10, 2021
by
John van Groningen
Browse files
in clean-classic for linux-arm64 in txt/Makefile add install Gast library
parent
8ea1f91e
Pipeline
#49829
failed with stage
in 8 minutes and 34 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
clean-classic/linux-arm64/txt/Makefile
View file @
d3cef45b
...
...
@@ -56,7 +56,7 @@ GMAKECURRENTDIR = ${shell echo `pwd`}
#
# Install section
#
install
:
install_bin install_stdenv install_man install_doc install_ArgEnv install_Generics install_StdLib install_Directory install_MersenneTwister install_TCPIP install_Platform $(PATCHES)
install
:
install_bin install_stdenv install_man install_doc install_ArgEnv install_Generics
install_Gast
install_StdLib install_Directory install_MersenneTwister install_TCPIP install_Platform $(PATCHES)
$(PATCH_BIN)
$(INSTALL_CLM)
CLEANLIB
$(INSTALL_EXE_DIR)
io
:
install
...
...
@@ -174,6 +174,13 @@ $(INSTALL_LIB_DIR)/Generics :
install_Generics
:
$(INSTALL_LIB_DIR)/Generics
cp
-r
data/Generics/
*
$(INSTALL_LIB_DIR)
/Generics
$(INSTALL_LIB_DIR)/Gast
:
mkdir
-p
$@
mkdir
-p
$@
/
"Clean System Files"
install_Gast
:
$(INSTALL_LIB_DIR)/Gast
cp
-r
data/Gast/
*
$(INSTALL_LIB_DIR)
/Gast
$(INSTALL_LIB_DIR)/StdLib
:
mkdir
-p
$@
mkdir
-p
$@
/
"Clean System Files"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment