Skip to content
This repository was archived by the owner on Sep 17, 2025. It is now read-only.

Allow to run Makefile for another directory#65

Open
marckhouzam wants to merge 1 commit into
helm:mainfrom
VilledeMontreal:feat/makeFromAnyDir
Open

Allow to run Makefile for another directory#65
marckhouzam wants to merge 1 commit into
helm:mainfrom
VilledeMontreal:feat/makeFromAnyDir

Conversation

@marckhouzam

Copy link
Copy Markdown
Member

It is possible for a user to run make from outside of the
acceptance-testing directory. For example

$ cd /tmp
$ make -f $GOPATH/src/helm.sh/acceptance-testing/Makefile

To support this, the Makefile must use the ROOT_DIR of where the
Makefile resides, so as to find all other files.

Signed-off-by: Marc Khouzam marc.khouzam@montreal.ca

It is possible for a user to run make from outside of the
acceptance-testing directory.  For example

$ cd /tmp
$ make -f $GOPATH/src/helm.sh/acceptance-testing/Makefile

To support this, the Makefile must use the ROOT_DIR of where the
Makefile resides, so as to find all other files.

Signed-off-by: Marc Khouzam <marc.khouzam@montreal.ca>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants