]> www.infradead.org Git - users/rw/armboot.git/commitdiff
Change make clobber
authormariusgroeger <mariusgroeger>
Fri, 22 Mar 2002 16:04:37 +0000 (16:04 +0000)
committermariusgroeger <mariusgroeger>
Fri, 22 Mar 2002 16:04:37 +0000 (16:04 +0000)
Makefile

index dfd1fa4981a36a543a886316c549e692caa4e2dc..3e0b1db847f585323f48c2740595c6241b768b11 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -83,7 +83,6 @@ all:          armboot.srec armboot.bin
 
 install:       all
                cp armboot.bin /tftpboot/armboot.bin
-               cp armboot.bin /net/sam/tftpboot/armboot.bin
 
 armboot.srec:  armboot
                $(OBJCOPY) ${OBJCFLAGS} -O srec $< $@
@@ -174,10 +173,6 @@ clean:
        rm -f tools/gdb/astest tools/gdb/gdbcont tools/gdb/gdbsend
 
 clobber:       clean
-       find . -type f \
-               \( -name .depend -o -name '*.srec' -o -name '*.bin' \) \
-               -print \
-               | xargs rm -f
        rm -f $(OBJS) *.bak tags TAGS
        rm -fr *.*~
        rm -f armboot armboot.bin armboot.elf armboot.srec armboot.map