From 271678c33862be3e5320e6998beae2b9f722625e Mon Sep 17 00:00:00 2001 From: ralfluebben Date: Wed, 29 Aug 2012 10:32:25 +0000 Subject: [PATCH] *** empty log message *** --- Makefile | 9 --------- 1 file changed, 9 deletions(-) diff --git a/Makefile b/Makefile index acdd108..a7fdd6c 100644 --- a/Makefile +++ b/Makefile @@ -54,12 +54,3 @@ test: $(OBJECTS) clean: rm -f $(PLUGIN) *.o */*.o -# use make dist-gz PLUGIN_VERS=2.2 -dist-gz: - @[ x"$(PLUGIN_VERS)" != x"" ] || ( echo 'Need a non empty PLUGIN_VERS value to create versionned tar' && false ) - rm -rf ./tmp && mkdir tmp - cd tmp && cvs -z3 -d `cat ../CVS/Root` export -DNOW radiusplugin - mv tmp/radiusplugin tmp/radiusplugin-$(PLUGIN_VERS) - rm -rf tmp/radiusplugin-$(PLUGIN_VERS)/radiusplugin_v2.0a - cd tmp && tar zcf ../radiusplugin-$(PLUGIN_VERS).tar.gz radiusplugin-$(PLUGIN_VERS) - @rm -rf ./tm \ No newline at end of file