Skip to content
GitLab
Menu
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-devel
Commits
04cecbac
Commit
04cecbac
authored
Jan 14, 2001
by
Leigh B. Stoller
Browse files
Fix up target for WWW install so that pix directory is handled
correctly.
parent
77c908b5
Changes
2
Hide whitespace changes
Inline
Side-by-side
GNUmakerules
View file @
04cecbac
...
...
@@ -35,11 +35,6 @@ $(INSTALL_ETCDIR)/%: %
-mkdir -p $(INSTALL_ETCDIR)
$(INSTALL_DATA) $< $@
$(INSTALL_WWWDIR)/%: %
@echo "Installing $<"
-mkdir -p $(INSTALL_WWWDIR)
$(INSTALL_DATA) $< $@
CFLAGS += $(LOCALCFLAGS)
clean:
...
...
www/GNUmakefile.in
View file @
04cecbac
...
...
@@ -35,9 +35,7 @@ ALLPIXES = $(notdir $(PIXFILES))
install: $(addprefix $(INSTALL_WWWDIR)/, $(ALLFILES)) \
$(addprefix $(INSTALL_WWWDIR)/pix/, $(ALLPIXES))
$(INSTALL_WWWDIR)/
pix/
%: %
$(INSTALL_WWWDIR)/%: %
@echo "Installing $<"
-mkdir -p $(
INSTALL_WWWDIR)/pix
-mkdir -p $(
patsubst %/,%,$(dir $@))
$(INSTALL_DATA) $< $@
Write
Preview
Supports
Markdown
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