-
-
Notifications
You must be signed in to change notification settings - Fork 491
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Trac #29097: build/make/Makefile.in: Rename make targets SPKG-clean t…
…o SPKG-uninstall Cleaning means to remove build artifacts from the directory `@builddir@` (= SAGE_ROOT). But these targets *uninstall* packages from `@prefix@=$SAGE_LOCAL`. Hence we rename `SPKG-clean` targets to `SPKG-uninstall` (but keep `SPKG-clean` as an alias.) This also unifies the targets between normal and script packages (the latter used `-uninstall` already). We also add implicit rules that allow users to uninstall packages that no longer exist in the source tree. This is preparation for #34203. To test this, switch to the branch of #33530 and build one of the packages added, for example `make fastjsonschema`. Switch back to current `develop` and try to remove it (does not work). Switch to the branch here and run `make fastjsonschema-uninstall` (works). Related: - #29310 - introduced `make doc-uninstall` - #33705 `make doc-clean` should remove inventory, doctrees - #29386 Install script packages via `sage-spkg` - #29626 ./configure --enable-SPKG does not work for optional pip packages - #29868 pip-installable packages `sage-doc-html`, `sage-doc-pdf` URL: https://trac.sagemath.org/29097 Reported by: mkoeppe Ticket author(s): John Palmieri, Matthias Koeppe Reviewer(s): Matthias Koeppe, John Palmieri
- Loading branch information
Showing
4 changed files
with
61 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters