diff options
author | Björn Gustavsson <bjorn@erlang.org> | 2011-09-14 12:10:46 +0200 |
---|---|---|
committer | Björn Gustavsson <bjorn@erlang.org> | 2011-09-14 17:06:16 +0200 |
commit | d1242b0aea1078c91c4b35e07ab3b16b19248a84 (patch) | |
tree | 1218e05557be760de6a6ce3c466778af663de0d5 /.gitignore | |
parent | 1c3815a194ce95f2d1fdabf58cbc7718a7d0a191 (diff) | |
download | erlang-d1242b0aea1078c91c4b35e07ab3b16b19248a84.tar.gz |
Remove lib/orber/include/* from the primary bootstrap
The include files for orber are included in the primary bootstrap,
probably for historical reasons. They are not needed there, because
no applications compiled in the secondary bootstrap need them.
Therefore, install the lib/orber/include/* in the bootstrap at
the end of the second bootstrap stage.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 88f153ee48..8ff94964d1 100644 --- a/.gitignore +++ b/.gitignore @@ -109,6 +109,7 @@ make/win32/ /bootstrap/lib/asn1 /bootstrap/lib/hipe /bootstrap/lib/ic +/bootstrap/lib/orber /bootstrap/lib/parsetools /bootstrap/lib/sasl /bootstrap/lib/snmp |