-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(rules)!: Deprecate PUBDIR mechanism
This entire mechanism is fairly unorthodox and was specifically designed for my own personal workflows. It is particularly troublesome because it was designed to be used using hard links, something not all filesystems even support. This will be replaced with something akin to autoconf's dist files list so that final artifacts can be deployed without getting too many intermediates mixed up in the process. This commit doesn't get a new system working, it only rips out the old one and leaves some placeholders.
- Loading branch information
Showing
2 changed files
with
53 additions
and
55 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