Skip to content
Snippets Groups Projects
Commit 1ebabb60 authored by Simon Rose's avatar Simon Rose
Browse files

E3-1731: Don't install the makefile at the next level

The original e3 build installed the module.Makefile in the module
source directory, and then runs (essentially)
```
$ make -C module -f module.Makefile ARGS
```
However, there is no real need for it to copy it there instead of
simply using that makefile from the parent directory. This simplifies
a bit of the junk that gets added around during the build process.
parent c5e75527
No related branches found
No related tags found
Loading
Checking pipeline status
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment