File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -443,14 +443,14 @@ pypi-sdists: $(PYPI_SDIST_PACKAGES:%=%-sdist)
443
443
# just remove the timestamps, which will lead to rebuilds of the packages.
444
444
pypi-wheels :
445
445
for a in $( PYPI_WHEEL_PACKAGES) ; do \
446
- rm -f venv /var/lib/sage/installed/$$ a-* ; \
446
+ rm -f $( SAGE_VENV ) /var/lib/sage/installed/$$ a-* ; \
447
447
done
448
448
$(MAKE_REC ) SAGE_EDITABLE=no SAGE_WHEELS=yes $(PYPI_WHEEL_PACKAGES )
449
449
@echo " Built wheels are in venv/var/lib/sage/wheels/"
450
450
451
451
wheels :
452
452
for a in $( WHEEL_PACKAGES) ; do \
453
- rm -f venv /var/lib/sage/installed/$$ a-* ; \
453
+ rm -f $( SAGE_VENV ) /var/lib/sage/installed/$$ a-* ; \
454
454
done
455
455
$(MAKE_REC ) SAGE_EDITABLE=no SAGE_WHEELS=yes $(WHEEL_PACKAGES )
456
456
@echo " Built wheels are in venv/var/lib/sage/wheels/"
You can’t perform that action at this time.
0 commit comments