add load target to Makefile.devel
This commit is contained in:
parent
212832373e
commit
d508474f08
|
@ -138,7 +138,7 @@ define peruser-expansion
|
|||
$(verbose) echo "')" >> $2
|
||||
endef
|
||||
|
||||
.PHONY: clean all xml
|
||||
.PHONY: clean all xml load
|
||||
.SUFFIXES:
|
||||
.SUFFIXES: .pp
|
||||
# broken in make 3.81:
|
||||
|
@ -153,6 +153,14 @@ all: $(all_packages)
|
|||
|
||||
xml: $(polxml)
|
||||
|
||||
########################################
|
||||
#
|
||||
# Load module packages
|
||||
#
|
||||
load: $(all_packages)
|
||||
@$(EINFO) "Loading $(NAME) modules: $(basename $(notdir $(all_packages)))"
|
||||
$(verbose) $(SEMODULE) $(foreach mod,$^,-i $(mod))
|
||||
|
||||
########################################
|
||||
#
|
||||
# Build module packages
|
||||
|
|
Loading…
Reference in New Issue