Introduction
Introduction Statistics Contact Development Disclaimer Help
Makefile: don't force strip binaries on install - geomyidae - A small C-based g…
git clone git://bitreich.org/geomyidae/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfri…
Log
Files
Refs
Tags
README
LICENSE
---
commit 8a45db6e405745c2787614b7a741655f0889e66f
parent 57d842c9c54d7eea720f6f03ef5c8ac6a58bbb08
Author: Hiltjo Posthuma <[email protected]>
Date: Tue, 14 Nov 2017 19:32:15 +0100
Makefile: don't force strip binaries on install
Signed-off-by: Christoph Lohmann <[email protected]>
Diffstat:
M Makefile | 1 -
1 file changed, 0 insertions(+), 1 deletion(-)
---
diff --git a/Makefile b/Makefile
@@ -42,7 +42,6 @@ install: all
@echo installing executable to ${DESTDIR}${PREFIX}/bin
@mkdir -p "${DESTDIR}${BINDIR}"
@cp -f ${NAME} "${DESTDIR}${BINDIR}"
- @strip "${DESTDIR}${BINDIR}/${NAME}"
@chmod 755 "${DESTDIR}${BINDIR}/${NAME}"
@echo installing manpage to "${DESTDIR}${MANDIR}"
@mkdir -p "${DESTDIR}${MANDIR}"
You are viewing proxied material from bitreich.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.