)]}'
{
  "commit": "a9d8bc98061c2c4bce312ce4d63cb4c61889fb6d",
  "tree": "31f81a67ae0735a76f90c5365177dcbf41a35c5a",
  "parents": [
    "42484788dcbc92cf95dd1e58d3986df2e9202cfa"
  ],
  "author": {
    "name": "Loïc Minier",
    "email": "loic.minier@linaro.org",
    "time": "Wed Jan 19 13:16:29 2011 +0100"
  },
  "committer": {
    "name": "Wolfgang Denk",
    "email": "wd@denx.de",
    "time": "Fri Jan 21 08:53:40 2011 +0100"
  },
  "message": "Don\u0027t add symlink in srctree when using an objtree\n\nWhen building with srctree !\u003d objtree, the build creates arch/soc/cpu\nspecific symlinks in the source tree.  This means that the same source\ntree can\u0027t be used for multiple builds at the same time.  Also, these\nsymlinks in the source tree are only cleaned up if one passes the same\nO\u003d to distclean.\n\nWhen srctree !\u003d objtree, mkconfig creates an $objtree/include2 directory\nin the objtree to host the asm -\u003e arch/$arch/include/asm symlink so that\n\"#include \u003casm\u003e\" can be used.  But it also creates another identical\nsymlink in $objtree/include.\n\nThen, mkconfig creates two symlinks:\n$objtree/include/asm/arch -\u003e arch/$arch/include/asm/arch-$cpu (or $soc)\n$objtree/include/asm/proc -\u003e arch/$arch/include/asm/proc-armv (on arm)\nbut because $objtree/include/asm points at $srctree already, the two\nsymlinks are created under $srctree.\n\nTo fix this, create a real $objtree/include/asm directory, instead of a\nsymlink.  Update cleanup code accordingly.\n\nSigned-off-by: Loïc Minier \u003cloic.minier@linaro.org\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "90550280bd454f5ea0156cfda461adbc6f72b207",
      "old_mode": 33188,
      "old_path": "Makefile",
      "new_id": "7c02096f0a07c9f3f801dd8f7e30e22839cdca0f",
      "new_mode": 33188,
      "new_path": "Makefile"
    },
    {
      "type": "modify",
      "old_id": "db6933669969530a3c3e7df95e3b0fa2d1236b4c",
      "old_mode": 33261,
      "old_path": "mkconfig",
      "new_id": "6ff533f339336f56243dfd634bc4216fa2dfc25f",
      "new_mode": 33261,
      "new_path": "mkconfig"
    }
  ]
}
