mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-07 11:50:24 +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:
|
src/lib/libuvc:
|
||||||
mkdir -p $(dir $@)
|
mkdir -p $(dir $@)
|
||||||
cp -r $(PORT_DIR)/src/lib/libuvc $@
|
cp -r $(PORT_DIR)/src/lib/libuvc $@
|
||||||
|
rm -rf $@/.git
|
||||||
echo "LIBS = libuvc" > $@/target.mk
|
echo "LIBS = libuvc" > $@/target.mk
|
||||||
|
|
||||||
include:
|
include:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user