mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
topdir.mk: Revert to using subdirs.mk
Revert to using subdirs.mk instead of dirs.mk in topdir.mk. make config produces a clash between the phony target and some modules having a subdirectory named "config", notably feedfs, jux and casview (should be renamed to conf one day, all other modules have "conf") with dirs.mk.
This commit is contained in:
parent
e7127ecbe4
commit
14df6b25bb
1 changed files with 3 additions and 2 deletions
|
|
@ -1,7 +1,6 @@
|
||||||
all: config
|
all: config
|
||||||
install: topdir.install
|
install: topdir.install
|
||||||
clean: topdir.clean
|
clean: topdir.clean
|
||||||
distclean: topdir.distclean
|
|
||||||
config:
|
config:
|
||||||
|
|
||||||
SUBDIRS ?= $(wildcard inst/pre make scripts tools src include lib bin \
|
SUBDIRS ?= $(wildcard inst/pre make scripts tools src include lib bin \
|
||||||
|
|
@ -12,11 +11,13 @@ ifneq ($(wildcard $(TOPDIR)/make/defs.mk),)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
include $(MODDIR)/make/defs.mk
|
include $(MODDIR)/make/defs.mk
|
||||||
|
include $(MODDIR)/make/subdirs.mk
|
||||||
include $(MODDIR)/make/rpmdist.mk
|
include $(MODDIR)/make/rpmdist.mk
|
||||||
include $(MODDIR)/make/dirs.mk
|
|
||||||
include $(MODDIR)/make/rules.mk
|
include $(MODDIR)/make/rules.mk
|
||||||
include $(MODDIR)/make/doc-rules.mk
|
include $(MODDIR)/make/doc-rules.mk
|
||||||
|
|
||||||
|
distclean: topdir.distclean
|
||||||
|
|
||||||
INSTALLED_TOPDIR_FILES = $(addprefix $(INSTALL_DOCDIR)/, $(DOCS))
|
INSTALLED_TOPDIR_FILES = $(addprefix $(INSTALL_DOCDIR)/, $(DOCS))
|
||||||
|
|
||||||
local-%:
|
local-%:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue