From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS22989 209.51.188.0/24 X-Spam-Status: No, score=-3.8 required=3.0 tests=AWL,BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, RCVD_IN_DNSWL_MED,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 5803F1F461 for ; Sat, 11 May 2019 18:54:31 +0000 (UTC) Received: from localhost ([127.0.0.1]:34207 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hPX8f-00070J-NV for normalperson@yhbt.net; Sat, 11 May 2019 14:54:29 -0400 Received: from eggs.gnu.org ([209.51.188.92]:44975) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hPX8X-0006w4-Jb for bug-gnulib@gnu.org; Sat, 11 May 2019 14:54:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hPX4f-0001ja-GV for bug-gnulib@gnu.org; Sat, 11 May 2019 14:50:22 -0400 Received: from mo6-p01-ob.smtp.rzone.de ([2a01:238:20a:202:5301::5]:25129) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hPX4b-0001bZ-HM for bug-gnulib@gnu.org; Sat, 11 May 2019 14:50:19 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1557600613; s=strato-dkim-0002; d=clisp.org; h=References:In-Reply-To:Message-ID:Date:Subject:To:From: X-RZG-CLASS-ID:X-RZG-AUTH:From:Subject:Sender; bh=UCyNPGggDI6yvHS5qZGWD84to6z87skGrgmM5J5v/Tg=; b=C0dMeb8L6vzX2P32QppktUpeHgpdWeIAV0GBniBVWkhaqxw9LC5YL7kwdxztDjPgRY xYh+0+ILKvfRigHrD1aGGAGFSGuZWVNJsM6Y9H8iAYrGivmFKvLWh2/OshcCjCQplajp epa24ukA77gFjnJNffOZSMHoCoTqu/rm85Y7z743hxG5IFdagfBeRgGvJuSaV9jVJuup WaVdNCwHNrtdm5fepieQ/BSbahNuDpwC5Sj+4uwALKmf0LObBGyC5SHDs/lfvqm8Gut9 8ERT50UZB/KFJ7bEPs1JYYYLneL5+FhrZtK5T9lcDU79CwRpk1QZzQQjcjqMNwG7f8wI Uong== X-RZG-AUTH: ":Ln4Re0+Ic/6oZXR1YgKryK8brlshOcZlIWs+iCP5vnk6shH+AHjwLuWOGaf0y5RW" X-RZG-CLASS-ID: mo00 Received: from bruno.haible.de by smtp.strato.de (RZmta 44.18 DYNA|AUTH) with ESMTPSA id m03afev4BIoCGbA (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (curve secp521r1 with 521 ECDH bits, eq. 15360 bits RSA)) (Client did not present a certificate); Sat, 11 May 2019 20:50:12 +0200 (CEST) From: Bruno Haible To: bug-gnulib@gnu.org Subject: Re: gnupload: Explain how to create symlinks Date: Sat, 11 May 2019 20:50:12 +0200 Message-ID: <2670302.AmoKiHJQxt@omega> User-Agent: KMail/5.1.3 (Linux/4.4.0-145-generic; KDE/5.18.0; x86_64; ; ) In-Reply-To: <2388239.rBRJ769Tpt@omega> References: <2388239.rBRJ769Tpt@omega> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2a01:238:20a:202:5301::5 X-BeenThere: bug-gnulib@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Gnulib discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnulib-bounces+normalperson=yhbt.net@gnu.org Sender: "bug-gnulib" > 2019-05-09 Bruno Haible > > gnupload: Explain how to create symlinks. > * build-aux/gnupload (usage): Add an example that creates symlinks. > Pushed. Bruno