mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-13 00:04:53 +00:00
fix the problem where defaults.h is missing after a forced make clean in a
different way that actually works git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@31225 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
3
Makefile
3
Makefile
@@ -371,7 +371,7 @@ _all: all
|
|||||||
@echo " + make install +"
|
@echo " + make install +"
|
||||||
@echo " +-------------------------------------------+"
|
@echo " +-------------------------------------------+"
|
||||||
|
|
||||||
all: cleantest defaults.h config.status menuselect.makeopts depend asterisk subdirs
|
all: cleantest config.status menuselect.makeopts depend asterisk subdirs
|
||||||
|
|
||||||
config.status: configure
|
config.status: configure
|
||||||
@CFLAGS="" ./configure
|
@CFLAGS="" ./configure
|
||||||
@@ -907,6 +907,7 @@ env:
|
|||||||
cleantest:
|
cleantest:
|
||||||
@if cmp -s .cleancount .lastclean ; then echo ; else \
|
@if cmp -s .cleancount .lastclean ; then echo ; else \
|
||||||
$(MAKE) clean; cp -f .cleancount .lastclean;\
|
$(MAKE) clean; cp -f .cleancount .lastclean;\
|
||||||
|
$(MAKE) defaults.h;\
|
||||||
fi
|
fi
|
||||||
|
|
||||||
_uninstall:
|
_uninstall:
|
||||||
|
Reference in New Issue
Block a user