mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
zipl/boot: simplify clean target
Simplify the clean target since there are several redundant things (*.bin) and files that aren't built at all (.xxx and .yyy). 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>
This commit is contained in:
committed by
Jan Höppner
parent
5a848c98bb
commit
0783aa99d7
@@ -85,7 +85,6 @@ stage3.exec: head.o stage3.o kdump3.o libc.o ebcdic.o ebcdic_conv.o sclp.o \
|
||||
|
||||
|
||||
clean:
|
||||
rm -f -- *.o *.exec *.bin $(FILES) tape0.bin *.xxx *.yyy \
|
||||
stage3.bin *.lds .*.lds.d .loaders *.debug
|
||||
rm -f -- *.o *.exec *.bin *.lds .*.lds.d .loaders *.debug
|
||||
|
||||
.PHONY: all clean
|
||||
|
||||
Reference in New Issue
Block a user