Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
emulab-devel
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor 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
Emmanuel Cecchet
emulab-devel
Commits
d439b3a1
Commit
d439b3a1
authored
20 years ago
by
Timothy Stack
Browse files
Options
Downloads
Patches
Plain Diff
Integrate the auto nice daemon into the build.
parent
636aaa2b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
configure
+2
-1
2 additions, 1 deletion
configure
configure.in
+2
-1
2 additions, 1 deletion
configure.in
sensors/GNUmakefile.in
+8
-1
8 additions, 1 deletion
sensors/GNUmakefile.in
with
12 additions
and
3 deletions
configure
+
2
−
1
View file @
d439b3a1
...
...
@@ -1478,7 +1478,8 @@ outfiles="$outfiles Makeconf GNUmakefile \
security/GNUmakefile security/lastlog_daemon
\
sensors/GNUmakefile sensors/slothd/GNUmakefile
\
sensors/slothd/sdisrunning sensors/slothd/sddeploy
\
sensors/canaryd/GNUmakefile
\
sensors/canaryd/GNUmakefile sensors/and/GNUmakefile
\
sensors/and/and-emulab.conf
\
account/GNUmakefile account/tbacct account/webtbacct
\
account/addpubkey account/webaddpubkey
\
account/addsfskey account/webaddsfskey
\
...
...
This diff is collapsed.
Click to expand it.
configure.in
+
2
−
1
View file @
d439b3a1
...
...
@@ -517,7 +517,8 @@ outfiles="$outfiles Makeconf GNUmakefile \
security/GNUmakefile security/lastlog_daemon \
sensors/GNUmakefile sensors/slothd/GNUmakefile \
sensors/slothd/sdisrunning sensors/slothd/sddeploy \
sensors/canaryd/GNUmakefile \
sensors/canaryd/GNUmakefile sensors/and/GNUmakefile \
sensors/and/and-emulab.conf \
account/GNUmakefile account/tbacct account/webtbacct \
account/addpubkey account/webaddpubkey \
account/addsfskey account/webaddsfskey \
...
...
This diff is collapsed.
Click to expand it.
sensors/GNUmakefile.in
+
8
−
1
View file @
d439b3a1
...
...
@@ -8,7 +8,7 @@ SUBDIR = sensors
include $(OBJDIR)/Makeconf
SUBDIRS = slothd
SUBDIRS = slothd
and
SYSTEM := $(shell uname -s)
...
...
@@ -58,6 +58,13 @@ $(TARGETS):
.PHONY: $(SUBDIRS)
$(SUBDIRS): %: %.all
#
# Rules to regen configure written files.
#
%: %.in
@echo "Regenerating $@"
cd $(OBJDIR) && CONFIG_FILES=$(SUBDIR)/$@ ./config.status
###############################################################################
## Any extra actions can be defined here, e.g.:
...
...
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