summaryrefslogtreecommitdiffstats
path: root/target/generic/target_skeleton/root/.bash_profile
diff options
context:
space:
mode:
authorDmytro Milinevskyy2010-06-16 22:22:40 +0200
committerPeter Korsgaard2010-07-18 23:08:55 +0200
commitd9119c0bc55de95967b3de67be1fc49101a9d896 (patch)
tree4af1c4eaf3ab4f1c7a116fdc29d35df856247720 /target/generic/target_skeleton/root/.bash_profile
parentChoose host/target ldconfig based on availability (diff)
downloadbuildroot-d9119c0bc55de95967b3de67be1fc49101a9d896.tar.gz
buildroot-d9119c0bc55de95967b3de67be1fc49101a9d896.tar.xz
buildroot-d9119c0bc55de95967b3de67be1fc49101a9d896.zip
move default skeleton to fs/ and drop busybox skeleton
[Peter: fixup patch, adjust for busybox.mk changes] Signed-off-by: Dmytro Milinevskyy <milinevskyy@gmail.com> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'target/generic/target_skeleton/root/.bash_profile')
-rw-r--r--target/generic/target_skeleton/root/.bash_profile15
1 files changed, 0 insertions, 15 deletions
diff --git a/target/generic/target_skeleton/root/.bash_profile b/target/generic/target_skeleton/root/.bash_profile
deleted file mode 100644
index 27bf14953..000000000
--- a/target/generic/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