# $HeadURL$ $LastChangedRevision$ ifndef FILE_AUTOMASTER_MK FILE_AUTOMASTER_MK = 1 # In pass #1: load recipe generators # In pass #0: load generated recipes include method-automasterent.mk # Tell recipe generators what to generate recipes for ifeq ($(PCMS_PASS_NUM),1) # The real Makefile else ifeq ($(PCMS_PASS_NUM),0) # It is intentional that /etc/auto.master is a dependency and a side-product. automaster.file: /etc/auto.master $(AUTOMASTERENT_FILES) msg --progname=$(PROGNAME) --debug=$(VERBOSELEVEL) info "combining automasterents ..." cat $(AUTOMASTERENT_FILES) /dev/null > /etc/auto.master touch $@ # Stuff that is allowed not to exist. /etc/auto.master: ; endif # PCMS_PASS_NUM endif # FILE_AUTOMASTER_MK