| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
See https://stackoverflow.com/a/27335439/569101
|
|
|
|
|
|
|
|
| |
This command should fail before calling other commands (which will fail to because the environment is wrong):
```
ENV=toto make install
```
|
|
|
|
| |
Should fix #4060
|
|
|
|
|
|
| |
Also, run `npm install` before building.
Signed-off-by: Olivier Mehani <shtrom@ssji.net>
|
|
* Move `Makefile` to `GNUmakefile`, which GNU `make` picks first
* Add `Makefile` so other `make`s forward to `gmake`
* Set the `SHELL` variable and let `make` handle the shell
Signed-off-by: Olivier Mehani <shtrom@ssji.net>
|