Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20240810030652.GF10433@brightrain.aerifal.cx>
Date: Fri, 9 Aug 2024 23:06:52 -0400
From: Rich Felker <dalias@...c.org>
To: Charlie Qiu <longfeiqiu2012@...il.com>
Cc: musl@...ts.openwall.com
Subject: Re: A typo in Makefile?

On Fri, Aug 09, 2024 at 10:05:13PM -0400, Charlie Qiu wrote:
> Hi all,
> 
> I was reading the musl Makefile (latest commit dd1e63). Line 113 reads:
> 
> obj/crt/crt1.o obj/crt/scrt1.o obj/crt/rcrt1.o obj/ldso/dlstart.lo:
> $(srcdir)/arch/$(ARCH)/crt_arch.h
> 
> Should the second file be Scrt1.o (capital S) rather than scrt1.o (small
> s)? The capital version is used on line 117 below and all other places. The
> small s seems to be introduced in commit 2f853d (support out-of-tree build).

Thanks! Indeed this seems to be a mistake. I'll commit a fix.

Rich

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.