summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2020-08-17 07:01:59 -0400
committerAndrew Cady <d@jerkface.net>2021-03-13 10:46:55 -0500
commit75f420fe058803709ec9703f31c30150dcf40338 (patch)
tree52dce8da02ca534439f5ad5191b646094e8e2aa5
parent9bdad4a6314cdcfd1683a0fc16803d5f92dbaec4 (diff)
make gitignore (convenience target)
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3d93c41aa..53c89f0e9 100644
--- a/Makefile
+++ b/Makefile
@@ -26,6 +26,11 @@ dh_runit_package_files = \
26 dh-runit_$(dh_runit_version)_all.deb \ 26 dh-runit_$(dh_runit_version)_all.deb \
27 runit-helper_$(dh_runit_version)_all.deb 27 runit-helper_$(dh_runit_version)_all.deb
28 28
29committed_build_products = config.guess config.h.in config.sub configure
30
31gitignore:
32 git checkout $(committed_build_products)
33
29build-stamp libfido2/build-stamp dh-runit/build-stamp: 34build-stamp libfido2/build-stamp dh-runit/build-stamp:
30 cd $(dir $@) && mk-build-deps ./debian/control --install --root-cmd sudo --remove || true 35 cd $(dir $@) && mk-build-deps ./debian/control --install --root-cmd sudo --remove || true
31 cd $(dir $@) && dpkg-buildpackage -us -uc -nc 36 cd $(dir $@) && dpkg-buildpackage -us -uc -nc