Skip to content

Commit

Permalink
note that these scripts are not meant for normal users
Browse files Browse the repository at this point in the history
  • Loading branch information
matteo-frigo committed Mar 17, 2013
1 parent b892c70 commit e67d16e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions commercialize.sh
@@ -1,5 +1,8 @@
#! /bin/sh

# This is a script used by the FFTW copyright holders to
# create commercial versions with a non-GPL license.
# You should never need to use it.
tarball=$1
newtarball="commercial-"`basename $tarball`

Expand Down
3 changes: 3 additions & 0 deletions mkdist.sh
@@ -1,3 +1,6 @@
# This is a script used by the FFTW authors to generate FFTW distributions.
# You should never need to use it.

NJOBS=4

tag=`git tag --contains HEAD`
Expand Down

0 comments on commit e67d16e

Please sign in to comment.