From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=MAILING_LIST_MULTI, RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.2 Received: from primenet.com.au (ns1.primenet.com.au [203.24.36.2]) by inbox.vuxu.org (OpenSMTPD) with ESMTP id 860af3e6 for ; Thu, 5 Dec 2019 16:24:32 +0000 (UTC) Received: (qmail 924 invoked by alias); 5 Dec 2019 16:24:26 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: List-Unsubscribe: X-Seq: 24497 Received: (qmail 942 invoked by uid 1010); 5 Dec 2019 16:24:26 -0000 X-Qmail-Scanner-Diagnostics: from mail-lj1-f172.google.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.102.1/25653. spamassassin: 3.4.2. Clear:RC:0(209.85.208.172):SA:0(-1.9/5.0):. Processed in 1.100551 secs); 05 Dec 2019 16:24:26 -0000 X-Envelope-From: schaefer@brasslantern.com X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: pass (ns1.primenet.com.au: SPF record at _netblocks.google.com designates 209.85.208.172 as permitted sender) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=o9ob5uVOAdGr/peoCU/TzXpiNJFoovwJYzmpC1Pd7Ec=; b=hbRERXUfcqa4FnI0IVrPZd4reDMT+Icc2A10/zTkLH9uj4ktDCRIx0g7GJJOkvUyOy iEvpxfDiWcnYCaI/XLsOZeYK9q4VenU/dAfupKc+aj7OD+pJD41NDMaVbsG/xpkmo8BC iY5EezP4VYctrCUTvxpBbMzPqVd3Gt+caAXaYdKAjYmbQEc7k9rKjL3PYS5D49ilIfpE M0eYwKFYtfXqVDftqVoFLMaEInI+HwhK3icMMt/zAaUToI7gV74OyGlhnpFsrhiIZ8U9 r9LdWaaZ1SOwaFvxVKa4KGZ9aD0iiiUZH+YSDGK+UySi8/CH2OX2j4PT948OdVubKA37 yX4g== X-Gm-Message-State: APjAAAUMm/sgy/QJljP6l+nvQuuaqnZoJT1hjbQYaMthH6J2NGFBr7Lf tH+vBmxFWxWgrI8JUOjSTxQ/0XcqGVWSyAJZURreeAjGCOw= X-Google-Smtp-Source: APXvYqwHQLAIliqa1lzDIvcZ+2LH/JLgp1PBSF4yl84S5DFCDx5ShT8vwbxUTJCta9iL9bQZZT5IgoT8OqtmFjx7hlE= X-Received: by 2002:a2e:8698:: with SMTP id l24mr6253717lji.94.1575563031018; Thu, 05 Dec 2019 08:23:51 -0800 (PST) MIME-Version: 1.0 References: <1575561702.4402.12.camel@samsung.com> <1575562628.4402.14.camel@samsung.com> In-Reply-To: <1575562628.4402.14.camel@samsung.com> From: Bart Schaefer Date: Thu, 5 Dec 2019 08:23:37 -0800 Message-ID: Subject: Re: Several modules can only be used dynamically? To: Peter Stephenson Cc: Zsh Users Content-Type: multipart/alternative; boundary="000000000000c90a180598f75a0a" --000000000000c90a180598f75a0a Content-Type: text/plain; charset="UTF-8" On Thu, Dec 5, 2019, 8:18 AM Peter Stephenson wrote: > On Thu, 2019-12-05 at 08:12 -0800, Bart Schaefer wrote: > > > Isn't the "approved" way to do this, to edit config.modules and change > > the link= value for any modules that can/should be static? > > Yes, that's neater; just make sure you rebuild from early enough > in the process --- the instructions say "make prep." > In my experience this isn't necessary - the make dependencies may have been updated since the instructions were last revised. I change config.modules and then "make" fairly regularly when working on Zsh edits and have not observed it to go wrong. But nobody's actually looking. > Quick, what's that over there? > --000000000000c90a180598f75a0a--