cytopia / mysqldump-secure

[sh] Encrypted mysqldump script with compression, logging, blacklisting and Nagios/Icinga monitoring integration
https://mysqldump-secure.org
147 stars 38 forks source link

Build fails for freebsd 11 #28

Open hqx opened 7 years ago

hqx commented 7 years ago

Following the installation steps, configure went fine, but make fails with

make: "Makefile" line 15: Missing dependency operator
make: "Makefile" line 18: Need an operator
make: "Makefile" line 20: Need an operator
make: "Makefile" line 23: Missing dependency operator
make: "Makefile" line 25: Need an operator
make: "Makefile" line 27: Need an operator
make: "Makefile" line 30: Missing dependency operator
...

FreeBSD 11.0 ; mysqldump-secure v0.16.3 (or master @ 0.16.3-5-ga51d5f3) Am I missing some dependencies, some special version of make?

cytopia commented 7 years ago

@hqx I am not sure if it is GNU make syntax. Could you try again with gmake and report back please.

hqx commented 7 years ago

ok, it works with gmake. (I thought I've read something like "Posix -- no special gnu tools required" somewhere ;-)

cytopia commented 7 years ago

@hqx you are definitely right. I will have to fix it. Was my first attempt with Make.