projects
/
projects.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f97f75
)
posaune
mbuild_0.4-2
author
Michael Wagner
<michael@wagnertech.de>
Thu, 5 Sep 2019 09:44:42 +0000
(11:44 +0200)
committer
Michael Wagner
<michael@wagnertech.de>
Thu, 5 Sep 2019 09:44:42 +0000
(11:44 +0200)
tools/make/rules
patch
|
blob
|
history
diff --git
a/tools/make/rules
b/tools/make/rules
index
01d2017
..
d8d47fe
100755
(executable)
--- a/
tools/make/rules
+++ b/
tools/make/rules
@@
-52,7
+52,8
@@
version: ~/build/$(TARGET)
mkdir ../build
sync:
- bash -c 'for dirs in $$(ls); do rsync -av $$dirs ../build; done'
+ #bash -c 'for dirs in $$(ls); do rsync -av $$dirs ../build; done'
+ rsync -av --exclude="build" --exclude="debian/tmp" --exclude="Packages" --exclude=".*" ./ ../build/
copy: debian/$(paket).cp
debian/$(paket).cp debian/tmp