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-stable
Commits
d439b3a1
Commit
d439b3a1
authored
Oct 25, 2004
by
Timothy Stack
Browse files
Integrate the auto nice daemon into the build.
parent
636aaa2b
Changes
3
Hide whitespace changes
Inline
Side-by-side
configure
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
\
...
...
configure.in
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 \
...
...
sensors/GNUmakefile.in
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.:
...
...
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