saving uncommitted changes in /etc prior to emerge run

This commit is contained in:
hasufell 2015-08-16 12:42:43 +02:00 committed by Hans Wurst
parent 9205b66a02
commit 50895a83d3
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ CHOST="x86_64-pc-linux-gnu"
CFLAGS="-march=core-avx2 -O2 -pipe -Wall"
CXXFLAGS="${CFLAGS}"
LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu"
MAKEOPTS="-j8"
MAKEOPTS="-j1"
I_KNOW_WHAT_I_AM_DOING="yes"
I_PROMISE_TO_SUPPLY_PATCHES_WITH_BUGS=1