mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
dirs.mk: Did it again
This commit is contained in:
parent
a74a23f6fc
commit
b1511ae7b9
1 changed files with 8 additions and 11 deletions
19
make/dirs.mk
19
make/dirs.mk
|
|
@ -5,25 +5,22 @@
|
|||
|
||||
include $(MODDIR)/make/defs.mk
|
||||
|
||||
ifndef SUBDIRS
|
||||
subdirs:
|
||||
ifdef SUBDIRS
|
||||
clean distclean:
|
||||
.DEFAULT:
|
||||
install:
|
||||
else
|
||||
subdirs:
|
||||
$(make_subdirs)
|
||||
endif
|
||||
|
||||
clean distclean:
|
||||
ifdef SUBDIRS
|
||||
else
|
||||
rm -rf $(TEXTCLEAN) $(CLEAN)
|
||||
$(make_subdirs_target)
|
||||
endif
|
||||
|
||||
.DEFAULT:
|
||||
ifdef SUBDIRS
|
||||
else
|
||||
$(make_subdirs_target)
|
||||
endif
|
||||
|
||||
ifdef SUBDIRS
|
||||
install:
|
||||
#
|
||||
#install:
|
||||
# $(make_subdirs_target)
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue