File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -48,15 +48,15 @@ build_xconfig: $(obj)/qconf
48
48
49
49
localyesconfig localmodconfig : $(obj ) /conf
50
50
$(Q ) perl $(srctree ) /$(src ) /streamline_config.pl --$@ $(srctree ) $(Kconfig ) > .tmp.config
51
- $(Q ) if [ -f .config ]; then \
52
- cmp -s .tmp.config .config || \
53
- (mv -f .config .config.old.1; \
54
- mv -f .tmp.config .config; \
55
- $< $(silent ) --oldconfig $(Kconfig ) ; \
56
- mv -f .config.old.1 .config.old) \
57
- else \
58
- mv -f .tmp.config .config; \
59
- $< $(silent ) --oldconfig $(Kconfig ) ; \
51
+ $(Q ) if [ -f .config ]; then \
52
+ cmp -s .tmp.config .config || \
53
+ (mv -f .config .config.old.1; \
54
+ mv -f .tmp.config .config; \
55
+ $< $(silent ) --oldconfig $(Kconfig ) ; \
56
+ mv -f .config.old.1 .config.old) \
57
+ else \
58
+ mv -f .tmp.config .config; \
59
+ $< $(silent ) --oldconfig $(Kconfig ) ; \
60
60
fi
61
61
$(Q ) rm -f .tmp.config
62
62
You can’t perform that action at this time.
0 commit comments