Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
ezynq
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Elphel
ezynq
Commits
ad398d2f
Commit
ad398d2f
authored
Nov 05, 2013
by
Oleg Dzhimiev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added mkdirs for elphel/elphel393 so links could be created
parent
c360c297
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
install_uboot.sh
install_uboot.sh
+6
-0
No files found.
install_uboot.sh
View file @
ad398d2f
...
...
@@ -67,6 +67,12 @@ if [ ! -h "$CONFIGS/$EZYNQ" ]; then
fi
echo
"Step 3c: Creating symbolic links for separate files (a suffix is added to the originals)"
if
[
!
-d
"board/elphel"
]
;
then
mkdir
"board/elphel"
fi
if
[
!
-d
"board/elphel/elphel393"
]
;
then
mkdir
"board/elphel/elphel393"
fi
for
SRC
in
$(
find
$UBOOT_TREE
-type
f
-not
-path
"
$UBOOT_TREE
/
$CONFIGS
/
$EZYNQ
/*"
)
do
LINK
=
$(
echo
$SRC
|
sed
"s:^
$UBOOT_TREE
/::"
)
...
...
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