mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
make, scripts: Preserve modification time on installation
Implemented -p switch on pkg.sh log-install and used it on standard installation rules. Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
378feb60ec
commit
92040c66e7
12 changed files with 34 additions and 28 deletions
|
|
@ -76,7 +76,7 @@ install.done: doxygen.done inst-dir.done
|
|||
touch $@
|
||||
|
||||
install.doxygen:
|
||||
$(INSTALL) -o $(DOCOWNER) -g $(DOCGROUP) -m $(DOCMODE) \
|
||||
$(INSTALL) -p -o $(DOCOWNER) -g $(DOCGROUP) -m $(DOCMODE) \
|
||||
$(wildcard $(DX_OUTPUT_DIR)/*.html) \
|
||||
$(wildcard $(DX_OUTPUT_DIR)/*.gif) \
|
||||
$(wildcard $(DX_OUTPUT_DIR)/*.png) \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue