summaryrefslogtreecommitdiff
path: root/.buckconfig
blob: 5fa3abc3dc673c88172de3fc7ea9c7a89c671fda (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[alias]
  api = //:api
  api_install = //solenv/maven:api_install
  api_deploy = //solenv/maven:api_deploy

[buildfile]
  includes = //solenv/buck/build.defs

[project]
  ignore = .git,workdir,instdir

[cache]
  mode = dir
or configure without apostrophesSamuel Mehrbrodt 2015-03-08autogen.sh: better error message when src_path contains spacesMiklos Vajna 2014-11-13autogen: add --best-effort to help automation bridge option changes.Michael Meeks 2014-05-30strip trailing spaces when reading autogen.input/lastrunChristian Lohmaier 2014-04-23make it possible to do 'make -C sw/' even with builddir!=srcdirLuboš Luňák 2014-04-11Revert "make it possible to do 'make -C sw/' even with builddir!=srcdir"Stephan Bergmann 2014-03-23make it possible to do 'make -C sw/' even with builddir!=srcdirLuboš Luňák 2014-03-04Clarify autogen.sh messagesJan-Marek Glogowski 2013-11-13Generate configure before calling ./configure --helpArnaud Versini 2013-07-26Ignore empty line in autogen.inputIsamu Mogi