summaryrefslogtreecommitdiff
path: root/target/device/Sharp/LNode80/target_skeleton/root/.bash_profile
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2009-01-29 17:05:12 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2009-01-29 17:05:12 +0000
commit83e903468ce90de64dd6e87ace6ea28f72b6e5eb (patch)
tree6b0285465e7ed6488d3763226a2fea26b9e2417f /target/device/Sharp/LNode80/target_skeleton/root/.bash_profile
parent6e7f92310a637f6b648323f1eb3b04e051f66a67 (diff)
target/device: remove obsolete Sharp/LNode80 platform
As discussed on the list and requested on irc: < prpplague> Jacmet: hey, just wanted to drop a note to confirm that the LNode80 can be removed, we never went into full scale production of it, only 20 were ever made
Diffstat (limited to 'target/device/Sharp/LNode80/target_skeleton/root/.bash_profile')
-rw-r--r--target/device/Sharp/LNode80/target_skeleton/root/.bash_profile15
1 files changed, 0 insertions, 15 deletions
diff --git a/target/device/Sharp/LNode80/target_skeleton/root/.bash_profile b/target/device/Sharp/LNode80/target_skeleton/root/.bash_profile
deleted file mode 100644
index 27bf14953..000000000
--- a/target/device/Sharp/LNode80/target_skeleton/root/.bash_profile
+++ /dev/null
@@ -1,15 +0,0 @@
-# .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