Skip to content
GitLab
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
2df593cb
Commit
2df593cb
authored
Sep 08, 2005
by
Leigh B. Stoller
Browse files
Oops, minor tweak to post-install targets to catch collab/cvs
parent
88a9f435
Changes
2
Hide whitespace changes
Inline
Side-by-side
GNUmakefile.in
View file @
2df593cb
...
...
@@ -62,7 +62,7 @@ endif
@$(MAKE) -C tools post-install
@$(MAKE) -C wiki post-install
@$(MAKE) -C bugdb post-install
@$(MAKE) -C collab
/mailman
post-install
@$(MAKE) -C collab post-install
@$(MAKE) -C utils post-install
#
...
...
collab/GNUmakefile.in
View file @
2df593cb
...
...
@@ -25,6 +25,10 @@ install: install-subdirs
clean: clean-subdirs
boss-install: install
post-install:
@$(MAKE) -C mailman post-install
@$(MAKE) -C cvs post-install
# How to recursively descend into subdirectories to make general
# targets such as `all'.
%.MAKE:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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