lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <87mvnfs6jz.fsf@linux-m68k.org> Date: Tue, 24 May 2016 19:35:12 +0200 From: Andreas Schwab <schwab@...ux-m68k.org> To: David Ahern <dsa@...ulusnetworks.com> Cc: netdev@...r.kernel.org Subject: Re: [PATCH iproute2] Make builds default to quiet mode David Ahern <dsa@...ulusnetworks.com> writes: > @@ -50,7 +54,7 @@ LDLIBS += $(LIBNETLINK) > all: Config > @set -e; \ > for i in $(SUBDIRS); \ > - do $(MAKE) $(MFLAGS) -C $$i; done > + do echo "\n$$i"; $(MAKE) $(MFLAGS) -C $$i; done echo "\n" is not portable. Andreas. -- Andreas Schwab, schwab@...ux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different."
Powered by blists - more mailing lists