From 854f0eb3c32d73b4a87f3cf3ec5dc830456f7598 Mon Sep 17 00:00:00 2001 From: Mathieu Date: Fri, 10 Mar 2023 12:03:31 +0100 Subject: [PATCH] Make target for deb source --- bootstrap/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bootstrap/Makefile b/bootstrap/Makefile index 99b2d02..e2dd237 100644 --- a/bootstrap/Makefile +++ b/bootstrap/Makefile @@ -58,6 +58,9 @@ clean-sources: $(RM) -rf $(ECJ_BASE) $(RM) -rf $(BNDLIB_BASE) rm -rf org.argeo.tp.build/biz.aQute.bndlib/src + +deb-source: distclean clean-sources bootstrap-prepare-sources + debuild --no-sign -S bootstrap-prepare-sources: bootstrap-download-sources ## ECJ -- 2.30.2