forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit1eee8d4
committed
Remove unwanted "garbage cleanup" logic in Makefiles.
GNUmakefile.in defined a macro "garbage" that seems to have been meantas a suitable target for automatic "rm -rf" treatment, but it isn'tactually used anywhere (and indeed never was, AFAICT).Moreover, we have concluded that the Makefiles shouldn't take it uponthemselves to remove files that aren't expected by-products of building,so that doing anything like that would be against project policy anyway.Hence, just remove the macro.Grepping around finds another violation of that policy in ecpg/preproc,so clean that up too.Daniel Gustafsson (ecpg change by me)Discussion:https://postgr.es/m/AFBEF63E-E19D-4EBB-9F08-4617CDC751ED@yesql.se1 parent8e19a82 commit1eee8d4
2 files changed
+0
-3
lines changedLines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
78 | 78 |
| |
79 | 79 |
| |
80 | 80 |
| |
81 |
| - | |
82 | 81 |
| |
83 | 82 |
| |
84 | 83 |
| |
|
Lines changed: 0 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
64 | 64 |
| |
65 | 65 |
| |
66 | 66 |
| |
67 |
| - | |
68 |
| - | |
69 | 67 |
| |
70 | 68 |
| |
71 | 69 |
| |
|
0 commit comments
Comments
(0)