Skip to content

Commit 4940db4

Browse files
author
Matthias Koeppe
committed
build/make/Makefile.in: Add targets SPKG-src for script packages
1 parent 7fc93d0 commit 4940db4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

build/make/Makefile.in

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -711,6 +711,13 @@ $(1)-uninstall: $(1)-$(4)-uninstall
711711

712712
$(1)-clean: $(1)-uninstall
713713

714+
$(1)-sdist: FORCE python_build sage_setup cython
715+
$(AM_V_at) cd '$$(SAGE_ROOT)' && \
716+
. '$$(SAGE_ROOT)/src/bin/sage-src-env-config' && \
717+
. '$$(SAGE_ROOT)/src/bin/sage-env-config' && \
718+
. '$$(SAGE_ROOT)/src/bin/sage-env' && \
719+
'$$(SAGE_ROOT)/build/pkgs/$(1)/spkg-src'
720+
714721
# Recursive tox invocation (note - we do not set the environment here).
715722
# Setting SAGE_SPKG_WHEELS is for the benefit of sagelib's tox.ini
716723
$(1)-tox-%: FORCE

0 commit comments

Comments
 (0)