[Home]

Summary:ASTERISK-10053: Makefile output expects 'make' as CC
Reporter:Michiel van Baak (mvanbaak)Labels:
Date Opened:2007-08-09 07:11:15Date Closed:2007-08-09 18:15:20
Priority:TrivialRegression?No
Status:Closed/CompleteComponents:Core/BuildSystem
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) makefile_fix.diff
( 1) makefile_fix2.diff
( 2) makefile_fix3.diff
Description:on some systems I have to use gmake.
The makefile output of 'gmake' and 'gmake install' has a space too many.
Picky, I know, but this patch fixes it.
Comments:By: Michiel van Baak (mvanbaak) 2007-08-09 10:08:01

new file uploaded. This time it's done with 'svn diff' rather then 'svn diff -x -w'
Thanks Qwell for reminding me :)

By: Steve Murphy (murf) 2007-08-09 16:26:57

mvanbaak-- I see lotsa lines affected by what has to be just spacing--
a few are because of make vs. gmake; are ALL the mods necessary?

By: Michiel van Baak (mvanbaak) 2007-08-09 16:44:50

you are correct.
I made a new patch without my vim macro to remove empty spaces at end of lines.
This patch also fixes the output for make uninstall/gmake uninstall.

By: Steve Murphy (murf) 2007-08-09 18:15:20

Committed to 1.4 via 78891.
Committed to trunk via 78906.