comparison Makefile @ 6:d3fdefea8bce

Update info and add a little fix to clean
author AngelCarpintero
date Sat, 12 Jul 2008 17:12:25 +0000
parents fa5d2b9d8831
children 80590d10a596
comparison
equal deleted inserted replaced
5:fa5d2b9d8831 6:d3fdefea8bce
35 35
36 uninstall: 36 uninstall:
37 rm -f $(DEST)/vloopback.ko 37 rm -f $(DEST)/vloopback.ko
38 -/sbin/depmod -a 38 -/sbin/depmod -a
39 clean: 39 clean:
40 rm -f .*.cmd *.o *.mod.c *.ko .v* *~ core Modules.symvers 40 rm -f .*.cmd *.o *.mod.c *.ko .v* *~ core Modules.symvers Module.symvers
41 rm -rf .tmp_versions/ 41 rm -rf .tmp_versions/
42 rm -f example/dummy example/feed example/resize example/invert 42 rm -f example/dummy example/feed example/resize example/invert
43 43
44 dist: clean 44 dist: clean
45 cd .. ; tar cfvz vloopback-$(VERSION).tar.gz --exclude='.svn' $(VERSION)/ 45 cd .. ; tar cfvz vloopback-$(VERSION).tar.gz --exclude='.svn' $(VERSION)/