# Pastebin AUoukfsq tansell@tansell:~/github/timvideos/litex-buildenv$ grep -R XILINX_DIR .travis/package-xilinx-step2-create-tar.sh:XILINX_DIR=$BASE/xilinx-stripped .travis/package-xilinx-step2-create-tar.sh:if [ -d $XILINX_DIR ]; then .travis/package-xilinx-step2-create-tar.sh: rm -rf $XILINX_DIR .travis/package-xilinx-step2-create-tar.sh:mkdir -p $XILINX_DIR .travis/package-xilinx-step2-create-tar.sh: cp -v --parents --no-dereference --preserve=all -t $XILINX_DIR || true .travis/package-xilinx-step2-create-tar.sh: cd $XILINX_DIR scripts/enter-env.sh:if [ -z "$XILINX_DIR" ]; then scripts/enter-env.sh: LOCAL_XILINX_DIR=$BUILD_DIR/Xilinx scripts/enter-env.sh: if [ -f "$LOCAL_XILINX_DIR/opt/Xilinx/14.7/ISE_DS/ISE/bin/lin64/xreport" ]; then scripts/enter-env.sh: export XILINXD_LICENSE_FILE=$LOCAL_XILINX_DIR scripts/enter-env.sh: #export LD_PRELOAD=$XILINX_DIR/impersonate_macaddress/impersonate_macaddress.so scripts/enter-env.sh: export XILINX_DIR=$LOCAL_XILINX_DIR scripts/enter-env.sh: XILINX_DIR=/ scripts/enter-env.sh:if [ ! -z "$XILINX_DIR" ]; then scripts/enter-env.sh: export MISOC_EXTRA_CMDLINE="-Ob toolchain_path $XILINX_DIR/opt/Xilinx/" scripts/enter-env.sh:echo " Xilinx directory is: $XILINX_DIR/opt/Xilinx/" scripts/download-env.sh: XILINX_DIR=$BUILD_DIR/Xilinx scripts/download-env.sh: if [ ! -d "$XILINX_DIR" -o ! -d "$XILINX_DIR/opt" ]; then scripts/download-env.sh: mkdir -p $XILINX_DIR/opt/Xilinx/Vivado/2017.3/scripts/rt/data/svlog/sdbs scripts/download-env.sh: mkdir -p $XILINX_DIR/opt/Xilinx/Vivado/2017.3/tps/lnx64/jre scripts/download-env.sh: mkdir -p $XILINX_DIR/opt/Xilinx/14.7/ISE_DS/ISE/bin/lin64 scripts/download-env.sh: ln -s /bin/true $XILINX_DIR/opt/Xilinx/14.7/ISE_DS/ISE/bin/lin64/wbtc scripts/download-env.sh: # Relocate ISE from /opt to $XILINX_DIR scripts/download-env.sh: for i in $(grep -l -Rsn "/opt/Xilinx" $XILINX_DIR/opt) scripts/download-env.sh: sed -i -e "s!/opt/Xilinx!$XILINX_DIR/opt/Xilinx!g" $i scripts/download-env.sh: export MISOC_EXTRA_CMDLINE="-Ob toolchain_path $XILINX_DIR/opt/Xilinx/" scripts/download-env.sh: export XILINXD_LICENSE_FILE=$XILINX_DIR scripts/download-env.sh: #export LD_PRELOAD=$XILINX_DIR/impersonate_macaddress/impersonate_macaddress.so scripts/download-env.sh:elif [ -z "$XILINX_DIR" ]; then scripts/download-env.sh: XILINX_DIR=/ scripts/download-env.sh:echo " Xilinx directory is: $XILINX_DIR/opt/Xilinx/" Binary file scripts/.download-env.sh.swp matches