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-stable
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
emulab
emulab-stable
Commits
eac5f25c
Commit
eac5f25c
authored
Feb 28, 2003
by
Robert Ricci
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added support for making the vis tumbnail directory, and making the
vis prerender step setgid tbvis.
parent
da714c3e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
0 deletions
+10
-0
GNUmakefile.in
GNUmakefile.in
+2
-0
vis/GNUmakefile.in
vis/GNUmakefile.in
+4
-0
www/GNUmakefile.in
www/GNUmakefile.in
+4
-0
No files found.
GNUmakefile.in
View file @
eac5f25c
...
...
@@ -48,6 +48,8 @@ post-install:
@$(MAKE) -C tbsetup post-install
@$(MAKE) -C account post-install
@$(MAKE) -C security post-install
@$(MAKE) -C vis post-install
@$(MAKE) -C www post-install
#
# For installation on the 'ops' or 'users' node (okay, plastic)
...
...
vis/GNUmakefile.in
View file @
eac5f25c
...
...
@@ -28,6 +28,10 @@ install: \
$(addprefix $(INSTALL_LIBEXECDIR)/, $(LIBEXEC_SCRIPTS)) \
$(addprefix $(INSTALL_LIBEXECDIR)/vis/, $(LIBEXEC_VIS))
post-install:
chgrp tbvis $(INSTALL_LIBEXECDIR)/vis/prerender
chmod g+s $(INSTALL_LIBEXECDIR)/vis/prerender
$(INSTALL_LIBEXECDIR)/vis/%: %
@echo "Installing $<"
-mkdir -p $(INSTALL_LIBEXECDIR)/vis
...
...
www/GNUmakefile.in
View file @
eac5f25c
...
...
@@ -110,6 +110,7 @@ install: $(addprefix $(INSTALL_WWWDIR)/, $(ALLFILES)) \
$(addprefix $(INSTALL_WWWDIR)/buildui/, $(ALLBUI)) \
$(addprefix $(INSTALL_WWWDIR)/autostatus-icons/, $(ALLICONS)) \
$(addprefix $(INSTALL_WWWDIR)/cvsweb/, $(ALLCVSWEB))
-mkdir -p -m 771 $(INSTALL_WWWDIR)/thumbs
cd $(INSTALL_WWWDIR) && \
if test -d ../webglimpse; \
then \
...
...
@@ -123,6 +124,9 @@ install: $(addprefix $(INSTALL_WWWDIR)/, $(ALLFILES)) \
ln -s /usr/local/www/icons icons;
$(INSTALL_CVSWEBCGI)
post-install:
chgrp tbvis $(INSTALL_WWWDIR)/thumbs
$(INSTALL_WWWDIR)/%: %
@echo "Installing $<"
-mkdir -p $(patsubst %/,%,$(dir $@))
...
...
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