summaryrefslogtreecommitdiff
path: root/target/device/jp/q5/target_skeleton/root/.bash_profile
diff options
context:
space:
mode:
authorDavid Anders <dave123@abcsinc.com>2006-01-25 14:59:21 +0000
committerDavid Anders <dave123@abcsinc.com>2006-01-25 14:59:21 +0000
commit3d8aa36b65b2751d9dc8ba2c42a61f6ae5d5eeaf (patch)
tree17814f432b3cfb7aa5e3ef6aa14e70152c6cb3f5 /target/device/jp/q5/target_skeleton/root/.bash_profile
parentc11d4552d4ae289dda2f675777eeafa1e4e9aab5 (diff)
add the amd au1500 based q5 board per case 0000374
Diffstat (limited to 'target/device/jp/q5/target_skeleton/root/.bash_profile')
-rw-r--r--target/device/jp/q5/target_skeleton/root/.bash_profile15
1 files changed, 15 insertions, 0 deletions
diff --git a/target/device/jp/q5/target_skeleton/root/.bash_profile b/target/device/jp/q5/target_skeleton/root/.bash_profile
new file mode 100644
index 000000000..27bf14953
--- /dev/null
+++ b/target/device/jp/q5/target_skeleton/root/.bash_profile
@@ -0,0 +1,15 @@
+# .bash_profile
+
+export PATH=\
+/bin:\
+/sbin:\
+/usr/bin:\
+/usr/sbin:\
+/usr/bin/X11:\
+/usr/local/bin
+
+umask 022
+
+if [ -f ~/.bashrc ]; then
+ source ~/.bashrc
+fi