]> git.immae.eu Git - github/wallabag/wallabag.git/commit
Makefile fixes for non GNU systems 3706/head
authorOlivier Mehani <shtrom@ssji.net>
Sat, 18 Aug 2018 05:39:37 +0000 (15:39 +1000)
committerOlivier Mehani <shtrom@ssji.net>
Sat, 18 Aug 2018 08:50:18 +0000 (18:50 +1000)
commit681e04b0605d2e526f6adc2f99c2ff8fc9e842a7
treefd9d76795da3090b7321820960306da4d733cb0b
parent1421236800ce3a930cad8913ad64d38cd37f7884
Makefile fixes for non GNU systems

* 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>
GNUmakefile [new file with mode: 0755]
Makefile [changed mode: 0755->0644]
scripts/dev.sh [changed mode: 0644->0755]
scripts/install.sh [changed mode: 0644->0755]
scripts/release.sh [changed mode: 0644->0755]
scripts/require.sh [changed mode: 0644->0755]
scripts/update.sh [changed mode: 0644->0755]