Skip to content

Conversation

@xobs
Copy link

@xobs xobs commented Jan 12, 2023

Don't always create the dependencies/ directory, because the TIMING_ROOT may not be in the current project.

Instead, create the TIMING_ROOT directory. If this does not exist, then the mkdir will succeed. If it does exist, then this target will not get run.

git will clone into an empty directory, so for most users this will not change the flow at all.

This change prevents an empty dependencies directory from getting created as part of make setup.

Don't always create the `dependencies/` directory, because the
`TIMING_ROOT` may not be in the current project.

Instead, create the `TIMING_ROOT` directory. If this does not exist,
then the `mkdir` will succeed. If it does exist, then this target will
not get run.

`git` will clone into an empty directory, so for most users this will
not change the flow at all.

This change prevents an empty `dependencies` directory from getting
created as part of `make setup`.

Signed-off-by: Sean Cross <[email protected]>
@marwaneltoukhy marwaneltoukhy requested a review from kareefardi June 1, 2023 08:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants