summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2022-09-19 18:19:32 +0100
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2022-09-20 22:31:50 +0100
commit623b7d97a79baea923f3a64825d3afbd94c1b24d (patch)
tree422fc52791e4094e147bea429dfcd437034e2c41 /Makefile.in
parent9081e3e87894e018912048c2e4127800efca0feb (diff)
downloadswig-623b7d97a79baea923f3a64825d3afbd94c1b24d.tar.gz
Remove swig.spec file
Discussion #2316
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in11
1 files changed, 1 insertions, 10 deletions
diff --git a/Makefile.in b/Makefile.in
index f4cb794d8..a1cb423e4 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -340,7 +340,7 @@ clean-ccache:
# DISTCLEAN - clean what configure built
#####################################################################
-DISTCLEAN-DEAD = config.status config.log config.cache swig.spec Makefile mkmf.log preinst-swig
+DISTCLEAN-DEAD = config.status config.log config.cache Makefile mkmf.log preinst-swig
distclean-helper: distclean-test-suite distclean-examples distclean-tools distclean-dead
@@ -505,15 +505,6 @@ dist:
@echo "Tools/mkdist.py @VERSION@ master"
@false
-srcrpm:
- rm -fr $(srpm) $(srpm).src.rpm
- echo "TODO: update to use git instead of cvs"
- cvs export -d $(srpm) -r HEAD SWIG
- cp swig.spec $(srpm)
- tar -cf - $(srpm) | gzip --best > $(srpm).tar.gz
- rm -fr $(srpm)
- rpmbuild -ts $(srpm).tar.gz
-
# Update the autoconf files for detecting host/targets. Automake will do this in
# version 1.10 for our case of not having a top level Makefile.am. Until then we
# can fetch them manually and will have to commit them to Git.