mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-13 18:33:08 +00:00
touch the target to simplify multiple runs
This commit is contained in:
parent
78fcc5f7bb
commit
e5225028af
2
debian/rules
vendored
2
debian/rules
vendored
@ -902,6 +902,7 @@ endif
|
||||
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; \
|
||||
fi
|
||||
touch $@
|
||||
|
||||
override_dh_auto_install:
|
||||
# Clean up temporary files to make sure the install works
|
||||
@ -1082,6 +1083,7 @@ endif
|
||||
# Delete the target build directory to save some space on the build systems
|
||||
# All the files have been installed in $(CURDIR)/debian/tmp/ already
|
||||
rm -rf $(TARGET_BUILD)
|
||||
touch $@
|
||||
|
||||
|
||||
override_dh_makeshlibs:
|
||||
|
Loading…
Reference in New Issue
Block a user