Domen Kožar
|
1eeb4b3c51
|
While patching shebangs in source, keep the modification date
Otherwise this triggers automake/autoconf/m4 dependencies that
are redundant because of the trivial change.
|
2015-01-08 10:25:04 +01:00 |
|
Domen Kožar
|
512fbb280f
|
Introduce patchShebangsPhase ran in preConfigurePhases
(cherry picked from commit 91c7e8747af1fdc2a70cd98594ccbb12a5c6902d)
Signed-off-by: Domen Kožar <domen@dev.si>
|
2015-01-02 02:58:32 +01:00 |
|
Eelco Dolstra
|
2def8e7499
|
Remove addHook
Just use bash arrays directly. I.e.
addHook preConfigure myPreConfigure
is now
preConfigureHooks+=(myPreConfigure)
|
2014-08-09 12:45:53 +02:00 |
|
Eelco Dolstra
|
daa66b8b1c
|
Factor out fixup phase stuff into separate setup hooks
|
2014-08-09 12:44:49 +02:00 |
|