Skip to content
Commit de11b499 authored by Eric S. Raymond's avatar Eric S. Raymond
Browse files

A contemplated 'snapshot' feature in the build recipe is unnecessary.

There was a TODO item that read:

* Add 'snapshot' feature to dump config status into a JSON file for collecting
  build + platform information

This was missing the obvious; there already is a parseable representation
of that state, it's called the config.h file.  On the Don't Repeat Yourself
principle, if we want JSON or anything else we should make it by simple
postprocessing rather than adding needless complexity to the build recipe.

Added: a PLATFORM_FULL feature, the string from Python's platform.platform(),
to capture more information.
parent 8ba6bca7
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment