aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-07-23 04:22:15 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-07-24 13:18:43 -0300
commitce21a299aa965be2addcdf5a20f8289926643c94 (patch)
treef33bf73be309a799a0459fccfab8f0a3c011fa11 /Makefile
parentbuild: sort DISTFILES_TEST (diff)
downloadfirejail-ce21a299aa965be2addcdf5a20f8289926643c94.tar.gz
firejail-ce21a299aa965be2addcdf5a20f8289926643c94.tar.zst
firejail-ce21a299aa965be2addcdf5a20f8289926643c94.zip
build: remove remaining svn-related code
The only other svn-related code seems to have been removed on commit 7e1c057ae ("make testing", 2016-04-23).
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bf0438228..cb71b007e 100644
--- a/Makefile
+++ b/Makefile
@@ -340,7 +340,6 @@ dist: config.mk
340 cp -a $(DISTFILES) $(TARNAME)-$(VERSION) 340 cp -a $(DISTFILES) $(TARNAME)-$(VERSION)
341 cp -a $(DISTFILES_TEST) $(TARNAME)-$(VERSION)/test 341 cp -a $(DISTFILES_TEST) $(TARNAME)-$(VERSION)/test
342 rm -rf $(TARNAME)-$(VERSION)/src/tools 342 rm -rf $(TARNAME)-$(VERSION)/src/tools
343 find $(TARNAME)-$(VERSION) -name .svn -delete
344 tar -cJvf $(TARNAME)-$(VERSION).tar.xz $(TARNAME)-$(VERSION) 343 tar -cJvf $(TARNAME)-$(VERSION).tar.xz $(TARNAME)-$(VERSION)
345 rm -fr $(TARNAME)-$(VERSION) 344 rm -fr $(TARNAME)-$(VERSION)
346 345