]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/mini-os.git/commitdiff
bitkeeper revision 1.501.1.2 (3f87baa7GCRi_yatMEUW36MM6ZAyEQ)
authorkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>
Sat, 11 Oct 2003 08:09:11 +0000 (08:09 +0000)
committerkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>
Sat, 11 Oct 2003 08:09:11 +0000 (08:09 +0000)
xen_refresh_dev.c:
  new file

Makefile

index f437cf2f5860c71a132f5f7b02be19046e9c0b65..18ae585db790c80621511ad7d11ea1c59a4b2cab 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -35,6 +35,7 @@ $(TARGET): hypervisor-ifs head.o $(OBJS)
 clean:
        find . -type f -name '*.o' | xargs rm -f
        rm -f *.o *~ core $(TARGET).elf $(TARGET).raw $(TARGET) $(TARGET).gz
+       find . -type l | xargs rm -f
 
 %.o: %.c $(HDRS) Makefile
        $(CC) $(CFLAGS) -c $< -o $@