You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@orc.apache.org by om...@apache.org on 2017/01/16 16:40:27 UTC

orc git commit: fix up release build instructions

Repository: orc
Updated Branches:
  refs/heads/master 65f1bca93 -> c9d703bcf


fix up release build instructions

Signed-off-by: Owen O'Malley <om...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/orc/repo
Commit: http://git-wip-us.apache.org/repos/asf/orc/commit/c9d703bc
Tree: http://git-wip-us.apache.org/repos/asf/orc/tree/c9d703bc
Diff: http://git-wip-us.apache.org/repos/asf/orc/diff/c9d703bc

Branch: refs/heads/master
Commit: c9d703bcfed6ea19b62759979d10d9e635c0f530
Parents: 65f1bca
Author: Gil Raphaelli <g...@raphaelli.com>
Authored: Mon Jan 16 10:08:40 2017 -0500
Committer: Owen O'Malley <om...@apache.org>
Committed: Mon Jan 16 08:33:16 2017 -0800

----------------------------------------------------------------------
 site/_docs/building.md | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/orc/blob/c9d703bc/site/_docs/building.md
----------------------------------------------------------------------
diff --git a/site/_docs/building.md b/site/_docs/building.md
index a930441..01d36f2 100644
--- a/site/_docs/building.md
+++ b/site/_docs/building.md
@@ -37,6 +37,7 @@ To build a normal release:
 
 ~~~ shell
 % mkdir build
+% cd build
 % cmake ..
 % make package test-out
 ~~~