Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
d96e492a
Commit
d96e492a
authored
Nov 24, 2007
by
Ian Lynagh
Browse files
Define install-strip in Makefile
parent
eacaba4c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
d96e492a
...
...
@@ -162,6 +162,9 @@ else
INSTALL_STAGE
=
endif
install-strip
:
$(MAKE)
INSTALL_PROGRAM
=
'
$(INSTALL_PROGRAM)
-s'
install
# Same as default rule, but we pass $(INSTALL_STAGE) to $(MAKE) too
install
::
check-packages
@
case
'
${MFLAGS}
'
in
*
-[ik]
*
)
x_on_err
=
0
;;
*
-r
*
[
ik]
*
)
x_on_err
=
0
;;
*
)
x_on_err
=
1
;;
esac
;
\
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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