- Notifications
You must be signed in to change notification settings - Fork5
Commit9660710
committed
Fix distclean/maintainer-clean targets to remove top-level tmp_install dir.
The top-level makefile removes tmp_install in its "clean" target, but thedistclean and maintainer-clean targets overlooked that (and they don'tsimply invoke clean, because that would result in an extra tree traversal).While at it, let's just make sure that removing GNUmakefile itself is thevery last step of the recipe.1 parent61f68e0 commit9660710
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
58 | 58 |
| |
59 | 59 |
| |
60 | 60 |
| |
61 |
| - | |
| 61 | + | |
62 | 62 |
| |
63 | 63 |
| |
| 64 | + | |
64 | 65 |
| |
65 | 66 |
| |
66 | 67 |
| |
|
0 commit comments
Comments
(0)