projects
/
pve-firewall.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0dc6e63
)
buildsys: make job safety
author
Wolfgang Bumiller
<w.bumiller@proxmox.com>
Mon, 6 Feb 2017 10:52:54 +0000
(11:52 +0100)
committer
Wolfgang Bumiller
<w.bumiller@proxmox.com>
Mon, 6 Feb 2017 10:52:54 +0000
(11:52 +0100)
Makefile
patch
|
blob
|
blame
|
history
diff --git
a/Makefile
b/Makefile
index
a8ff403
..
f309eb3
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-24,7
+24,8
@@
dinstall: deb
.PHONY: deb
-deb ${DEB}: check
+deb: ${DEB}
+${DEB}: check
rm -rf build
rsync -a src/ build
rsync -a debian/ build/debian