Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
Env Env
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Labels
    • Labels
  • Merge requests 3
    • Merge requests 3
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value Stream
  • Members
    • Members
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • RiscOS
  • EnvEnv
  • Merge requests
  • !4

Open
Created Oct 20, 2019 by Timothy E Baldwin@tbaldwinDeveloper
  • Report abuse
Report abuse

Draft: Move dependencies to separate files.

  • Overview 2
  • Commits 2
  • Changes 1

For all makefiles run by amu_machine, move the dynamic dependencies to a separate file, Makefile/d. stripdepnd is aliased to delete this on clean.

  • Git tools, such as git gui will not show the Makefiles as modified and offer to commit the changes.
  • It will be possible checkout different versions without cleaning the source tree and recompiling from scratch.
  • It will be possible to build RISC OS with a security policy that does not allow modification of source files.

This supersedes RiscOS/Utilities/Release/srcbuild!1 (closed) and !3 (closed).

The hazard of losing dynamic dependences on checking out an older version can be partially protected against by merging RiscOS/Sources/Internat/Messages!1 immediately prior which will cause git to raise if earlier versions are checked out without cleaning.

Edited Jan 23, 2021 by Timothy E Baldwin
Assignee
Assign to
Reviewer
Request review from
None
Milestone
None
Assign milestone
Time tracking
Source branch: Env-deps2