emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#33900: closed (GNUmakefile mode colors fooled by colons in shell com


From: GNU bug Tracking System
Subject: bug#33900: closed (GNUmakefile mode colors fooled by colons in shell commands)
Date: Mon, 27 Sep 2021 10:37:02 +0000

Your message dated Mon, 27 Sep 2021 12:35:55 +0200
with message-id <90ade1f200bb7101be66bc8f0703a314a3a23f0f.camel@telenet.be>
and subject line Re: isc-dhcp patch-shebang fails when cross-compiling
has caused the debbugs.gnu.org bug report #46052,
regarding GNUmakefile mode colors fooled by colons in shell commands
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
46052: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=46052
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: GNUmakefile mode colors fooled by colons in shell commands Date: Sat, 29 Dec 2018 08:36:22 +0800
$ cat Makefile
U=https://www.example.com//forum.php?mod=forumdisplay
all:new
        if ! test -f old; then touch old; fi
        diff old new > $T || :
        if test -s $T; then cat $T; echo https://www.example.com/; fi
        mv new old
$ emacs -q Makefile
See the weird colors caused by colons etc. on these lines?

     1  U=https://www.example.com//forum.php?mod=forumdisplay
     4          diff old new > $T || :
     5          if test -s $T; then cat $T; echo https://www.example.com/; fi

emacs-version "26.1"



--- End Message ---
--- Begin Message --- Subject: Re: isc-dhcp patch-shebang fails when cross-compiling Date: Mon, 27 Sep 2021 12:35:55 +0200 User-agent: Evolution 3.34.2
Caliph Nomble schreef op za 23-01-2021 om 17:40 [+0000]:
> Hi,
> 
> When cross-compiling isc-dhcp (in this case x86-64 to aarch64), patch-shebang
> patches in bash-minimal compiled for x86_64 for the scripts
> libexec/dhclient-script and libexec/.dhclient-script-real. This pretty much
> prevents dhclient from working, requiring manual network configuration.

The current definition of isc-dhcp on master has some modifications to
patch in a cross-compiled bash-minimal instead, so I'm closing the bug report.
If you still notice an issue, feel free to reopen.

Greetings,
Maxime.

Attachment: signature.asc
Description: This is a digitally signed message part


--- End Message ---

reply via email to

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