X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=schema%2Farches-tables.sh;fp=schema%2Farches-tables.sh;h=846ce655669b3ab40468bc8d7dbebd6d8b079da2;hb=47af08e4fe8a9f804c98688b5a1d5c9c06e7e8cb;hp=0000000000000000000000000000000000000000;hpb=ed24d1e8179f77b66a636a6bf50ca2de432ebc9d;p=wannabuild.git diff --git a/schema/arches-tables.sh b/schema/arches-tables.sh new file mode 100755 index 0000000..846ce65 --- /dev/null +++ b/schema/arches-tables.sh @@ -0,0 +1,6 @@ +#!/bin/sh + +ARCHES="alpha amd64 arm armel hppa i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc" + +rm arches-tables.sql +for arch in $ARCHES; do sed -e "s/ARCH/$arch/g" < arches-tables.in >> arches-tables.sql ; done