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
20f130c4
Commit
20f130c4
authored
Jan 04, 2001
by
Leigh B. Stoller
Browse files
Add mkdir log/locks/lists to install so that everything is happy.
parent
ee6f157c
Changes
1
Hide whitespace changes
Inline
Side-by-side
GNUmakefile.in
View file @
20f130c4
...
...
@@ -12,11 +12,19 @@ include Makeconf
SUBDIRS = lib assign discvr tbsetup db os security pxe tmcd www tip capture
all: all-subdirs
install: install-subdirs
install: install-subdirs install-mkdirs
@echo "DON'T FORGET TO RUN A POST-INSTALL AS ROOT"
post-install:
@$(MAKE) -C tbsetup post-install
@$(MAKE) -C security post-install
install-mkdirs:
-mkdir -p $(INSTALL_TOPDIR)/locks
-mkdir -p $(INSTALL_TOPDIR)/log
-mkdir -p $(INSTALL_TOPDIR)/lists
clean: clean-subdirs
distclean: distclean-subdirs
rm -f Makeconf GNUmakefile config.status config.cache config.log
...
...
@@ -31,7 +39,7 @@ distclean: distclean-subdirs
# By default, make any target by descending into subdirectories.
%: %-subdirs ;
.PHONY: post-install
.PHONY: post-install
install-mkdirs
# Get rid of a bunch of nasty built-in implicit rules.
.SUFFIXES:
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