mirror of
git://sourceware.org/git/lvm2.git
synced 2025-03-10 16:58:47 +03:00
makefiles: missing deps
This commit is contained in:
parent
fc0e49297d
commit
22457ed4d9
@ -59,6 +59,7 @@ liblvm: lib
|
|||||||
daemons: lib libdaemon tools
|
daemons: lib libdaemon tools
|
||||||
tools: lib libdaemon device-mapper
|
tools: lib libdaemon device-mapper
|
||||||
po: tools daemons
|
po: tools daemons
|
||||||
|
man: tools
|
||||||
scripts: liblvm libdm
|
scripts: liblvm libdm
|
||||||
|
|
||||||
lib.device-mapper: include.device-mapper
|
lib.device-mapper: include.device-mapper
|
||||||
|
@ -175,8 +175,6 @@ liblvm2cmd.$(LIB_SUFFIX).$(LIB_VERSION): liblvm2cmd.$(LIB_SUFFIX)
|
|||||||
$(CC) -E -P $(srcdir)/cmdnames.h 2> /dev/null | \
|
$(CC) -E -P $(srcdir)/cmdnames.h 2> /dev/null | \
|
||||||
$(EGREP) -v '^ *(|#.*|config|devtypes|dumpconfig|formats|fullreport|help|lastlog|lvpoll|pvdata|segtypes|systemid|tags|version) *$$' > .commands
|
$(EGREP) -v '^ *(|#.*|config|devtypes|dumpconfig|formats|fullreport|help|lastlog|lvpoll|pvdata|segtypes|systemid|tags|version) *$$' > .commands
|
||||||
|
|
||||||
.DELETE_ON_ERROR:
|
|
||||||
|
|
||||||
command-count.h: $(srcdir)/command-lines.in Makefile
|
command-count.h: $(srcdir)/command-lines.in Makefile
|
||||||
set -o pipefail && \
|
set -o pipefail && \
|
||||||
( cat $(top_srcdir)/doc/license.txt && \
|
( cat $(top_srcdir)/doc/license.txt && \
|
||||||
@ -204,6 +202,7 @@ command-lines-input.h: $(srcdir)/command-lines.in Makefile
|
|||||||
) > $@
|
) > $@
|
||||||
|
|
||||||
$(SOURCES:%.c=%.d) $(SOURCES2:%.c=%.d): command-lines-input.h command-count.h cmds.h
|
$(SOURCES:%.c=%.d) $(SOURCES2:%.c=%.d): command-lines-input.h command-count.h cmds.h
|
||||||
|
$(SOURCES:%.c=%.o) $(SOURCES2:%.c=%.o): command-lines-input.h command-count.h cmds.h
|
||||||
|
|
||||||
ifneq ("$(CFLOW_CMD)", "")
|
ifneq ("$(CFLOW_CMD)", "")
|
||||||
CFLOW_SOURCES = $(addprefix $(srcdir)/, $(SOURCES))
|
CFLOW_SOURCES = $(addprefix $(srcdir)/, $(SOURCES))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user