make(1) guru question
Ruslan Ermilov
ru at freebsd.org
Tue Apr 6 13:44:07 PDT 2004
On Tue, Apr 06, 2004 at 12:11:35PM -0700, Luigi Rizzo wrote:
> On Tue, Apr 06, 2004 at 08:26:00PM +0200, Jens Schweikhardt wrote:
> > Fellow hackers,
> >
> > suppose you have a long list of files in a make variable V, exceeding
> > kern.argmax. This means there is no way you can write a rule where $(V)
> > is a command argument in any way shape or form. There is also no way to
> > pass the value of V to xargs that I know of. For example with this
>
> depending on the use, you might use something like
>
> make -V variable_name | xargs ...
>
> within the makefile. I got the suggestion from someone long ago
> when I had this problem with src/sys/conf/Makefile.i386
>
I can only confirm that this is the only known solution so far.
Cheers,
--
Ruslan Ermilov
ru at FreeBSD.org
FreeBSD committer
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-hackers/attachments/20040406/2ea2b1a4/attachment.bin
More information about the freebsd-hackers
mailing list