[GitHub] [openoffice] ardovm commented on pull request #113: Avoid "dmake clean" to wipe out the whole tree

2020-12-17 Thread GitBox
ardovm commented on pull request #113: URL: https://github.com/apache/openoffice/pull/113#issuecomment-747509362 By the way, I followed that "pattern" as is it the same for the `install` target in the same file: ```Makefile install .PHONY : @test "$(DESTDIR)$(prefix)" !=

[GitHub] [openoffice] ardovm commented on pull request #113: Avoid "dmake clean" to wipe out the whole tree

2020-12-17 Thread GitBox
ardovm commented on pull request #113: URL: https://github.com/apache/openoffice/pull/113#issuecomment-747507745 @leginee I was also surprised it works :-) Proof: ``` $ echo Hello world; echo Hallo Welt Hello world Hallo Welt $ ```