From mboxrd@z Thu Jan 1 00:00:00 1970 From: dexen deVries To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Date: Thu, 12 Jun 2014 13:05:58 +0200 Message-ID: <1558651.miEKvk4LTA@coil> User-Agent: KMail/4.10.5 (Linux/3.14.0-l60; KDE/4.10.5; x86_64; ; ) MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Subject: [9fans] $ifs equivalent in mk? Topicbox-Message-UUID: fa6e1d7a-ead8-11e9-9d60-3106f5b1d025 i have a mkfile which does: alljs=3D`{find -name '*.js'} my_target:Q: ... $alljs my_recipe; and it breaks for files with spaces in pathname -- each space-separated= token=20 of pathname is treated as separate prerequisite. in Rc, i could set $ifs to bare LF and be done with it. can equivalent = be done=20 in Mk? --=20 dexen deVries [[[=E2=86=93][=E2=86=92]]]