saving uncommitted changes in /etc prior to emerge run

This commit is contained in:
hasufell 2015-03-02 02:11:19 +01:00 committed by root
parent f5d3da3703
commit 1582046ec5
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,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 -lmnl"
MAKEOPTS="-j8"
I_KNOW_WHAT_I_AM_DOING="yes"