mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-24 05:40:10 +00:00
Exclude Makefile and meson.build in libr/cons/d in install (#9927)
This commit is contained in:
parent
a30c5c3722
commit
0b9b25c352
@ -5,12 +5,17 @@ all clean:
|
||||
|
||||
.PHONY: all clean install install-symlink symstall
|
||||
|
||||
CWD=$(shell pwd)
|
||||
|
||||
install: ${F_SDB}
|
||||
rm -rf "$P"
|
||||
mkdir -p "$P"
|
||||
cp -af * "$P"
|
||||
for FILE in * ; do \
|
||||
if [ $$FILE != Makefile -a $$FILE != meson.build -a -f $$FILE ]; then \
|
||||
cp -af "${CWD}/$$FILE" "$P/$$FILE" ; \
|
||||
fi ; \
|
||||
done
|
||||
|
||||
CWD=$(shell pwd)
|
||||
symstall install-symlink:
|
||||
mkdir -p "$P"
|
||||
for FILE in * ; do \
|
||||
|
Loading…
Reference in New Issue
Block a user