1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00

build: Display correct LIB_FLAGS while building

Signed-off-by: Amitay Isaacs <amitay@gmail.com>

(This used to be ctdb commit 0cbe7a4f92795203f022252a50a240b8bd4238c3)
This commit is contained in:
Amitay Isaacs 2012-03-21 16:08:57 +11:00
parent 858d8dc571
commit 25d01ece07

View File

@ -102,7 +102,7 @@ all: showflags dirs doc $(CTDB_SERVER_OBJ) $(CTDB_CLIENT_OBJ) $(CTDB_LIB_OBJ) $(
showflags:
@echo 'ctdb will be compiled with flags:'
@echo ' CFLAGS = $(CFLAGS)'
@echo ' LIBS = $(LIBS)'
@echo ' LIBS = $(LIB_FLAGS)'
showlayout::
@echo "ctdb will be installed into:"