mirror of
https://github.com/samba-team/samba.git
synced 2025-09-02 01:49:29 +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:
@ -102,7 +102,7 @@ all: showflags dirs doc $(CTDB_SERVER_OBJ) $(CTDB_CLIENT_OBJ) $(CTDB_LIB_OBJ) $(
|
|||||||
showflags:
|
showflags:
|
||||||
@echo 'ctdb will be compiled with flags:'
|
@echo 'ctdb will be compiled with flags:'
|
||||||
@echo ' CFLAGS = $(CFLAGS)'
|
@echo ' CFLAGS = $(CFLAGS)'
|
||||||
@echo ' LIBS = $(LIBS)'
|
@echo ' LIBS = $(LIB_FLAGS)'
|
||||||
|
|
||||||
showlayout::
|
showlayout::
|
||||||
@echo "ctdb will be installed into:"
|
@echo "ctdb will be installed into:"
|
||||||
|
Reference in New Issue
Block a user