Some small adjustments

master
Taeyeon Mori 9 years ago
parent 5dddf9409d
commit 78781cea45
  1. 2
      bin/aur.sh
  2. 2
      dotfiles/makepkg.conf
  3. 3
      git/config
  4. 2
      zsh/prezto

@ -11,7 +11,7 @@ function throw {
}
# Figure out build directory
tmpbuild=$TMPDIR/aur.sh.$$
tmpbuild=${TMPDIR-/tmp}/aur.sh.$$
build="${BUILDDIR:-$tmpbuild}"
test -d "$build" || mkdir -p "$build" || exit 1

@ -13,7 +13,7 @@ CFLAGS="`fix_march $CFLAGS`"
CXXFLAGS="`fix_march $CXXFLAGS`"
LDFLAGS="$LDFLAGS"
MAKEFLAGS="-j4"
MAKEFLAGS="-j`grep "cpu cores" /proc/cpuinfo | cut -d: -f2`"
# Store stuff
source "$DOTFILES/etc/aur.conf"

@ -1,3 +1,6 @@
[colors]
ui = true
[push]
default = simple

@ -1 +1 @@
Subproject commit ee0b02464ca29b551169d0a33a43aeef979d78ea
Subproject commit 10cf7018645fd9c09a0aa03c4ebac5ae6222c77e
Loading…
Cancel
Save