Commit 51d6491
committed
override_dh_auto_clean: Perform cleaning only if required
The src/Makefile file has a check of variables at the very
beginning and exits by mistake if they are not initialized.
That is, if there is no src/Makefile.inc file, then the project
configuration was not performed and any other goals were not
fulfilled. It is not possible to complete any goal before
the initial configuration.
This check ensures that the source code is clean and there
is no need to clean it.1 parent 886d8b1 commit 51d6491
1 file changed
Lines changed: 4 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
71 | 67 | | |
72 | 68 | | |
73 | 69 | | |
| |||
0 commit comments