split install and strip to allow unstripped install

This commit is contained in:
Julien Danjou 2007-10-29 20:19:14 +01:00
parent f28f0e7407
commit 96430ced33
1 changed files with 7 additions and 1 deletions

View File

@ -51,7 +51,13 @@ dist: clean
@gzip -9 awesome-${VERSION}.tar
@rm -rf awesome-${VERSION}
install: all
strip: all
strip awesome
strip awesome-client
install: strip install-raw
install-raw:
@echo installing executable file to ${DESTDIR}${PREFIX}/bin
@mkdir -p ${DESTDIR}${PREFIX}/bin
@cp -f awesome awesome-client ${DESTDIR}${PREFIX}/bin