Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 326399 - Gentoo PMS: need clarification on misc. assumptions about that pesky make.defaults file
Summary: Gentoo PMS: need clarification on misc. assumptions about that pesky make.def...
Status: RESOLVED WONTFIX
Alias: None
Product: Documentation
Classification: Unclassified
Component: Project-specific documentation (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: PMS/EAPI
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-01 03:58 UTC by Jacob Godserv
Modified: 2018-08-08 14:02 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jacob Godserv 2010-07-01 03:58:22 UTC
Here are some things I discovered while writing a standalone Gentoo profile parser that were not immediately clear and might need some clarification:

 * Line continuations are mentioned in make.defaults, and specifically disallowed in other files, but then left to interpretation (kind of) in other files. When I compiled a list of rules into the parser, I noticed line continuations are only allowable within make.defaults. Can line continuations be specifically stated as only allowed within make.defaults?
 * Again in make.defaults, the contents of the variables are never mentioned. These variables are almost always used for space-delimited values. Is this covered by PMS, in which it would suggest white-space delimited values for lists, or should I just try and interpret what portage will accept here? Right now I handle both spaces and tabs as proper delimiters, to be on the safe side.

These are nit-picky, so I totally understand if you mark this bug as WONTFIX. (Besides, I've gotten in trouble when I posted patches that, even though they made it into SVN, were incorrect, so I thought this time I'd throw my thoughts out there and let you guys handle them this time.)

Reproducible: Always

Steps to Reproduce:
Comment 1 Ulrich Müller gentoo-dev 2018-08-08 14:02:43 UTC
No progress since 8 years. Closing.