mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
$(TOPDIR), make: Start new build architecture
Intermediate commit of half done transition to new build architecture.
This commit is contained in:
parent
fa41ecc8c4
commit
a702e5b714
9 changed files with 142 additions and 50 deletions
|
|
@ -7,7 +7,11 @@ include $(MODDIR)/make/defs.mk
|
|||
include $(MODDIR)/make/rules.mk
|
||||
|
||||
all:
|
||||
ifeq ($(shell pwd | xargs basename),devel)
|
||||
install: $(INSTALLED_DOCS_DEVEL)
|
||||
else
|
||||
install: $(INSTALLED_DOCS_DIST)
|
||||
endif
|
||||
clean distclean:
|
||||
rm -rf *~ .*.swp
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue