diff options
author | Daniel Borkmann <dborkman@redhat.com> | 2013-03-17 00:41:39 +0100 |
---|---|---|
committer | Daniel Borkmann <dborkman@redhat.com> | 2013-03-17 00:41:39 +0100 |
commit | 6de434d3af54555bc53b93cca6f99de773142c37 (patch) | |
tree | 7901630e1d0678e5ce4f28ab19d0e824ce33fe8b /Makefile | |
parent | 871fc7ed03db1b24f73e08679fd9347be1880d60 (diff) |
nacl scripts: include common header and rename build_nacl.sh
Add a uniform header comment to the two scripts as present in
other scripts in this repository as well. Also rename build_nacl.sh
into nacl_build.sh to stay conform in naming. For this, also update
all mentions of build_nacl.sh to nacl_build.sh.
Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -254,7 +254,7 @@ $(TOOLS): nacl: $(Q)echo "$(bold)$(WHAT) $@:$(normal)" - $(Q)cd curvetun/ && ./build_nacl.sh ~/nacl + $(Q)cd curvetun/ && ./nacl_build.sh ~/nacl $(Q)source ~/.bashrc tarball.gz: ; $(call GIT_ARCHIVE,gzip,gz) |