mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-17 10:41:26 +00:00
srpt/Makefile: Use $(MAKE) instead of make when recursing. See also http://www.gnu.org/s/hello/manual/make/MAKE-Variable.html for more information about why this is important.
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@3814 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -104,15 +104,15 @@ extraclean: clean
|
||||
rm -f *.orig *.rej
|
||||
|
||||
2debug:
|
||||
-make clean
|
||||
-$(MAKE) clean
|
||||
$(call set_var,build_mode,BUILDMODE,)
|
||||
|
||||
2release:
|
||||
-make clean
|
||||
-$(MAKE) clean
|
||||
$(call set_var,build_mode,BUILDMODE,RELEASE)
|
||||
|
||||
2perf:
|
||||
-make clean
|
||||
-$(MAKE) clean
|
||||
$(call set_var,build_mode,BUILDMODE,PERF)
|
||||
|
||||
.PHONY: all install clean extraclean 2debug 2release 2perf
|
||||
|
||||
Reference in New Issue
Block a user