Bug #6112 sql/share makefile uses gmake specific syntax without need
Submitted: 15 Oct 2004 13:31 Modified: 16 Oct 2004 21:39
Reporter: Hartmut Holzgraefe Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Compiling Severity:S3 (Non-critical)
Version:4.0.21 OS:Any (any)
Assigned to: CPU Architecture:Any

[15 Oct 2004 13:31] Hartmut Holzgraefe
Description:
configure adds rules to sql/share/Makefile that use the $^ directive 
which is a GNU make extension.

The use of $ directives for source and target is not consistent in 
these rules anyway so i suggest to replace $^ with the real source
file name

How to repeat:
try to compile mysql using a non GNU version of make

Suggested fix:
don't use $^ in make rules
[15 Oct 2004 13:59] Hartmut Holzgraefe
proposed patch to 4.0 tree is hartmut:1.2039
[16 Oct 2004 21:39] Hartmut Holzgraefe
Thank you for your bug report. This issue has been committed to our
source repository of that product and will be incorporated into the
next release.

If necessary, you can access the source repository and build the latest
available version, including the bugfix, yourself. More information 
about accessing the source trees is available at
    http://www.mysql.com/doc/en/Installing_source_tree.html