use perl script instead of shell script to allow for windows

This commit is contained in:
zimoch
2011-09-16 15:22:06 +00:00
parent 0442e2ae4f
commit 252eb44959

View File

@ -20,6 +20,4 @@ include $(TOP)/configure/RULES
# create streamSynApps.dbd from all SYNAPPS_RECORDS # create streamSynApps.dbd from all SYNAPPS_RECORDS
$(COMMON_DIR)/$(LIBRARY_DEFAULT).dbd: ../../src/CONFIG_STREAM $(COMMON_DIR)/$(LIBRARY_DEFAULT).dbd: ../../src/CONFIG_STREAM
@for r in $(SYNAPPS_RECORDS); \ $(PERL) ../../src/makedbd.pl $(SYNAPPS_RECORDS) > $@
do echo "device($$r,INST_IO,dev$${r}Stream,\"stream\")"; \
done > $@