Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emulab-devel
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
143
Issues
143
List
Boards
Labels
Service Desk
Milestones
Merge Requests
6
Merge Requests
6
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
emulab
emulab-devel
Commits
3b87b2d2
Commit
3b87b2d2
authored
Mar 09, 2007
by
Russ Fish
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add dependency of %.in on TBDEFS file.
parent
d789d78f
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
1 deletion
+4
-1
GNUmakerules
GNUmakerules
+1
-1
Makeconf.in
Makeconf.in
+1
-0
configure
configure
+1
-0
configure.in
configure.in
+1
-0
No files found.
GNUmakerules
View file @
3b87b2d2
...
...
@@ -97,7 +97,7 @@ vpath % $(SRCDIR) $(MOSTLY_SRCDIRS)
#
# Rules to regen configure written files.
#
%: %.in
%: %.in
$(TBDEFS)
@echo "Regenerating $@"
cd $(OBJDIR) && CONFIG_FILES=$(SUBDIR)/$@ ./config.status
...
...
Makeconf.in
View file @
3b87b2d2
...
...
@@ -28,6 +28,7 @@ prefix = @prefix@
exec_prefix = @exec_prefix@
TBROOT = @prefix@
TBDEFS = @TBDEFS@
TBDBNAME = @TBDBNAME@
TBADMINGROUP = @TBADMINGROUP@
TBOPSEMAIL = @TBOPSEMAIL@
...
...
configure
View file @
3b87b2d2
...
...
@@ -2730,6 +2730,7 @@ s%@SNMP_RW_COMMUNITY@%$SNMP_RW_COMMUNITY%g
s%@WWWHOST@%
$WWWHOST
%g
s%@WWW@%
$WWW
%g
s%@TBBASE@%
$TBBASE
%g
s%@TBDEFS@%
$TBDEFS
%g
s%@TBDOCBASE@%
$TBDOCBASE
%g
s%@TBWWW@%
$TBWWW
%g
s%@THISHOMEBASE@%
$THISHOMEBASE
%g
...
...
configure.in
View file @
3b87b2d2
...
...
@@ -109,6 +109,7 @@ AC_SUBST(SNMP_RW_COMMUNITY)
AC_SUBST(WWWHOST)
AC_SUBST(WWW)
AC_SUBST(TBBASE)
AC_SUBST(TBDEFS)
AC_SUBST(TBDOCBASE)
AC_SUBST(TBWWW)
AC_SUBST(THISHOMEBASE)
...
...
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