Skip to content
Snippets Groups Projects
  • Simon Rose's avatar
    1ebabb60
    E3-1731: Don't install the makefile at the next level · 1ebabb60
    Simon Rose authored
    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.
    1ebabb60
    History
    E3-1731: Don't install the makefile at the next level
    Simon Rose authored
    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.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.