search for: mrproper

Displaying 20 results from an estimated 63 matches for "mrproper".

2005 Dec 28
0
kbuild: clean a bit better
kbuild: better cleaning Let make clean delete generated dot-files and .o files. Introduce distclean/mrproper that deletes .config, linux symlink and all files left behind by editors and patch. Signed-off-by: Sam Ravnborg <sam@ravnborg.org> --- Hi Peter In following patch I did not make a difference between mrproper and distclean. I only added mrproper because I'm used to it from the kernel. A...
2008 Sep 30
1
Module.symvers
I am going into: /usr/src/kernels/2.6.18-92.1.10.el5-x86_64 and doing a "make mrproper" attempting to rebuild the Modules.symvers file. As I added ALSA 1.0.17 to the current kernel. I am getting an error: make mrproper scripts/Makefile.clean:17: /usr/src/kernels/2.6.18-92.1.10.el5-x86_64/drivers/infiniband/hw/amso1100/Makefile: No such file or directory make[3]: *** No rul...
2007 Jun 27
7
Xen 3.1.0 initrd and kernel building
...d support is in the kernel, and the kernel states kernel panic (because no sata or raid modules are being loaded). Second: Built a kernel with sata support and everything and make 2.6-xen-build and 2.6-xen-install ---> Dom0 differs from xen on boot ... saved a .config from the kernel , make mrproper, make dist, put .config in kernel path, make dist again... -> xen stated failure in kernel package and asked me to run make mrproper... so is this called stable or what ? Greetz anyway, Amin _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com...
2005 Jun 14
1
SUCCESS! Help rebuilding kernel get mount error on reboot
...ohn, Was there a reason for the (2) make oldconfigs? just curious This all worked rpm -i kernel.XXX.src.rpm cd /usr/src/redhat/SPECS rpmbuild -bp --target i686 kernel.XXX.spec cd /usr/src/redhat/BUILD/kernel-2.6.9/linux-2.6.9 make mrproper cp /boot/config-2.6.9-11.EL .config make oldconfig make oldconfig make menuconfig Device Drivers -> Character Devices -> Serial Drivers change Max number of non legacy 8250_NR_UARTS...
2006 Feb 19
1
Do we have one make more than necessary?
...S= GCC=$(CC) CC=$(CC) HOSTCC=$(CC) touch $@ install: debian/stamps/build rm -rf debian/install $(MAKE) dist DESTDIR=$(CURDIR)/debian/install KERNELS= XEN_PYTHON_NATIVE_INSTALL=1 CC=$(CC) GCC=$(CC) HOSTCC=$(CC) XEN_CHANGESET=8743 ifeq ($(DEB_BUILD_ARCH),i386) $(MAKE) mrproper $(MAKE) xen DESTDIR=$(CURDIR)/debian/install KERNELS= GCC=$(CC) CC=$(CC) HOSTCC=$(CC) XEN_TARGET_X86_PAE=y TARGET=$(CURDIR)/xen/xen_pae XEN_CHANGESET=8743 endif $(MAKE) -C tools/examples install-udev DESTDIR=$(CURDIR)/debian/install ... Doesn't then install make three times (o...
2018 Jul 17
0
[PATCH] Never clean files in quilt status directory
The top-level "distclean" and "mrproper" targets delete zero-size files in the source, perhaps assumed to be stamp files. This is fine for actual source direcgtories, but disastrous for a quilt status directory. For each patch, quilt stores the previous versions of the modified files in a subdirectory of .pc. If the patch creates...
2019 Jan 18
0
[klibc:master] Never clean files in quilt status directory
...thor: Ben Hutchings <ben at decadent.org.uk> AuthorDate: Sun, 15 Jul 2018 21:53:39 +0100 Committer: Ben Hutchings <ben at decadent.org.uk> CommitDate: Fri, 18 Jan 2019 03:10:14 +0000 [klibc] Never clean files in quilt status directory The top-level "distclean" and "mrproper" targets delete zero-size files in the source, perhaps assumed to be stamp files. This is fine for actual source direcgtories, but disastrous for a quilt status directory. For each patch, quilt stores the previous versions of the modified files in a subdirectory of .pc. If the patch creates...
2003 Mar 17
1
Problem in recompiling 2.4.18-14.
Hi Guys, While recompiling 2.4.18-14 I get kernel/module version mismatch errors from insmod at boot time and eventually resulting in a kernel panic .I'm compiling my kernel following all usual steps doing a proper make clean and make mrproper. Here are error messages I get : Loading jbd.o module /lib/jbd.o: kernel-module version mismatch /lib/jbd.o was compiled for kernel version 2.4.18-18.7.x while this kernel is version 2.4.18-18.7.xcustom ERROR: /bin/insmod exited abnormally! Loading ext3.o module /lib/ext3.o...
2008 Jan 27
1
btrfs: sdb1 checksum verify failed
...3, reiserfs, jfs, xfs, etc. I've created an 70 GB partition for btrfs, created btrfs filesystem on it, which is currently mounted under /data. I put the kernel source tree of Linux 2.6.24 to the btrfs, make allyesconfig, and i've created the following script: while true; do make -j2; make mrproper; cp ../.config .; make oldconfig; done; After some hours of compiling i got the following messages: [...] Jan 27 14:40:27 fusitest kernel: [114708.874739] btrfs: sdb1 checksum verify failed on 5637144576 wanted C2D1E2A found A8119D2F from_this_trans 0 Jan 27 14:42:36 fusitest kernel: [114824.6456...
2005 Feb 11
1
CentOS CPU Temperature - Mini-HowTo
...nd downloading the 2.8.7 files above.... NEXT: un-tar.gz the files to directories in home go to your kernel source directory: edit Makefile to read the same as the installed kernel (uname -r) (delete the word "custom" at the end of the line: EXTRAVERSION = -27.0.2.Elcustom) run make mrproper run make oldconfig run make dep run make clean The above sets up the kernel source so you can build and install the i2c and lm sensors drivers correctly. cd to i2c directory under /home run make clean run make all run make install cd to lm sensors directory under /home run make clean run make...
2004 Jan 15
1
Problem at compiling zaptel
...nel source directory" /usr/include/linux/version.h:21:2: #error "" /usr/include/linux/version.h:22:2: #error " o Configure kernel sources:" /usr/include/linux/version.h:23:2: #error " - cd /usr/src/linux" /usr/include/linux/version.h:24:2: #error " - make mrproper" /usr/include/linux/version.h:25:2: #error " - make cloneconfig" /usr/include/linux/version.h:26:2: #error " - make dep" /usr/include/linux/version.h:27:2: #error "" /usr/include/linux/version.h:28:2: #error " o When compiling, make sure to use the follow...
2012 Jul 13
4
Trying to find all the kernel modules needed for my machine using shell script
...bbs.archlinux.org/viewtopic.php?pid=845113 There was also a proposed solution which apparently worked for others , is to run the script directly instead of using make's target. Although for me, make localmodconfig does not work at all. its because of the following : $make clean $make mrproper $cp /boo/config-'uname -r' .config $make localmodconfig and it haults with vboxguest config not found!! nf_defrag_ipv6 config not found!! vboxsf config not found!! vboxvideo config not found!! The thing is my kernel development environment is inside virtualbox. Th...
2004 Feb 08
2
xeno-1.2.bk compilation question?
The system is Mandrake-9.1 Linux wih gcc-3.2.2. I am trying to compile xenolinux-2.4.24 (with vanilla sources from ftp.kernel.org for linux-2.4.24). The steps of mkbuildtree ARCH=xeno make menuconfig ARCH=xeno make dep produce no errors, but ARCH=xeno make bzImage results in following error messages. Any pointers will be appreciated. -ishwar --- gcc -D__KERNEL__
2008 Oct 10
0
Fwd: P5GC SATA mode problem
...uild up a working kernel (albeit sacrificing ease of update) I tried to figure out some useful config. I've scanned both config-XXX files but I am unable to identify any reasonable suspects either, diff provided below. Should SCSI-SAS-ATA be different? 4. Just to play a while, attempted to make mrproper and got the following. Same for make clean. [root at localhost 2.6.18-92.1.13.el5-i686]# make mrproper scripts/Makefile.clean:17: /usr/src/kernels/2.6.18-92.1.13.el5-i686/drivers/infiniband/hw/amso1100/Makefile: No such file or directory make[3]: *** No rule to make target `/usr/src/kernels/2.6.18...
2004 Dec 11
7
Installing Shorewall on Debian 3.0 r2
Hi All, i am trying to install Shorewall 2.0 on debian 3.0. But when i try apt-get i am getting older version i.e. 1.2. Can someone send me a pointer on how to install shorewall latest version on Debian 3.0 please. i searched google and on this site but could find any. i am not in this list, pl include me in ur replies. Appreciate ur help, -Balaji
2006 Feb 13
3
AW: Exporting Dom0 disks to DomU as SCSI disks doesnot work
Hello Digvijoy, > Does your kernel have inbuilt support for Logical Volumes > ,because your ouptut shows VFS is unable to mount root ,which > means dm-mod and multidevice modules wasnt compiled into the kernel. Multi-device support is compiled into my DomU kernel, device-mapper is built as a module. But I don''t think this has something to do with my problem because
2001 Mar 11
4
prng_cmds/init_rng() question/patch
I have a need to provide ssh client binaries for use elsewhere on several platforms, some without /dev/random support. I can't assume that users will know how to install/run prngd or egd, so I was planning to rely on the builtin prng code. However this require the ssh_prng_cmds file to exist in a fixed location -- which would mean making binaries which either look for it in . or other
2006 Feb 19
1
r26 - in trunk/debian: . patches
...KE) dist DESTDIR=$(CURDIR)/debian/install KERNELS= XEN_PYTHON_NATIVE_INSTALL=1 CC=$(CC) GCC=$(CC) HOSTCC=$(CC) + $(MAKE) dist DESTDIR=$(CURDIR)/debian/install KERNELS= XEN_PYTHON_NATIVE_INSTALL=1 CC=$(CC) GCC=$(CC) HOSTCC=$(CC) XEN_CHANGESET=$(XEN_CHANGESET) ifeq ($(DEB_BUILD_ARCH),i386) $(MAKE) mrproper - $(MAKE) xen DESTDIR=$(CURDIR)/debian/install KERNELS= GCC=$(CC) CC=$(CC) HOSTCC=$(CC) XEN_TARGET_X86_PAE=y TARGET=$(CURDIR)/xen/xen_pae + $(MAKE) xen DESTDIR=$(CURDIR)/debian/install KERNELS= GCC=$(CC) CC=$(CC) HOSTCC=$(CC) XEN_TARGET_X86_PAE=y TARGET=$(CURDIR)/xen/xen_pae XEN_CHANGESET=$(XEN_CHA...
2005 May 22
4
Problem upgrading xen-unstable
I''ve been working on a xen-unstable tree from mid-April. I wanted to upgrade to the latest version, so here is what I did: - Clone a fresh copy of xeno-unstable.bk (1.1507) - "make world" - Change the .config of linux-2.6.11-xen0 to include my ethernet card (CONFIG_FORCEDETH=y) - Add localversion files to linux-2.6.11-xen0 and linux-2.6.11-xenU - rm -rf the existing dist
2004 Jan 15
1
Problem at compiling zaptel (again)
...nel source directory" /usr/include/linux/version.h:21:2: #error "" /usr/include/linux/version.h:22:2: #error " o Configure kernel sources:" /usr/include/linux/version.h:23:2: #error " - cd /usr/src/linux" /usr/include/linux/version.h:24:2: #error " - make mrproper" /usr/include/linux/version.h:25:2: #error " - make cloneconfig" /usr/include/linux/version.h:26:2: #error " - make dep" /usr/include/linux/version.h:27:2: #error "" /usr/include/linux/version.h:28:2: #error " o When compiling, make sure to use the follow...