com32: remove dependency files for "make tidy"
authorH. Peter Anvin <hpa@zytor.com>
Wed, 20 Feb 2008 00:48:21 +0000 (16:48 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Wed, 20 Feb 2008 00:51:25 +0000 (16:51 -0800)
com32/menu/Makefile
com32/modules/Makefile
com32/samples/Makefile

index c157f92..d844ef5 100644 (file)
@@ -92,10 +92,10 @@ vesamenu.elf : vesamenu.o $(COMMONOBJS) $(LIBS)
        $(LD) $(LDFLAGS) -o $@ $^
 
 tidy:
-       rm -f *.o *.lo *.a *.lst *.elf
+       rm -f *.o *.lo *.a *.lst *.elf .*.d
 
 clean: tidy
-       rm -f *.lss *.c32 *.lnx *.com .*.d
+       rm -f *.lss *.c32 *.lnx *.com
 
 spotless: clean
        rm -f *~ \#*
index 215f872..88c8593 100644 (file)
@@ -96,10 +96,10 @@ ethersel.elf : ethersel.o $(LIBS)
        $(LD) $(LDFLAGS) -o $@ $^
 
 tidy:
-       rm -f *.o *.lo *.a *.lst *.elf
+       rm -f *.o *.lo *.a *.lst *.elf .*.d
 
 clean: tidy
-       rm -f *.lss *.c32 *.lnx *.com .*.d
+       rm -f *.lss *.c32 *.lnx *.com
 
 spotless: clean
        rm -f *~ \#*
index 315a990..f17911d 100644 (file)
@@ -78,10 +78,10 @@ all:        hello.c32 cat.c32 resolv.c32 vesainfo.c32 serialinfo.c32 \
        $(OBJCOPY) -O binary $< $@
 
 tidy:
-       rm -f *.o *.lo *.a *.lst *.elf
+       rm -f *.o *.lo *.a *.lst *.elf .*.d
 
 clean: tidy
-       rm -f *.lss *.c32 *.lnx *.com .*.d
+       rm -f *.lss *.c32 *.lnx *.com
 
 spotless: clean
        rm -f *~ \#*