Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
proview
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Esteban Blanc
proview
Commits
08e5f115
Commit
08e5f115
authored
Dec 15, 2005
by
claes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Error messages for not yet created loadfiles suppressed when building dev
parent
391d66ec
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/wbl/rt/src/os_linux/hw_x86/makefile
src/wbl/rt/src/os_linux/hw_x86/makefile
+1
-1
src/wbl/wb/src/os_linux/hw_x86/makefile
src/wbl/wb/src/os_linux/hw_x86/makefile
+1
-1
No files found.
src/wbl/rt/src/os_linux/hw_x86/makefile
View file @
08e5f115
...
...
@@ -42,7 +42,7 @@ realclean : clean
$(load_dir)/rt.dbs
:
@
echo
"Generating snapshot for rt"
@
wb_cmd create snapshot /file
=
\"
$(pwre_sroot)
/wbl/rt/src/rt.wb_load
\"
/out
=
\"
$(target)
\"
@
wb_cmd
-i
-q
create snapshot /file
=
\"
$(pwre_sroot)
/wbl/rt/src/rt.wb_load
\"
/out
=
\"
$(target)
\"
@
chmod
a+w
$(target)
clean_wbl
:
...
...
src/wbl/wb/src/os_linux/hw_x86/makefile
View file @
08e5f115
...
...
@@ -42,7 +42,7 @@ realclean : clean
$(load_dir)/wb.dbs
:
@
echo
"Generating snapshot for wb"
@
wb_cmd create snapshot /file
=
\"
$(pwre_sroot)
/wbl/wb/src/wb.wb_load
\"
/out
=
\"
$(target)
\"
@
wb_cmd
-i
-q
create snapshot /file
=
\"
$(pwre_sroot)
/wbl/wb/src/wb.wb_load
\"
/out
=
\"
$(target)
\"
@
chmod
a+w
$(target)
clean_wbl
:
...
...
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