Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
50574693
Commit
50574693
authored
Feb 02, 2011
by
Leigh B Stoller
Browse files
Add event/lib to the list of INCDIRs that are overridden.
parent
5aae1ac0
Changes
1
Hide whitespace changes
Inline
Side-by-side
install/update-testbed.in
View file @
50574693
#!/usr/bin/perl -w
#!/usr/bin/perl -w
#
#
# EMULAB-COPYRIGHT
# EMULAB-COPYRIGHT
# Copyright (c) 2010 University of Utah and the Flux Group.
# Copyright (c) 2010
-2011
University of Utah and the Flux Group.
# All rights reserved.
# All rights reserved.
#
#
use
strict
;
use
strict
;
...
@@ -142,7 +142,7 @@ if ($SRCDIR =~ /^\//) {
...
@@ -142,7 +142,7 @@ if ($SRCDIR =~ /^\//) {
}
}
my
@INCDIRS
=
("
-I
${objdir}
",
"
-I
${objdir}
/../tbsetup
",
my
@INCDIRS
=
("
-I
${objdir}
",
"
-I
${objdir}
/../tbsetup
",
"
-I
${objdir}
/../db
",
"
-I
${objdir}
/../db
",
"
-I
${objdir}
/../event/lib
",
"
-I
${abssrcdir}
/tbsetup
",
"
-I
${abssrcdir}
/tbsetup
",
"
-I
${abssrcdir}
/install
",
"
-I
${abssrcdir}
/install
",
# To catch a few extra things that do not normally change.
# To catch a few extra things that do not normally change.
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment