Project

General

Profile

« Previous | Next » 

Revision 9744

bugfix: lib/common.Makefile: gzip/gunzip: in `touch -r`, $< needs to be the reference file

View differences:

lib/common.Makefile
132 132

  
133 133
define gunzip
134 134
gunzip <$< >$@
135
touch -r $@ $<
135
touch -r $< $@
136 136
endef
137 137

  
138 138
%:: %.gz
......
140 140

  
141 141
define gzip
142 142
gzip <$< >$@
143
touch -r $@ $<
143
touch -r $< $@
144 144
endef
145 145

  
146 146
ifneq ($(filter %.gz,$(MAKECMDGOALS)),)

Also available in: Unified diff