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
|
|
@ -717,7 +717,7 @@ define make_subdirs_target
|
|||
endef
|
||||
|
||||
define install_local_cfg
|
||||
$(INSTALL) -o $(CFGOWNER) -g $(CFGGROUP) -m $(CFGMODE) $< $@
|
||||
$(INSTALL) -p -o $(CFGOWNER) -g $(CFGGROUP) -m $(CFGMODE) $< $@
|
||||
endef
|
||||
|
||||
define cvs_files
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue