Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emulab-devel
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
111
Issues
111
List
Boards
Labels
Milestones
Merge Requests
4
Merge Requests
4
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
emulab
emulab-devel
Commits
20f130c4
Commit
20f130c4
authored
Jan 04, 2001
by
Leigh Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add mkdir log/locks/lists to install so that everything is happy.
parent
ee6f157c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
2 deletions
+10
-2
GNUmakefile.in
GNUmakefile.in
+10
-2
No files found.
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
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