mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 03:20:57 +00:00
Merge "BuildSystem: Allow make clean all again."
This commit is contained in:
7
Makefile
7
Makefile
@@ -104,8 +104,11 @@ export PATCH
|
|||||||
export SED
|
export SED
|
||||||
export NM
|
export NM
|
||||||
|
|
||||||
# makeopts is required unless the goal is clean or distclean
|
# makeopts is required unless the goal is just {dist{-}}clean
|
||||||
ifeq ($(findstring clean,$(MAKECMDGOALS)),)
|
ifeq ($(MAKECMDGOALS),clean)
|
||||||
|
else ifeq ($(MAKECMDGOALS),distclean)
|
||||||
|
else ifeq ($(MAKECMDGOALS),dist-clean)
|
||||||
|
else
|
||||||
include makeopts
|
include makeopts
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user