mirror of
https://github.com/dlang/phobos.git
synced 2025-05-12 15:17:12 +03:00
Should use instead of make inside a Makefile
This commit is contained in:
parent
b70ab1ff77
commit
03b8debd74
1 changed files with 1 additions and 1 deletions
|
@ -528,7 +528,7 @@ $(DSCANNER_DIR)/dsc: | $(DSCANNER_DIR) $(DMD) $(LIB)
|
||||||
# debug build is faster, but disable 'missing import' messages (missing core from druntime)
|
# debug build is faster, but disable 'missing import' messages (missing core from druntime)
|
||||||
sed 's/dparse_verbose/StdLoggerDisableWarning/' $(DSCANNER_DIR)/makefile > $(DSCANNER_DIR)/dscanner_makefile_tmp
|
sed 's/dparse_verbose/StdLoggerDisableWarning/' $(DSCANNER_DIR)/makefile > $(DSCANNER_DIR)/dscanner_makefile_tmp
|
||||||
mv $(DSCANNER_DIR)/dscanner_makefile_tmp $(DSCANNER_DIR)/makefile
|
mv $(DSCANNER_DIR)/dscanner_makefile_tmp $(DSCANNER_DIR)/makefile
|
||||||
DC=$(DMD) DFLAGS="$(DFLAGS) -defaultlib=$(LIB)" make -C $(DSCANNER_DIR) githash debug
|
DC=$(DMD) DFLAGS="$(DFLAGS) -defaultlib=$(LIB)" $(MAKE) -C $(DSCANNER_DIR) githash debug
|
||||||
|
|
||||||
style: publictests style_lint
|
style: publictests style_lint
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue