add load target to Makefile.devel

This commit is contained in:
Chris PeBenito 2006-10-10 15:23:17 +00:00
parent 212832373e
commit d508474f08

View File

@ -138,7 +138,7 @@ define peruser-expansion
$(verbose) echo "')" >> $2 $(verbose) echo "')" >> $2
endef endef
.PHONY: clean all xml .PHONY: clean all xml load
.SUFFIXES: .SUFFIXES:
.SUFFIXES: .pp .SUFFIXES: .pp
# broken in make 3.81: # broken in make 3.81:
@ -153,6 +153,14 @@ all: $(all_packages)
xml: $(polxml) 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 # Build module packages