[asterisk-bugs] [JIRA] (ASTERISK-27600) [patch] BuildSystem: Allow make clean all again.

Alexander Traud (JIRA) noreply at issues.asterisk.org
Fri Jan 19 12:08:49 CST 2018


Alexander Traud created ASTERISK-27600:
------------------------------------------

             Summary: [patch] BuildSystem: Allow make clean all again.
                 Key: ASTERISK-27600
                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-27600
             Project: Asterisk
          Issue Type: Bug
      Security Level: None
          Components: Core/BuildSystem
    Affects Versions: 15.2.0, 13.19.0
            Reporter: Alexander Traud
            Severity: Minor
         Attachments: make_clean_all.patch

Because of commit [c53903d|https://github.com/asterisk/asterisk/commit/c53903d447b8dff414188933328e4593bc7d1b63], every call to {{make}}, which mentions the targets distclean or clean does not include the file makeopts, the result of the script {{./configure}}. Therefore, symbols like LIBXML2_INCLUDE are undefined/empty. Although distclean is not combined with other targets normally, {{make clean all}} is a usual target sequence and should work.

*Steps to reproduce*
# ./configure
# make clean all

*Expected Result*
The source code of Asterisk should be re-build.

*Actual Result*
{code}xml.c:35:10: fatal error: libxml/parser.h: No such file or directory
 #include <libxml/parser.h>
          ^~~~~~~~~~~~~~~~~
compilation terminated.{code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list