diff options
author | Damjan Marion <damarion@cisco.com> | 2017-01-11 11:11:00 +0100 |
---|---|---|
committer | Dave Barach <openvpp@barachs.net> | 2017-01-11 12:58:03 +0000 |
commit | 724f64ccf691e170973bdcdc6c09bfdc7e2ab5e4 (patch) | |
tree | d648e5f5b49699d93d7055716ea62b63eb1bcb29 /build-root/emacs-lisp/README | |
parent | 1c5ee872b14c5e9412b8c0e4f169b85d11238d14 (diff) |
Makefile.am cleanup
- remove unused stuff
- add --quiet flag to libtool
- avoid building some tests programs when tests are not enabled
Change-Id: Ie34aeec1a598ad811256a00354f66cfddae9d0b9
Signed-off-by: Damjan Marion <damarion@cisco.com>
Diffstat (limited to 'build-root/emacs-lisp/README')
-rw-r--r-- | build-root/emacs-lisp/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-root/emacs-lisp/README b/build-root/emacs-lisp/README index 483e1c39709..1f09a3fa4e4 100644 --- a/build-root/emacs-lisp/README +++ b/build-root/emacs-lisp/README @@ -66,7 +66,7 @@ Or, generate each file individually: $ mkdir build $ cd build - $ ../configure --with-plugin-toolkit + $ ../configure $ make $ sudo make install |