Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Oct 2001 15:57:58 -0700 (PDT)
From:      BSD User <bsder@allcaps.org>
To:        David Wolfskill <david@catwhisker.org>
Cc:        <current@FreeBSD.ORG>, <glenngombert@onebox.com>, BSD User <bsder@allcaps.org>
Subject:   Re: Current makeworld seems broken.
Message-ID:  <20011021144517.Q2030-200000@mail.allcaps.org>
In-Reply-To: <200110212118.f9LLILO36991@bunrab.catwhisker.org>

next in thread | previous in thread | raw e-mail | index | archive | help
  This message is in MIME format.  The first part should be readable text,
  while the remaining parts are likely unreadable without MIME-aware tools.
  Send mail to mime@docserver.cac.washington.edu for more info.

--0-1999246350-1003705078=:2096
Content-Type: TEXT/PLAIN; charset=US-ASCII

The problem seems to be in the /usr/src/share/examples/Makefile

copies:: is an idiom used in only one other place in the BSD tree (in
sendmail -- the /usr/src/share/sendmail/Makefile).  Burying copies::
inside a .for loop seems to hide the indentifier from make.  It probably
shouldn't have worked previously, but it apparently it did.  Something
somewhere else must have covered up the bug and just got exposed.

The fix seems to be to move the loops inside the copies:: section.
Disclaimer: I am not one of the BSD maintainers so I can't comment on the
validity of the patch.  But it seems to work for me.

The patch I used is attached.  Hope it helps.

Andy L.






--0-1999246350-1003705078=:2096
Content-Type: TEXT/PLAIN; charset=US-ASCII; name=makefilediffs
Content-Transfer-Encoding: BASE64
Content-ID: <20011021155758.O2096@mail.allcaps.org>
Content-Description: Makefile diffs to fix FreeBSD
Content-Disposition: attachment; filename=makefilediffs

KioqIC9ob21lL2FuZHJld2wvTWFrZWZpbGUtMS4yOQlTdW4gT2N0IDIxIDE1
OjI1OjE5IDIwMDENCi0tLSBNYWtlZmlsZQlTdW4gT2N0IDIxIDE1OjI4OjIw
IDIwMDENCioqKioqKioqKioqKioqKg0KKioqIDIxLDM2ICoqKioNCiAgDQog
IGJlZm9yZWluc3RhbGw6IGV0Yy1leGFtcGxlcyAke1NIQVJFRH0NCiAgDQot
IC5mb3IgZGlyIGluICR7RElSU30NCiAgRklMRVMhPQlmaW5kIC1MICR7ZGly
fSBcKCAtbmFtZSBDVlMgLXBydW5lIFwpIC1vIC10eXBlIGYgLXByaW50DQoh
IC5mb3IgZmlsZSBpbiAke0ZJTEVTfQ0KICBjb3BpZXM6Og0KICAJJHtJTlNU
QUxMfSAtYyAtbyAke0JJTk9XTn0gLWcgJHtCSU5HUlB9IC1tIDY0NCAke2Zp
bGV9ICR7RERJUn0vJHtmaWxlfQ0KICAuZW5kZm9yDQogIC5lbmRmb3INCiAg
DQotIC5mb3IgZGlyIGluICR7RElSU30NCiAgc3ltbGlua3M6Og0KICAJcm0g
LXJmICR7RERJUn0vJHtkaXJ9OyBsbiAtcyAkey5DVVJESVJ9LyR7ZGlyfSAk
e0RESVJ9DQogIC5lbmRmb3INCiAgDQotLS0gMjEsMzcgLS0tLQ0KICANCiAg
YmVmb3JlaW5zdGFsbDogZXRjLWV4YW1wbGVzICR7U0hBUkVEfQ0KICANCiAg
RklMRVMhPQlmaW5kIC1MICR7ZGlyfSBcKCAtbmFtZSBDVlMgLXBydW5lIFwp
IC1vIC10eXBlIGYgLXByaW50DQohIA0KICBjb3BpZXM6Og0KKyAuZm9yIGRp
ciBpbiAke0RJUlN9DQorIC5mb3IgZmlsZSBpbiAke0ZJTEVTfQ0KICAJJHtJ
TlNUQUxMfSAtYyAtbyAke0JJTk9XTn0gLWcgJHtCSU5HUlB9IC1tIDY0NCAk
e2ZpbGV9ICR7RERJUn0vJHtmaWxlfQ0KICAuZW5kZm9yDQogIC5lbmRmb3IN
CiAgDQogIHN5bWxpbmtzOjoNCisgLmZvciBkaXIgaW4gJHtESVJTfQ0KICAJ
cm0gLXJmICR7RERJUn0vJHtkaXJ9OyBsbiAtcyAkey5DVVJESVJ9LyR7ZGly
fSAke0RESVJ9DQogIC5lbmRmb3INCiAgDQo=
--0-1999246350-1003705078=:2096--

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011021144517.Q2030-200000>