]> git.ipfire.org Git - thirdparty/asterisk.git/commit
BuildSystem regression: Fix errors reported by clean targets.
authorRichard Mudgett <rmudgett@digium.com>
Wed, 7 Mar 2018 19:13:42 +0000 (13:13 -0600)
committerRichard Mudgett <rmudgett@digium.com>
Wed, 7 Mar 2018 19:19:07 +0000 (13:19 -0600)
commit342aec5980c295dd42ded82c067f20d9c67ab6d1
tree17e319c0c2564ab0a9953c42c606b06e558f2ab5
parent359a0cc5a2db2dc5ea320cb442a8fac2c232fe64
BuildSystem regression: Fix errors reported by clean targets.

Doing a 'make clean', 'make distclean', or 'make dist-clean' gets errors
about an invalid shell option: "/bin/sh: 0: Illegal option -".

The clean targets do not include the makeopts file which defines GREP and
LDCONFIG because the file may not exist and the distclean/dist-clean
targets will delete it anyway.

ASTERISK-27715

Change-Id: I33d40acdb03862bc89aeb6fb1ff497894a8ea7f5
Makefile