]> 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:23:15 +0000 (13:23 -0600)
commit1fe913f7bdd7ce32c4b007529e850cc39f4dce91
tree55cb13efd22ccd96933788c62c06b25013bfc703
parent91a8c7a28114dd4d64dd5216a7cffd0f36d35bab
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