mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-31 08:25:38 +00:00
libuvc: exclude .git directory from src archive
This commit is contained in:
parent
96997ead62
commit
4fd2c9c618
@ -7,6 +7,7 @@ PORT_DIR := $(call port_dir,$(REP_DIR)/ports/libuvc)
|
||||
src/lib/libuvc:
|
||||
mkdir -p $(dir $@)
|
||||
cp -r $(PORT_DIR)/src/lib/libuvc $@
|
||||
rm -rf $@/.git
|
||||
echo "LIBS = libuvc" > $@/target.mk
|
||||
|
||||
include:
|
||||
|
Loading…
x
Reference in New Issue
Block a user