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
2df593cb
Commit
2df593cb
authored
Sep 08, 2005
by
Leigh B. Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Oops, minor tweak to post-install targets to catch collab/cvs
parent
88a9f435
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
GNUmakefile.in
GNUmakefile.in
+1
-1
collab/GNUmakefile.in
collab/GNUmakefile.in
+4
-0
No files found.
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
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