mirror of
https://github.com/tmux/tmux.git
synced 2024-11-17 18:08:51 +00:00
clean-all.
This commit is contained in:
parent
095f16d64f
commit
d58bfe5f0a
4
dist.mk
4
dist.mk
@ -1,4 +1,4 @@
|
|||||||
# $Id: dist.mk,v 1.2 2009-05-14 07:51:25 nicm Exp $
|
# $Id: dist.mk,v 1.3 2009-05-16 21:56:38 nicm Exp $
|
||||||
|
|
||||||
VERSION= 0.8
|
VERSION= 0.8
|
||||||
|
|
||||||
@ -8,7 +8,7 @@ DISTFILES= *.[ch] Makefile GNUmakefile configure tmux.1 \
|
|||||||
`find examples compat -type f -and ! -path '*CVS*'`
|
`find examples compat -type f -and ! -path '*CVS*'`
|
||||||
|
|
||||||
dist:
|
dist:
|
||||||
make clean
|
(./configure && make clean-all)
|
||||||
grep '^#FDEBUG=' Makefile
|
grep '^#FDEBUG=' Makefile
|
||||||
grep '^#FDEBUG=' GNUmakefile
|
grep '^#FDEBUG=' GNUmakefile
|
||||||
[ "`(grep '^VERSION' Makefile; grep '^VERSION' GNUmakefile)| \
|
[ "`(grep '^VERSION' Makefile; grep '^VERSION' GNUmakefile)| \
|
||||||
|
Loading…
Reference in New Issue
Block a user