summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2019-04-17 15:11:15 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2019-04-17 15:11:15 +0000
commit032aed9f4b6727bba3b5012d6232544490d35230 (patch)
tree51ea08110c967e522a6649a81aa928bac97535fc /tools
parentbe128f38d697ebb2f1483208eb27540dbdd6a3b4 (diff)
parent782c4858807869528577e26f98f68a2c2d0b5977 (diff)
Merge "Generate assembler system call stubs via genrule."
Diffstat (limited to 'tools')
-rwxr-xr-xtools/update_syscalls.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/tools/update_syscalls.sh b/tools/update_syscalls.sh
deleted file mode 100755
index 5e7eb0a55..000000000
--- a/tools/update_syscalls.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/bash
-DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
-cd $DIR/..
-./libc/tools/gensyscalls.py
-
-git diff --exit-code HEAD libc/arch-*/syscalls/
-exit $?