mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
Avoid the deletion of the intermediate `(stage3a|stage3b|stage3b_reloc).lds` files by adding them to the special built-in target `.SECONDARY` as prerequisites. This way they're declared as intermediate files that should never be deleted automatically. [1] [1] https://www.gnu.org/software/make/manual/html_node/Special-Targets.html#index-preserving-with-_002eSECONDARY Reviewed-by: Steffen Eiden <seiden@linux.ibm.com> Signed-off-by: Marc Hartmayer <mhartmay@linux.ibm.com> Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>