File: bbc.lib.mk
base-0 patch-1
Line 18Line 18
# EXTRACTING GARUSERS
# get the .passwd, .group, and .bootstrap files into their correct locations
$(foreach OOZER,$(GARUSERS),$(addprefix extract-$(OOZER),.passwd .group .bootstrap)):
# EXTRACTING GARUSERS
# get the .passwd, .group, and .bootstrap files into their correct locations
$(foreach OOZER,$(GARUSERS),$(addprefix extract-$(OOZER),.passwd .group .bootstrap)):
        @echo " ==> Copying $(subst extract-,$(DOWNLOADDIR)/,$@)"
        @echo -e " $(WORKCOLOR)==> Copying $(BOLD)$(subst extract-,$(DOWNLOADDIR)/,$@)$(NORMALCOLOR)"
        @cp $(subst extract-,$(DOWNLOADDIR)/,$@) $(WORKDIR)/
        @$(MAKECOOKIE)

        @cp $(subst extract-,$(DOWNLOADDIR)/,$@) $(WORKDIR)/
        @$(MAKECOOKIE)