Skip to content

Commit

Permalink
*** empty log message ***
Browse files Browse the repository at this point in the history
  • Loading branch information
ralfluebben committed Aug 29, 2012
1 parent f3562cc commit 271678c
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 271678c

Please sign in to comment.