X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile;h=55b8e0ba7e28476c4360e1dcbdec4fda827efe2e;hb=4a890465af526ece5ee7ad83f11e2de62638d5df;hp=2410b3d90540451a00502924ec46b43e1773cf72;hpb=6c2e192c3237bd46db6ad4230fed71d28f362331;p=ipfw.git diff --git a/Makefile b/Makefile index 2410b3d..55b8e0b 100644 --- a/Makefile +++ b/Makefile @@ -7,25 +7,23 @@ # To build on system with non standard Kernel sources or userland files, # you should run this with # -# make KERNELPATH=/path/to/linux-2.x.y.z USRDIR=/path/to/usr +# make KERNELPATH=/path/to/linux-2.x.y.z USRDIR=/path/to/usr # # 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: