mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-19 13:17:39 +01:00
CHANGES, defs.mk, rules.mk: Joined V_1_2_3_20_CASAS_NOVAS
This commit is contained in:
parent
347e8e02b0
commit
13efb58775
3 changed files with 35 additions and 8 deletions
|
|
@ -25,7 +25,7 @@ checkroot:
|
|||
|
||||
installexe: all checkroot $(INSTALLED_EXE)
|
||||
|
||||
installso: all checkroot $(INSTALL_LIBDIR) $(INSTALLED_SHOBJS)
|
||||
installso: all checkroot install_dir_LIB $(INSTALLED_SHOBJS)
|
||||
|
||||
installsh: all checkroot $(INSTALL_EXEDIR) $(INSTALLED_EXE_SH)
|
||||
|
||||
|
|
@ -340,12 +340,10 @@ $$(BUILD_$(1)DIR)/%: % $$(TOPDIR)/dir_build_$(1).done
|
|||
fi
|
||||
|
||||
$$(TOPDIR)/dir_install_$(1).done:
|
||||
$$(INSTALL) -d -o $$($(1)DIROWNER) -g $$($(1)DIRGROUP) -m $$($(1)DIRMODE) $$(INSTALL_$(1)DIR)
|
||||
touch $$@
|
||||
|
||||
$$(INSTALL_$(1)DIR):
|
||||
$$(INSTALL) -d -o $$($(1)DIROWNER) -g $$($(1)DIRGROUP) -m $$($(1)DIRMODE) $$@
|
||||
|
||||
$$(INSTALL_$(1)DIR)/%: % | $$(INSTALL_$(1)DIR)
|
||||
$$(INSTALL_$(1)DIR)/%: % | $$(TOPDIR)/dir_install_$(1).done
|
||||
$$(INSTALL) -o $$($(1)OWNER) -g $$($(1)GROUP) -m $$($(1)MODE) $$< $$@
|
||||
|
||||
endef
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue