bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

AW: AW: Issue with VPN


From: Stühler , Martin
Subject: AW: AW: Issue with VPN
Date: Wed, 13 Jan 2021 08:03:45 +0000

Hi Paul,

many thanks for you support.

Mit freundlichen Grüßen

Martin Stühler 
Dipl.Ing.(FH)
Entwicklung
Phone:   +49 6043 9645-42
Fax:     +49 6043 4365


Reichhardt GmbH Steuerungstechnik
Hofgut Ringelshausen, 35410 Hungen, Germany
www.reichhardt.com
Amtsgericht Gießen, HRB 104798
Geschäftsführer/CEO:  Dipl.Ing.agr. Andreas Reichhardt, Dr.-Ing. Thomas Pohlmann



     Hofgut Ringelshausen      Reichhardt Gruppe        RTK CLUE


-----Ursprüngliche Nachricht-----
Von: Paul Smith <psmith@gnu.org> 
Gesendet: Dienstag, 12. Januar 2021 16:53
An: bug-make <bug-make@gnu.org>; Stühler, Martin 
<Martin.Stuehler@reichhardt.com>
Betreff: Re: AW: Issue with VPN

On Tue, 2021-01-12 at 10:20 -0500, Dmitry Goncharov wrote:
> In bash (in recipe lines) you can replace cp with echo "$(<src)" >dst

If you use this you must set the make variable SHELL to /bin/bash.

Also, if running "echo hi" is slow then I assume this would also be slow.

> in make you can replace cp with
> $(file >dst,$(file <src))

This will work for text files but it won't work for binary files.

Cheers!


reply via email to

[Prev in Thread] Current Thread [Next in Thread]