[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Another little patch I would like to put upstream
From: |
Vladimir Marek |
Subject: |
Re: Another little patch I would like to put upstream |
Date: |
Wed, 7 Dec 2016 13:27:08 +0100 |
User-agent: |
Mutt/1.5.22.1-rc1 (2013-10-16) |
> using ^ as an anchor doesn't seem that much better than %
>
> autoconf uses & and |, but they tend to do it for vars where it's
> unlikely those will show up (like path vars)
>
> how about something like:
> @s=$$(printf '\001'); \
> sed -e "s$$s!MACHINE!$$s$(Machine)$$s" ...
Good idea, just the $s has to be made ${s}. I'm attaching the updated
version.
Thanks
--
Vlad
solaris-002.Makefile.in.3.patch
Description: Text document