Skip to content
Snippets Groups Projects
  • Michael Pratt's avatar
    d87a8aa1
    treewide: add ORIG_PATH variable · d87a8aa1
    Michael Pratt authored
    
    Add a variable that stores the original value of $PATH
    in the host system's shell, before Make alters it.
    
    This can be useful for when it is necessary
    to ignore symlinks and programs made by the build system.
    
    Define this new variable before all instances of
    'export PATH:=' or similar.
    
    Signed-off-by: default avatarMichael Pratt <mcpratt@pm.me>
    d87a8aa1
    History
    treewide: add ORIG_PATH variable
    Michael Pratt authored
    
    Add a variable that stores the original value of $PATH
    in the host system's shell, before Make alters it.
    
    This can be useful for when it is necessary
    to ignore symlinks and programs made by the build system.
    
    Define this new variable before all instances of
    'export PATH:=' or similar.
    
    Signed-off-by: default avatarMichael Pratt <mcpratt@pm.me>
Code owners
Assign users and groups as approvers for specific file changes. Learn more.