summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3d228a9..ef76a72 100644
--- a/Makefile
+++ b/Makefile
@@ -140,6 +140,9 @@ $(DISTROS): deb-src
debs: $(DISTROS)
+pbuilder-update:
+ for i in $(DISTROS) ; do sudo pbuilder update --basetgz /var/cache/pbuilder/$$i.tgz || exit 1 ; done
+
DISTFILES= \
$(SRC) \
src/file.h \