From 2685826747779578ae6b5f2aaafe20785a3aa844 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 19 Sep 2012 10:04:28 -0400 Subject: mv .local.sun4{,u} # for historical reasons on sparc `arch` returns something different than `uname -m` --- .local.sun4/bin/make | 2 -- .local.sun4u/bin/make | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) delete mode 100755 .local.sun4/bin/make create mode 100755 .local.sun4u/bin/make diff --git a/.local.sun4/bin/make b/.local.sun4/bin/make deleted file mode 100755 index fff3f2d..0000000 --- a/.local.sun4/bin/make +++ /dev/null @@ -1,2 +0,0 @@ -#/bin/bash -gmake "$@" diff --git a/.local.sun4u/bin/make b/.local.sun4u/bin/make new file mode 100755 index 0000000..fff3f2d --- /dev/null +++ b/.local.sun4u/bin/make @@ -0,0 +1,2 @@ +#/bin/bash +gmake "$@" -- cgit v1.2.3