mirror of https://github.com/BOINC/boinc.git
- Unix build: add configure option for minimal make output
This commit is contained in:
parent
d8b7e4347f
commit
0760461e93
|
@ -6982,3 +6982,8 @@ David 21 Nov 2012
|
|||
Makefile
|
||||
job.xml
|
||||
wrapper.cpp
|
||||
|
||||
David 21 Nov 2012
|
||||
- Unix build: add configure option for minimal make output
|
||||
|
||||
configure.ac
|
||||
|
|
|
@ -16,6 +16,7 @@ AC_CANONICAL_TARGET
|
|||
dnl generate .tar.gz, .tar.bz2, .zip
|
||||
dnl AM_INIT_AUTOMAKE(dist-bzip2 dist-zip)
|
||||
AM_INIT_AUTOMAKE(dist-zip)
|
||||
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
|
||||
|
||||
AC_CONFIG_SRCDIR(lib/shmem.cpp)
|
||||
|
||||
|
|
Loading…
Reference in New Issue