Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Z
Zipr Toolchain
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Open Source Software
Zipr Toolchain
Commits
4a6aa619
Commit
4a6aa619
authored
9 years ago
by
mc2zk
Browse files
Options
Downloads
Patches
Plain Diff
Committing changes for CFAR release.
parent
5f7fd4dd
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
build-all.sh
+7
-6
7 additions, 6 deletions
build-all.sh
clean-all.sh
+8
-4
8 additions, 4 deletions
clean-all.sh
with
15 additions
and
10 deletions
build-all.sh
+
7
−
6
View file @
4a6aa619
...
...
@@ -63,13 +63,14 @@ scons || exit
cd
$PEASOUP_HOME
make
||
exit
cd
$ZIPR_CALLBACKS
./configure
--enable-p1
--prefix
=
$ZIPR_INSTALL
make
||
exit
make
install
||
exit
if
[
-d
$ZIPR_CALLBACKS
]
;
then
cd
$ZIPR_CALLBACKS
./configure
--enable-p1
--prefix
=
$ZIPR_INSTALL
make
||
exit
make
install
||
exit
fi
if
[
-d
$ZIPR_HOME
]
;
then
if
[
-d
$ZIPR_HOME
]
;
then
cd
$ZIPR_HOME
scons
||
exit
fi
...
...
This diff is collapsed.
Click to expand it.
clean-all.sh
+
8
−
4
View file @
4a6aa619
...
...
@@ -29,11 +29,15 @@ scons -c || exit
cd
$IRDB_TRANSFORMS
scons
-c
||
exit
cd
$ZIPR_SCFI_PLUGIN
scons
-c
||
exit
if
[
-d
$ZIPR_SCFI_PLUGIN
]
;
then
cd
$ZIPR_SCFI_PLUGIN
scons
-c
||
exit
fi
cd
$PEASOUP_UMBRELLA_DIR
/zipr_push64_reloc_plugin
scons
-c
||
exit
cd
$ZIPR_HOME
scons
-c
||
exit
if
[
-d
$ZIPR_HOME
]
;
then
cd
$ZIPR_HOME
scons
-c
||
exit
fi
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment