]> git.ipfire.org Git - thirdparty/asterisk.git/commit
make config: os-release output error.
authorRodrigo Ramírez Norambuena <a@rodrigoramirez.com>
Thu, 16 Aug 2018 14:04:36 +0000 (11:04 -0300)
committerRodrigo Ramirez Norambuena <a@rodrigoramirez.com>
Wed, 29 Aug 2018 13:27:02 +0000 (08:27 -0500)
commit1edd9eb30984f2946c13c512b4c2c65e58fdeba2
tree4b89310f21f68ec2624c8ec0bd4a5c44a9668f91
parent6f27ad59f558f1bf5095fa891576da19a76c2288
make config: os-release output error.

Fix not show the error
"/bin/sh: /etc/os-release: No such file or directory" when the command
'make config' is run in a System without systemv.

The instruction 'make config' pre execute the syntax
"$(shell . /etc/os-release && echo $$ID)" to identified if system is a
Slackware and Opensuse.

This change prevent show the message and is send to the /dev/null

Change-Id: I7f43e281a8d9405b2519fc653de82d9b8b645fdf
Makefile