Repository: accumulo Updated Branches: refs/heads/ACCUMULO-4399 [created] 700c4680b
ACCUMULO-4399 WIP, print makefile actions instead of running. Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/700c4680 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/700c4680 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/700c4680 Branch: refs/heads/ACCUMULO-4399 Commit: 700c4680b41ddc8506369da9618b8dc81c206aa7 Parents: 71fde9e Author: Sean Busbey <bus...@cloudera.com> Authored: Wed Aug 10 16:25:19 2016 -0500 Committer: Sean Busbey <bus...@cloudera.com> Committed: Wed Aug 10 16:25:19 2016 -0500 ---------------------------------------------------------------------- server/native/pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/700c4680/server/native/pom.xml ---------------------------------------------------------------------- diff --git a/server/native/pom.xml b/server/native/pom.xml index 8a1ff4c..7a0ed1c 100644 --- a/server/native/pom.xml +++ b/server/native/pom.xml @@ -121,6 +121,7 @@ <executable>make</executable> <workingDirectory>${project.build.directory}/${project.artifactId}-${project.version}/${project.artifactId}-${project.version}</workingDirectory> <arguments> + <argument>--just-print</argument> <argument>test</argument> <argument>CXX=${CXX}</argument> <argument>OUTPUT_DIR=${project.build.directory}</argument>