]> git.proxmox.com Git - llvm-toolchain.git/commitdiff
Create the following directory regardless as libomp-16-doc
authorSylvestre Ledru <sylvestre@debian.org>
Mon, 26 Jun 2023 09:19:40 +0000 (11:19 +0200)
committerSylvestre Ledru <sylvestre@debian.org>
Mon, 26 Jun 2023 09:19:40 +0000 (11:19 +0200)
is Architecture: all

debian/rules

index 4dabd19d9bf868257551a3b34208e7f2f9a7d663..cc7732bc6ef9ec3c4cf80cd24b035f35a0cddf3e 100755 (executable)
@@ -980,6 +980,10 @@ endif
                echo "Generating manpage of $$f"; \
                LD_LIBRARY_PATH=$(DEB_INST)/usr/lib/llvm-$(LLVM_VERSION)/lib/:/usr/lib/*/libfakeroot help2man --no-info --version-string=$(LLVM_VERSION) $(TARGET_BUILD_STAGE2)/bin/$$f > debian/man/$$f-$(LLVM_VERSION).1 || true; \
        done
+       # Create the following directory regardless as libomp-16-doc
+       # is Architecture: all
+       mkdir -p openmp/runtime/doc/doxygen/generated/html/
+
        if test "$(OPENMP_ENABLE)" = yes; then \
                cd openmp/runtime && doxygen doc/doxygen/config; cd -; \
                cd openmp/runtime/doc/doxygen/generated/html/ && rm jquery.js && ln -s /usr/share/javascript/jquery/jquery.js; \