This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
info() { | |
printf "Xsession: $*\n" >&2 | |
} | |
info "hello!" | |
info "running from -- $0" | |
#command env | grep -v ^LESS_TERMCAP | sort > ~/Local/ENV_PRE_PROFILE |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# Automatically generated make config: don't edit | |
# crosstool-NG 1.16.0 Configuration | |
# Fri Sep 7 15:41:38 2012 | |
# | |
CT_CONFIGURE_has_xz=y | |
CT_CONFIGURE_has_cvs=y | |
CT_CONFIGURE_has_svn=y | |
CT_MODULES=y |
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[INFO ] Performing some trivial sanity checks | |
[DEBUG] Testing '! ( -n )' | |
[DEBUG] Testing '! ( -n )' | |
[DEBUG] Testing '! ( -n )' | |
[DEBUG] Testing '! ( -n )' | |
[DEBUG] ==> Executing: 'mkdir' '-p' '/home/matt/Local/zedboard/.build' | |
[DEBUG] ==> Executing: 'touch' '/home/matt/Local/zedboard/.build/foo' | |
[DEBUG] Testing '! ( -f /home/matt/Local/zedboard/.build/FOO )' | |
[DEBUG] ==> Executing: 'rm' '-f' '/home/matt/Local/zedboard/.build/foo' | |
[DEBUG] Testing '-f /bin/bash -a -x /bin/bash' |
NewerOlder