baum
diff Makefile @ 24:69a7cf2f0c06
make dist includes now a stripped executable (should we include the exe at all?)
author | meillo@marmaro.de |
---|---|
date | Wed, 13 Feb 2008 22:04:12 +0100 |
parents | ca56c1b3fb67 |
children | ed3eb4b497e5 |
line diff
1.1 --- a/Makefile Wed Feb 13 21:58:56 2008 +0100 1.2 +++ b/Makefile Wed Feb 13 22:04:12 2008 +0100 1.3 @@ -52,7 +52,7 @@ 1.4 @echo stripping ${NAME} 1.5 @strip ${NAME} 1.6 1.7 -dist: build changelog 1.8 +dist: build changelog strip 1.9 @echo "generating tarball" 1.10 @mkdir -p ${NV} 1.11 @cp -rf ${NAME} ${SRC} ${DEP} ${NAME}.1 Makefile ${DOCS} ${NV} 1.12 @@ -76,7 +76,7 @@ 1.13 @echo generating changelog from mercurial log 1.14 @hg log -v --style changelog > ChangeLog 1.15 1.16 -install: 1.17 +install: build strip 1.18 @echo installing executable file to ${DESTDIR}${BINDIR} 1.19 @mkdir -p ${DESTDIR}${BINDIR} 1.20 @cp ${NAME} ${DESTDIR}${BINDIR}