Searched defs:ECHO (Results 1 - 1 of 1) sorted by relevance

/forgerock/web-agents-v4/
H A DMakefile31 ECHO := cmd /c echo macro
50 ECHO := echo macro
137 VERSION_NUM := $(shell $(ECHO) $(VERSION) | $(SED) -$(SED_ROPT) "s/^([.0-9]*)-.*/\1/g" | $(SED) -$(SED_ROPT) "s/\./\,/g")
140 @$(ECHO) "[*** Compiling "$<" ***]"
159 @$(ECHO) "[***** Updating version.h *****]"
172 @$(ECHO) "[***** Creating tests.h *****]"
177 $(ECHO) "const struct CMUnitTest tests[] = {" >> $(OBJDIR)$(PS)tests$(PS)tests.h
179 $(ECHO) "};" >> $(OBJDIR)$(PS)tests$(PS)tests.h
184 @$(ECHO) "[***** Building Apache 2.4 agent archive *****]"
209 @$(ECHO) "[***** Buildin
[all...]

Completed in 28 milliseconds