Makefile
changeset 123 a99c85250563
parent 122 8ff29aae866c
child 125 0e6428cfa223
equal deleted inserted replaced
122:8ff29aae866c 123:a99c85250563
   314 $(LOCALES:%=build/%/manifest): build/%/manifest: locale/%.spec build/%/pkg_description
   314 $(LOCALES:%=build/%/manifest): build/%/manifest: locale/%.spec build/%/pkg_description
   315 	$(M)GENERATE $@
   315 	$(M)GENERATE $@
   316 	$(Q)for src in $(call spec_fkey,manifest,header_lang utf8); do \
   316 	$(Q)for src in $(call spec_fkey,manifest,header_lang utf8); do \
   317 		$(EXPAND_ENV) bash -c 'while read l; do eval "echo \"$$l\""; done' < $$src; \
   317 		$(EXPAND_ENV) bash -c 'while read l; do eval "echo \"$$l\""; done' < $$src; \
   318 	done > $@
   318 	done > $@
       
   319 	$(Q)echo $(call spec_key,manifest_raw,) >> $@
   319 
   320 
   320 
   321 
   321 
   322 
   322 # ********************************
   323 # ********************************
   323 # ==== Install/Build packages ====
   324 # ==== Install/Build packages ====