mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-23 13:19:54 +00:00
remove pipe to wc -l in make
This commit is contained in:
parent
fab078d7a3
commit
5987085269
2
Makefile
2
Makefile
@ -9,7 +9,7 @@ DLIBDIR=$(call rmdblslash,$(DESTDIR)/$(LIBDIR))
|
||||
WWWROOT=${DATADIR}/radare2/${VERSION}/www
|
||||
R2BINS=$(shell cd binr ; echo r*2 r2agent)
|
||||
DATADIRS=libr/cons/d libr/bin/d libr/asm/d libr/syscall/d libr/magic/d
|
||||
R2VC=$(shell git rev-list --all | wc -l)
|
||||
R2VC=$(shell git rev-list --all --count)
|
||||
#binr/ragg2/d
|
||||
STRIP?=strip
|
||||
#ifneq ($(shell bsdtar -h 2>/dev/null|grep bsdtar),)
|
||||
|
Loading…
Reference in New Issue
Block a user