After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 358161 - gnome-doc-utils uses awk instead of $(AWK)
gnome-doc-utils uses awk instead of $(AWK)
Status: RESOLVED FIXED
Product: gnome-doc-utils
Classification: Deprecated
Component: build utils
0.6.x
Other opensolaris
: Normal normal
: ---
Assigned To: gnome-doc-utils maintainers
gnome-doc-utils maintainers
Depends on:
Blocks:
 
 
Reported: 2006-09-28 17:34 UTC by James Andrewartha
Modified: 2006-11-08 16:10 UTC
See Also:
GNOME target: ---
GNOME version: 2.15/2.16


Attachments
incredibly simple patch changing awk to $(AWK) (546 bytes, patch)
2006-10-26 16:57 UTC, James Andrewartha
none Details | Review

Description James Andrewartha 2006-09-28 17:34:58 UTC
gnome-doc-utils/doc/gnome-doc-make/Makefile.am uses awk instead of $(AWK). This breaks the build as opensolaris' native awk doesn't like gnome-doc-utils/doc/gnome-doc-make/gnome-doc-make.awk - see http://jhbuild.bxlug.be/builds/2006-09-28-0004/logs/gnome-doc-utils/#build
Comment 1 James Andrewartha 2006-10-26 16:57:01 UTC
Created attachment 75457 [details] [review]
incredibly simple patch changing awk to $(AWK)

I thought I'd create a patch to make fixing this bug easier.
Comment 2 Shaun McCance 2006-11-08 16:10:00 UTC
Committed to HEAD and gnome-2-16.  Thanks.