diff options
author | Frank Schoenheit [fs] <frank.schoenheit@oracle.com> | 2011-02-13 20:15:05 +0100 |
---|---|---|
committer | Frank Schoenheit [fs] <frank.schoenheit@oracle.com> | 2011-02-13 20:15:05 +0100 |
commit | 1275251797b8ce74312d91a9e0f5252068ebd6c8 (patch) | |
tree | cf027f97dd0f3ab15cd25b817eba19b64839b3b1 /smoketestoo_native | |
parent | ad36c8bb35f3ff5666363d876be319497a28001f (diff) |
debuglevels: bin, not binPROEXT
Diffstat (limited to 'smoketestoo_native')
-rwxr-xr-x | smoketestoo_native/makefile.mk | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/smoketestoo_native/makefile.mk b/smoketestoo_native/makefile.mk index aa7d4f5a0725..76ea6c2c52ae 100755 --- a/smoketestoo_native/makefile.mk +++ b/smoketestoo_native/makefile.mk @@ -56,18 +56,18 @@ ALLTAR : cpptest cpptest : $(SHL1TARGETN) -TEST_ARGUMENTS = smoketest.doc=$(OUTDIR)/bin$(PROEXT)/smoketestdoc.sxw +TEST_ARGUMENTS = smoketest.doc=$(OUTDIR)/bin$(UPDMINOREXT)/smoketestdoc.sxw CPPTEST_LIBRARY = $(SHL1TARGETN) .IF "$(OS)" != "WNT" $(installationtest_instpath).flag : $(shell ls \ $(installationtest_instset)/OOo_*_install-arc_$(defaultlangiso).tar.gz) - $(RM) -r $(installationtest_instpath) - $(MKDIRHIER) $(installationtest_instpath) - cd $(installationtest_instpath) && $(GNUTAR) xfz \ + $(COMMAND_ECHO)$(RM) -r $(installationtest_instpath) + $(COMMAND_ECHO)$(MKDIRHIER) $(installationtest_instpath) + $(COMMAND_ECHO)cd $(installationtest_instpath) && $(GNUTAR) xfz \ $(installationtest_instset)/OOo_*_install-arc_$(defaultlangiso).tar.gz - $(MV) $(installationtest_instpath)/OOo_*_install-arc_$(defaultlangiso) \ + $(COMMAND_ECHO)$(MV) $(installationtest_instpath)/OOo_*_install-arc_$(defaultlangiso) \ $(installationtest_instpath)/opt - $(TOUCH) $@ + $(COMMAND_ECHO)$(TOUCH) $@ cpptest : $(installationtest_instpath).flag .END |