saving uncommitted changes in /etc prior to emerge run

This commit is contained in:
2015-09-06 20:24:47 +02:00
committed by Hans Wurst
parent ed4c217b3e
commit 902bd7c537
45 changed files with 0 additions and 0 deletions

8
backup-paludis/bashrc Normal file
View File

@@ -0,0 +1,8 @@
# bashrc
# This file created by portage2paludis.bash
CHOST="x86_64-pc-linux-gnu"
CFLAGS="-march=core-avx2 -O2 -pipe -Wall -g"
CXXFLAGS="${CFLAGS}"
LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu"
MAKEOPTS="-j8"