Skip to content

Commit

Permalink
Makefile: cleanup after building debian
Browse files Browse the repository at this point in the history
  • Loading branch information
razvancrainea committed Dec 15, 2016
1 parent ad38765 commit 523a47b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -447,11 +447,11 @@ bin:

.PHONY: deb-%
deb-%:
rm -f debian
rm -rf debian
# dpkg-source cannot use links for debian source
cp -r packaging/debian/$(@:deb-%=%) debian
dpkg-buildpackage -rfakeroot -tc $(DEBBUILD_EXTRA_OPTIONS)
rm -f debian
rm -rf debian

.PHONY: deb
deb: deb-common
Expand Down

0 comments on commit 523a47b

Please sign in to comment.