Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
grumpy
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
grumpy
Commits
10b798f1
Commit
10b798f1
authored
Jan 26, 2017
by
cclauss
Committed by
Dylan Trotter
Jan 26, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changed install section of Makefile to work on Mac OS X (#213)
parent
e91485cb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
Makefile
Makefile
+5
-5
No files found.
Makefile
View file @
10b798f1
...
...
@@ -290,11 +290,11 @@ $(BENCHMARK_BINS): build/benchmarks/%_benchmark: build/benchmarks/%.go $(RUNTIME
install
:
$(RUNNER_BIN) $(COMPILER) $(RUNTIME) $(STDLIB)
# Binary executables
install
-Dm755
build/bin/grumpc
"
$(DESTDIR)
/usr/bin/grumpc"
install
-Dm755
build/bin/grumprun
"
$(DESTDIR)
/usr/bin/grumprun"
install
-d
"
$(DESTDIR)
/usr/bin"
install
-m755
build/bin/grumpc
"
$(DESTDIR)
/usr/bin/grumpc"
install
-m755
build/bin/grumprun
"
$(DESTDIR)
/usr/bin/grumprun"
# Python module
install
-d
"
$(DESTDIR)
"
{
/usr/lib/go,
"
$(PY_INSTALL_DIR)
"
}
cp
-rv
--no-preserve
=
ownership
"
$(PY_DIR)
/grumpy"
"
$(DESTDIR)$(PY_INSTALL_DIR)
"
cp
-rv
"
$(PY_DIR)
/grumpy"
"
$(DESTDIR)$(PY_INSTALL_DIR)
"
# Go package and sources
cp
-rv
--no-preserve
=
ownership build/pkg build/src
"
$(DESTDIR)
/usr/lib/go/"
cp
-rv
build/pkg build/src
"
$(DESTDIR)
/usr/lib/go/"
Write
Preview
Markdown
is supported
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