summaryrefslogtreecommitdiff
path: root/src/mips64el-tools
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-05-31 22:58:20 -0600
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-06-05 19:53:19 -0600
commitd0665ee79d9e7dad960cfd7166987905d191bf80 (patch)
tree1b421220767b4a980f84ab90f4e085a8dd6b4bfd /src/mips64el-tools
parent1316ba7aa96c69ea541f1b7b3715aad5d1c8eb14 (diff)
clean up configuration files
Diffstat (limited to 'src/mips64el-tools')
-rw-r--r--src/mips64el-tools/mips64el.conf12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/mips64el-tools/mips64el.conf b/src/mips64el-tools/mips64el.conf
deleted file mode 100644
index 836b407..0000000
--- a/src/mips64el-tools/mips64el.conf
+++ /dev/null
@@ -1,12 +0,0 @@
-## Arquitecture specific commands
-
-## Run a command for PKGBUILD modifications before building
-## Like adding 'mips64el' to arch if it's not there
-# HOOKPKGBUILDMOD="mips-add"
-
-## Run a command for local releasing of packages
-# Useful for mass packaging (ie. mips port)
-# Must accept the following parameters even if the command won't use them:
-# $1 repo name
-# $2+ packages
-# HOOKLOCALRELEASE="mipsrelease"