Skip to content
Snippets Groups Projects
  • Vaibhav Gupta's avatar
    70b4a49b
    Makefile: Export the value of "REPO_PARENT" · 70b4a49b
    Vaibhav Gupta authored
    
    When building projects from COHT repository, there are 3 ways to provide
    the value of "REPO_PARENT" to the project sub-drectories.
    
    1) Define default value of REPO_PARENT in each project's Makefile. This
    can be harmful when building the project outside COHT surroundings.
    
    2) Pass the value of REPO_PARENT to each projct during build. This will
    need lots of additional code, because each project has its own
    sub-directories with separate Makefiles.
    
    3) Export the value as an environment variable so that it is visible to
    all.
    
    Thus, we export the value.
    
    Signed-off-by: default avatarVaibhav Gupta <vaibhav.gupta@cern.ch>
    70b4a49b
    History
    Makefile: Export the value of "REPO_PARENT"
    Vaibhav Gupta authored
    
    When building projects from COHT repository, there are 3 ways to provide
    the value of "REPO_PARENT" to the project sub-drectories.
    
    1) Define default value of REPO_PARENT in each project's Makefile. This
    can be harmful when building the project outside COHT surroundings.
    
    2) Pass the value of REPO_PARENT to each projct during build. This will
    need lots of additional code, because each project has its own
    sub-directories with separate Makefiles.
    
    3) Export the value as an environment variable so that it is visible to
    all.
    
    Thus, we export the value.
    
    Signed-off-by: default avatarVaibhav Gupta <vaibhav.gupta@cern.ch>
Code owners
Assign users and groups as approvers for specific file changes. Learn more.