diff options
author | Michael Adam <obnox@samba.org> | 2009-02-04 00:22:01 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2009-02-04 00:22:01 +0100 |
commit | 82b8bf417948a397d478e22f53de75872c7b50b4 (patch) | |
tree | 5b32055a76852e3ac15e53097eb14db0d605993c /ctdb/Makefile.in | |
parent | f0d585217e452052da59b68e6e59bfa2df5d3963 (diff) | |
download | samba-82b8bf417948a397d478e22f53de75872c7b50b4.tar.gz samba-82b8bf417948a397d478e22f53de75872c7b50b4.tar.xz samba-82b8bf417948a397d478e22f53de75872c7b50b4.zip |
make: add a "showlayout" target for diagnostics
Michael
(This used to be ctdb commit 79b8c87338a2d40464e87e501daae403a2f14427)
Diffstat (limited to 'ctdb/Makefile.in')
-rwxr-xr-x | ctdb/Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ctdb/Makefile.in b/ctdb/Makefile.in index a15e7b6457..176e2bfc23 100755 --- a/ctdb/Makefile.in +++ b/ctdb/Makefile.in @@ -76,6 +76,17 @@ showflags: @echo ' CFLAGS = $(CFLAGS)' @echo ' LIBS = $(LIBS)' +showlayout:: + @echo "ctdb will be installed into:" + @echo " prefix: $(prefix)" + @echo " bindir: $(bindir)" + @echo " sbindir: $(sbindir)" + @echo " libdir: $(libdir)" + @echo " vardir: $(localstatedir)" + @echo " logdir: $(logdir)" + @echo " mandir: $(mandir)" + @echo " etcdir: $(etcdir)" + .c.o: @echo Compiling $*.c @mkdir -p `dirname $@` |