Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Ben Avison
Env
Commits
9b622e74
Commit
9b622e74
authored
Mar 05, 2019
by
Ben Avison
Browse files
Adjust relative paths to allow for source tree reorganisation
parent
e6b68db6
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
ROOL/BCM2835.sh
ROOL/BCM2835.sh
+1
-1
ROOL/CTools.sh
ROOL/CTools.sh
+1
-1
ROOL/CrossTools.sh
ROOL/CrossTools.sh
+1
-1
ROOL/Disc.sh
ROOL/Disc.sh
+1
-1
No files found.
ROOL/BCM2835.sh
View file @
9b622e74
...
...
@@ -21,6 +21,6 @@ elif [ -n "$ZSH_NAME" ]; then script=${(%):-%x}
elif
[
${
0
##*/
}
=
dash
]
;
then
x
=
$(
lsof
-p
$$
-Fn0
|
tail
-1
)
;
script
=
${
x
#*n
}
fi
export
BUILDDIR
=
"
$(
cd
$(
dirname
$(
readlink
-f
"
$script
"
))
/../..
/../..
&&
pwd
)
"
export
BUILDDIR
=
"
$(
cd
$(
dirname
$(
readlink
-f
"
$script
"
))
/../..
&&
pwd
)
"
.
$BUILDDIR
/Env/!Common.sh
ROOL/CTools.sh
View file @
9b622e74
...
...
@@ -21,6 +21,6 @@ elif [ -n "$ZSH_NAME" ]; then script=${(%):-%x}
elif
[
${
0
##*/
}
=
dash
]
;
then
x
=
$(
lsof
-p
$$
-Fn0
|
tail
-1
)
;
script
=
${
x
#*n
}
fi
export
BUILDDIR
=
"
$(
cd
$(
dirname
$(
readlink
-f
"
$script
"
))
/../..
/../..
&&
pwd
)
"
export
BUILDDIR
=
"
$(
cd
$(
dirname
$(
readlink
-f
"
$script
"
))
/../..
&&
pwd
)
"
.
$BUILDDIR
/Env/!Common.sh
ROOL/CrossTools.sh
View file @
9b622e74
...
...
@@ -22,6 +22,6 @@ elif [ -n "$ZSH_NAME" ]; then script=${(%):-%x}
elif
[
${
0
##*/
}
=
dash
]
;
then
x
=
$(
lsof
-p
$$
-Fn0
|
tail
-1
)
;
script
=
${
x
#*n
}
fi
export
BUILDDIR
=
"
$(
cd
$(
dirname
$(
readlink
-f
"
$script
"
))
/../..
/../..
&&
pwd
)
"
export
BUILDDIR
=
"
$(
cd
$(
dirname
$(
readlink
-f
"
$script
"
))
/../..
&&
pwd
)
"
.
$BUILDDIR
/Env/!Common.sh
ROOL/Disc.sh
View file @
9b622e74
...
...
@@ -21,6 +21,6 @@ elif [ -n "$ZSH_NAME" ]; then script=${(%):-%x}
elif
[
${
0
##*/
}
=
dash
]
;
then
x
=
$(
lsof
-p
$$
-Fn0
|
tail
-1
)
;
script
=
${
x
#*n
}
fi
export
BUILDDIR
=
"
$(
cd
$(
dirname
$(
readlink
-f
"
$script
"
))
/../..
/../..
&&
pwd
)
"
export
BUILDDIR
=
"
$(
cd
$(
dirname
$(
readlink
-f
"
$script
"
))
/../..
&&
pwd
)
"
.
$BUILDDIR
/Env/!Common.sh
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment