Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
osv
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
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
Verlässliche Systemsoftware
projects
osv
Commits
bedd64ce
Commit
bedd64ce
authored
11 years ago
by
Arnon Kanfi
Browse files
Options
Downloads
Patches
Plain Diff
Removed spurious -I from sys-includes (caused system include files to be used instead of ours).
parent
82a096ea
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
build.mak
+5
-4
5 additions, 4 deletions
build.mak
with
5 additions
and
4 deletions
build.mak
+
5
−
4
View file @
bedd64ce
arch
=
x64
cmdline
=
java.so
-jar
/usr/lib/jvm/jre/lib/rhino.jar
-f
console/cli.js
#
cmdline = testrunner.so
#
cmdline = java.so -jar /usr/lib/jvm/jre/lib/rhino.jar -f console/cli.js
cmdline
=
testrunner.so
#cmdline = java.so Hello
INCLUDES
=
-I
.
-I
$(
src
)
/arch/
$(
arch
)
-I
$(
src
)
-I
$(
src
)
/external/libunwind/include
-I
$(
src
)
/include
INCLUDES
+=
-I
$(
src
)
/external/acpica/source/include
...
...
@@ -75,7 +75,7 @@ tests/%.o: COMMON += -fPIC
$(
q-build-so
)
sys-includes
=
$(
jdkbase
)
/include
$(
jdkbase
)
/include/linux
sys-includes
+=
$(
gccbase
)
/usr/include
-I
$(
glibcbase
)
/usr/include
sys-includes
+=
$(
gccbase
)
/usr/include
$(
glibcbase
)
/usr/include
autodepend
=
-MD
-MT
$@
-MP
do-sys-includes
=
$(
foreach inc,
$(
sys-includes
)
,
-isystem
$(
inc
))
...
...
@@ -90,7 +90,8 @@ tests += tests/tst-hub.so
tests
+=
tests/tst-leak.so tests/tst-mmap.so
tests
+=
tests/tst-sockets.so
tests
+=
tests/tst-bsd-tcp1.so
# tests += tests/tst-ifconfig.so
# tests += tests/tst-lsroute.so
tests/hello/Hello.class
:
javabase=tests/hello
...
...
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