update-proto.arch - scc - simple c99 compiler
(HTM) git clone git://git.simple-cc.org/scc
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) Submodules
(DIR) README
(DIR) LICENSE
---
update-proto.arch (161B)
---
1 #!/bin/sh
2
3 arch=${1?'missed architecture parameter'}
4
5 {
6 echo d 755 lib
7 echo d 755 lib/scc
8 scripts/mkproto lib/scc/$arch-*
9 } | sort -k 3 > scripts/proto.$arch