Makefile: removed errnous echo message for make.log
This commit is contained in:
parent
f513a0ca3b
commit
bcd17d4f85
2
Makefile
2
Makefile
|
|
@ -21,11 +21,9 @@ INSTALL_CAD_DIRS = windows doc ${TECHS}
|
||||||
all: $(ALL_TARGET) techs
|
all: $(ALL_TARGET) techs
|
||||||
|
|
||||||
standard:
|
standard:
|
||||||
@echo --- errors and warnings logged in file make.log
|
|
||||||
@${MAKE} mains
|
@${MAKE} mains
|
||||||
|
|
||||||
tcl:
|
tcl:
|
||||||
@echo --- errors and warnings logged in file make.log
|
|
||||||
@${MAKE} tcllibrary
|
@${MAKE} tcllibrary
|
||||||
|
|
||||||
force: clean all
|
force: clean all
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue