Merge lp:~smoser/euca2ools/fix-make-clean into lp:euca2ools

Proposed by Scott Moser
Status: Merged
Merged at revision: 529
Proposed branch: lp:~smoser/euca2ools/fix-make-clean
Merge into: lp:euca2ools
Diff against target: 13 lines (+1/-2)
1 file modified
Makefile (+1/-2)
To merge this branch: bzr merge lp:~smoser/euca2ools/fix-make-clean
Reviewer Review Type Date Requested Status
Eucalyptus Maintainers Pending
Review via email: mp+85713@code.launchpad.net
To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'Makefile'
2--- Makefile 2011-04-10 13:51:26 +0000
3+++ Makefile 2011-12-14 17:37:40 +0000
4@@ -62,8 +62,7 @@
5 @if [ -d $(BASH_COMPLETION) ]; then install -o root -m 644 $(UTILDIR)/* $(BASH_COMPLETION); fi
6
7 distclean clean:
8- @for subdir in $(SUBDIRS); do \
9- (cd $$subdir && $(MAKE) $@) || exit $$? ; done
10+ echo "Nothing to do for clean"
11
12 uninstall:
13 @for x in $(BINLIST); do \

Subscribers

People subscribed via source and target branches