X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile;h=51a00a9ebb5ace2b2e39366961fc3f2cc08f82df;hb=7677cf8ea078c67480dbef9bdbda736cc97b5ac0;hp=0442810f2815edb1ac887c8cbf13c6c8ea8762cf;hpb=1f3693d89c1c88e895721e21751c354e74b99627;p=ipfw.git diff --git a/Makefile b/Makefile index 0442810..51a00a9 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ # 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 @@ -20,12 +20,11 @@ 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: