saving uncommitted changes in /etc prior to emerge run

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

View File

@ -4,7 +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"
LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu"
MAKEOPTS="-j8"
I_KNOW_WHAT_I_AM_DOING="yes"