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
3b7382d5
Commit
3b7382d5
authored
Jan 04, 2001
by
Leigh B. Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add "control-install" target fto be run on plastic, which will install the
couple of things that need to be over there.
parent
b60f8eea
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
1 deletion
+19
-1
GNUmakefile.in
GNUmakefile.in
+7
-0
security/GNUmakefile.in
security/GNUmakefile.in
+7
-1
tbsetup/GNUmakefile.in
tbsetup/GNUmakefile.in
+5
-0
No files found.
GNUmakefile.in
View file @
3b7382d5
...
...
@@ -20,6 +20,13 @@ post-install:
@$(MAKE) -C tbsetup post-install
@$(MAKE) -C security post-install
#
# For installation on the control node (okay, plastic)
#
control-install:
@$(MAKE) -C tbsetup control-install
@$(MAKE) -C security control-install
install-mkdirs:
-mkdir -p $(INSTALL_TOPDIR)/locks
-mkdir -p $(INSTALL_TOPDIR)/log
...
...
security/GNUmakefile.in
View file @
3b7382d5
...
...
@@ -27,12 +27,18 @@ CFLAGS = -O -g \
suexec: suexec.c suexec.h
$(CC) $(CFLAGS) -o suexec suexec.c
install: $(addprefix $(INSTALL_LIBEXECDIR)/, $(BINS)) $(addprefix $(INSTALL_BINDIR)/, paperbag)
install: $(addprefix $(INSTALL_LIBEXECDIR)/, $(BINS)) \
$(addprefix $(INSTALL_BINDIR)/, paperbag)
@echo "Don't forget to do a post-install as root"
post-install:
chown root $(INSTALL_LIBEXECDIR)/suexec
chmod u+s $(INSTALL_LIBEXECDIR)/suexec
#
# Control node installation (okay, plastic)
#
control-install: $(addprefix $(INSTALL_BINDIR)/, plasticwrap)
clean:
rm -f *.o $(BINS) core
tbsetup/GNUmakefile.in
View file @
3b7382d5
...
...
@@ -72,6 +72,11 @@ post-install:
chown root $(INSTALL_LIBEXECDIR)/console_setup
chmod u+s $(INSTALL_LIBEXECDIR)/console_setup
#
# Control node installation (okay, plastic)
#
control-install: $(addprefix $(INSTALL_SBINDIR)/, console_setup.proxy)
clean: subdir-clean
rm -f *.o core tbreport
...
...
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