diff options
author | Olivier Mehani <shtrom@ssji.net> | 2018-08-18 15:39:37 +1000 |
---|---|---|
committer | Olivier Mehani <shtrom@ssji.net> | 2018-08-18 18:50:18 +1000 |
commit | 681e04b0605d2e526f6adc2f99c2ff8fc9e842a7 (patch) | |
tree | fd9d76795da3090b7321820960306da4d733cb0b /scripts | |
parent | 1421236800ce3a930cad8913ad64d38cd37f7884 (diff) | |
download | wallabag-681e04b0605d2e526f6adc2f99c2ff8fc9e842a7.tar.gz wallabag-681e04b0605d2e526f6adc2f99c2ff8fc9e842a7.tar.zst wallabag-681e04b0605d2e526f6adc2f99c2ff8fc9e842a7.zip |
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>
Diffstat (limited to 'scripts')
-rwxr-xr-x[-rw-r--r--] | scripts/dev.sh | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | scripts/install.sh | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | scripts/release.sh | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | scripts/require.sh | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | scripts/update.sh | 0 |
5 files changed, 0 insertions, 0 deletions
diff --git a/scripts/dev.sh b/scripts/dev.sh index 0703ced1..0703ced1 100644..100755 --- a/scripts/dev.sh +++ b/scripts/dev.sh | |||
diff --git a/scripts/install.sh b/scripts/install.sh index 62a46f4f..62a46f4f 100644..100755 --- a/scripts/install.sh +++ b/scripts/install.sh | |||
diff --git a/scripts/release.sh b/scripts/release.sh index bfb65684..bfb65684 100644..100755 --- a/scripts/release.sh +++ b/scripts/release.sh | |||
diff --git a/scripts/require.sh b/scripts/require.sh index c48ab936..c48ab936 100644..100755 --- a/scripts/require.sh +++ b/scripts/require.sh | |||
diff --git a/scripts/update.sh b/scripts/update.sh index d0598135..d0598135 100644..100755 --- a/scripts/update.sh +++ b/scripts/update.sh | |||