X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile;h=55b8e0ba7e28476c4360e1dcbdec4fda827efe2e;hb=10f6855044ac2d3a12f19eddbbbb24b59cbbf1fb;hp=0442810f2815edb1ac887c8cbf13c6c8ea8762cf;hpb=1f3693d89c1c88e895721e21751c354e74b99627;p=ipfw.git diff --git a/Makefile b/Makefile index 0442810..55b8e0b 100644 --- a/Makefile +++ b/Makefile @@ -12,20 +12,18 @@ # We assume that $(USRDIR) contains include/ and lib/ used to build userland. DATE ?= $(shell date +%Y%m%d) -SNAPSHOT_NAME=ipfw_linux-$(DATE) +SNAPSHOT_NAME=ipfw_mod-$(DATE) _all: all all clean distclean: echo target is $(@) (cd ipfw && $(MAKE) $(@) ) - (cd dummynet && $(MAKE) $(@) ) + (cd dummynet2 && $(MAKE) $(@) ) snapshot: - -ln -s `pwd` /tmp/$(SNAPSHOT_NAME) - (cd /tmp; tar cvzhf $(SNAPSHOT_NAME).tgz --exclude .svn \ + (cd ..; tar cvzhf /tmp/$(SNAPSHOT_NAME).tgz --exclude .svn \ --exclude README.openwrt --exclude tags --exclude NOTES \ - $(SNAPSHOT_NAME) ) - -rm /tmp/$(SNAPSHOT_NAME) + ipfw_mod ) install: