mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-24 18:23:26 -03:00
depends: Cleanup postprocess commands after switching to CMake
This commit is contained in:
parent
f7ab3ba404
commit
06d4aab77a
3 changed files with 2 additions and 5 deletions
|
@ -24,6 +24,3 @@ define $(package)_stage_cmds
|
|||
$(MAKE) DESTDIR=$($(package)_staging_dir) install
|
||||
endef
|
||||
|
||||
define $(package)_postprocess_cmds
|
||||
rm -rf share/man
|
||||
endef
|
||||
|
|
|
@ -39,7 +39,7 @@ define $(package)_stage_cmds
|
|||
endef
|
||||
|
||||
define $(package)_postprocess_cmds
|
||||
rm bin/event_rpcgen.py && \
|
||||
rm -rf bin && \
|
||||
rm include/ev*.h && \
|
||||
rm include/event2/*_compat.h
|
||||
endef
|
||||
|
|
|
@ -42,5 +42,5 @@ define $(package)_stage_cmds
|
|||
endef
|
||||
|
||||
define $(package)_postprocess_cmds
|
||||
rm -rf bin share lib/*.la
|
||||
rm -rf share
|
||||
endef
|
||||
|
|
Loading…
Add table
Reference in a new issue