/[packages]/cauldron/kernel-tmb/pristine/SOURCES/disable-mrproper-prepare-scripts-configs-in-devel-rpms.patch
ViewVC logotype

Annotation of /cauldron/kernel-tmb/pristine/SOURCES/disable-mrproper-prepare-scripts-configs-in-devel-rpms.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 281676 - (hide annotations) (download)
Thu Aug 16 17:23:00 2012 UTC (11 years, 7 months ago) by tmb
Original Path: cauldron/kernel-tmb/current/SOURCES/disable-mrproper-prepare-scripts-configs-in-devel-rpms.patch
File size: 4049 byte(s)
- update to 3.5.2
- update patches:
  * CK01: ck1 patchset for 3.5 series kernels including BFS 0.424
  * KP01: TuxOnIce 3.3 for 3.5 series kernels
- drop merged patches:
  * AA01-AA13: (stable queue fixes)
  * BS01: silencing useless scsi ioctl warnings
  * CK02: BFS buildfix
- add patches:
  * FU03, FU04: unionfs buildfixes for 3.5 series kernels
- update filelists
- update defconfigs


1 tmb 61100
2 tmb 134369 Makefile | 19 ++++++++++---------
3 tmb 61100 scripts/kconfig/Makefile | 18 ------------------
4 tmb 134369 2 files changed, 10 insertions(+), 27 deletions(-)
5 tmb 61100
6 tmb 281676 diff -Nurp linux-3.5.0-1.mga3/Makefile linux-3.5.0-1.mga3-mrproper/Makefile
7     --- linux-3.5.0-1.mga3/Makefile 2012-07-27 23:16:37.675388630 +0300
8     +++ linux-3.5.0-1.mga3-mrproper/Makefile 2012-07-27 23:18:19.350231258 +0300
9     @@ -499,8 +499,7 @@ ifeq ($(KBUILD_EXTMOD),)
10 tmb 78708 # Carefully list dependencies so we do not try to build scripts twice
11     # in parallel
12     PHONY += scripts
13     -scripts: scripts_basic include/config/auto.conf include/config/tristate.conf
14     - $(Q)$(MAKE) $(build)=$(@)
15     +scripts:
16    
17     # Objects we will link into vmlinux / subdirs we need to visit
18     init-y := init/
19 tmb 281676 @@ -815,7 +814,7 @@ prepare0: archprepare FORCE
20 tmb 191904 $(Q)$(MAKE) $(build)=.
21 tmb 78708
22     # All the preparing..
23     -prepare: prepare0
24     +prepare:
25    
26     # Generate some files
27     # ---------------------------------------------------------------------------
28 tmb 281676 @@ -991,11 +990,13 @@ endif # CONFIG_MODULES
29     CLEAN_DIRS += $(MODVERDIR)
30 tmb 78708
31     # Directories & files removed with 'make mrproper'
32 tmb 134369 -MRPROPER_DIRS += include/config usr/include include/generated \
33     - arch/*/include/generated
34 tmb 78708 -MRPROPER_FILES += .config .config.old .version .old_version \
35     - include/linux/version.h \
36 tmb 134369 - Module.symvers tags TAGS cscope* GPATH GTAGS GRTAGS GSYMS
37     +#MRPROPER_DIRS += include/config usr/include include/generated \
38     +# arch/*/include/generated
39     +#MRPROPER_FILES += .config .config.old .version .old_version \
40     +# include/linux/version.h \
41     +# Module.symvers tags TAGS cscope* GPATH GTAGS GRTAGS GSYMS
42     +MRPROPER_DIRS += ""
43     +MRPROPER_FILES += ""
44 tmb 78708
45     # clean - Delete most, but leave enough to build external modules
46     #
47 tmb 281676 @@ -1013,7 +1014,7 @@ clean: archclean
48 tmb 78708 #
49     mrproper: rm-dirs := $(wildcard $(MRPROPER_DIRS))
50     mrproper: rm-files := $(wildcard $(MRPROPER_FILES))
51     -mrproper-dirs := $(addprefix _mrproper_,Documentation/DocBook scripts)
52     +mrproper-dirs := $(addprefix _mrproper_,Documentation/DocBook)
53    
54     PHONY += $(mrproper-dirs) mrproper archmrproper
55     $(mrproper-dirs):
56 tmb 281676 diff -Nurp linux-3.5.0-1.mga3/scripts/kconfig/Makefile linux-3.5.0-1.mga3-mrproper/scripts/kconfig/Makefile
57     --- linux-3.5.0-1.mga3/scripts/kconfig/Makefile 2012-07-27 23:16:37.676388639 +0300
58     +++ linux-3.5.0-1.mga3-mrproper/scripts/kconfig/Makefile 2012-07-27 23:18:19.350231258 +0300
59 tmb 78708 @@ -12,26 +12,18 @@ Kconfig := Kconfig
60 tmb 61100 endif
61    
62     xconfig: $(obj)/qconf 3rdparty/Makefile
63     - $< $(Kconfig)
64    
65     gconfig: $(obj)/gconf 3rdparty/Makefile
66     - $< $(Kconfig)
67    
68     menuconfig: $(obj)/mconf 3rdparty/Makefile
69     - $< $(Kconfig)
70    
71     config: $(obj)/conf 3rdparty/Makefile
72     - $< --oldaskconfig $(Kconfig)
73    
74     nconfig: $(obj)/nconf 3rdparty/Makefile
75     - $< $(Kconfig)
76    
77     oldconfig: $(obj)/conf 3rdparty/Makefile
78     - $< --$@ $(Kconfig)
79    
80     silentoldconfig: $(obj)/conf 3rdparty/Makefile
81     - $(Q)mkdir -p include/generated
82     - $< --$@ $(Kconfig)
83    
84 tmb 191904 localyesconfig localmodconfig: $(obj)/streamline_config.pl $(obj)/conf 3rdparty/Makefile
85     $(Q)mkdir -p include/generated
86     @@ -74,26 +66,16 @@ update-po-config: $(obj)/kxgettext $(obj
87 tmb 61100 PHONY += allnoconfig allyesconfig allmodconfig alldefconfig randconfig
88    
89     allnoconfig allyesconfig allmodconfig alldefconfig randconfig: $(obj)/conf 3rdparty/Makefile
90     - $< --$@ $(Kconfig)
91    
92     PHONY += listnewconfig oldnoconfig savedefconfig defconfig
93    
94     listnewconfig oldnoconfig: $(obj)/conf 3rdparty/Makefile
95     - $< --$@ $(Kconfig)
96    
97     savedefconfig: $(obj)/conf 3rdparty/Makefile
98     - $< --$@=defconfig $(Kconfig)
99    
100     defconfig: $(obj)/conf 3rdparty/Makefile
101     -ifeq ($(KBUILD_DEFCONFIG),)
102     - $< --defconfig $(Kconfig)
103     -else
104     - @echo "*** Default configuration is based on '$(KBUILD_DEFCONFIG)'"
105     - $(Q)$< --defconfig=arch/$(SRCARCH)/configs/$(KBUILD_DEFCONFIG) $(Kconfig)
106     -endif
107    
108     %_defconfig: $(obj)/conf 3rdparty/Makefile
109     - $(Q)$< --defconfig=arch/$(SRCARCH)/configs/$@ $(Kconfig)
110    
111     # Help text used by make help
112     help:

  ViewVC Help
Powered by ViewVC 1.1.30