Re: [hackers] [libgrapheme] Explicitly use object-files in library-generation || Laslo Hunhold

From: Quentin Rameau <quinq_AT_fifth.space>
Date: Fri, 24 Jun 2022 11:51:51 +0200

Hi,
 
> libgrapheme.a: $(SRC:=.o)
> - $(AR) rc $_AT_ $?
> + $(AR) rc $_AT_ $(SRC:=.o)
> $(RANLIB) $_AT_

This works as intended with $?, because then you only update objects
that are out of date, not *all* objects inconditionally (just note that
you might want the -u flag too).
Received on Fri Jun 24 2022 - 11:51:51 CEST

This archive was generated by hypermail 2.3.0 : Fri Jun 24 2022 - 12:00:30 CEST