Commit ed207080 authored by Richard Levitte's avatar Richard Levitte
Browse files

Document the removed 'dist' target



Also adds missing copyright boilerplate to util/mktar.sh

Reviewed-by: default avatarMatthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
(Merged from https://github.com/openssl/openssl/pull/7696)

(cherry picked from commit b42922ea)
parent 7dac8144
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -9,7 +9,10 @@
 Changes between 1.1.0j and 1.1.0k [xx XXX xxxx]
  *)
  *) Remove the 'dist' target and add a tarball building script.  The
     'dist' target has fallen out of use, and it shouldn't be
     necessary to configure just to create a source distribution.
     [Richard Levitte]
 Changes between 1.1.0i and 1.1.0j [20 Nov 2018]
+6 −0
Original line number Diff line number Diff line
#! /bin/sh
# Copyright 2018 The OpenSSL Project Authors. All Rights Reserved.
#
# Licensed under the OpenSSL license (the "License").  You may not use
# this file except in compliance with the License.  You can obtain a copy
# in the file LICENSE in the source distribution or at
# https://www.openssl.org/source/license.html

HERE=`dirname $0`