projects
/
fusionforge
/
fusionforge.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
project home
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e2bf7bd
)
Remove/recreate buildplace dir (for permissions)
author
Roland Mas
<lolando@debian.org>
Fri, 24 May 2013 09:54:38 +0000
(09:54 +0000)
committer
Roland Mas
<lolando@debian.org>
Fri, 24 May 2013 09:54:38 +0000
(09:54 +0000)
Makefile.debian
patch
|
blob
|
history
diff --git
a/Makefile.debian
b/Makefile.debian
index
76da752
..
bfdca78
100644
(file)
--- a/
Makefile.debian
+++ b/
Makefile.debian
@@
-432,6
+432,7
@@
$(LOCALREPO):
clean: # Clean $(BUILDPLACE) $(BUILDFILES) $(TARBALLS) (intermediate files) #
rm -rf $(BUILDPLACE)/$(PKGNAME)-$(SMAJOR) $(BUILDFILES) $(TARBALLS)
+ rmdir $(BUILDPLACE) && mkdir $(BUILDPLACE)
cleanenv: # Clean $(COWBUILDERBASE) $(PBUILDERTGZ) (chroots)#
sudo rm -rf $(COWBUILDERBASE) $(PBUILDERTGZ)