Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update install process to fix class ucode link directives #255

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Oct 8, 2021

  1. Update install process to fix class ucode link directives

    Changes made to the install process for make
        1). addition of the compilation and execution of the program fixalllinks
            after the installation of the Unicon system into the current system
        2). addition of additional class directories that should be transferred on install
    
    Signed-off-by: Bruce Rennie <[email protected]>
    brucerennie committed Oct 8, 2021
    Configuration menu
    Copy the full SHA
    a74dccc View commit details
    Browse the repository at this point in the history
  2. Adjust Makefile to change execution path of fixalllinks

    It appears that the Debian install process requires ./fixalllinks instead of
    fixalllinks without the path specifier.
    
    Signed-off-by: Bruce Rennie <[email protected]>
    brucerennie committed Oct 8, 2021
    Configuration menu
    Copy the full SHA
    8f35b4a View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2022

  1. Configuration menu
    Copy the full SHA
    6e5ccc0 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2022

  1. Configuration menu
    Copy the full SHA
    838442d View commit details
    Browse the repository at this point in the history