search for: _bin

Displaying 3 results from an estimated 3 matches for "_bin".

Did you mean: _bbn
2009 Aug 08
0
[PATCH] gitignore: add *.sym
*.sym files are generated; ignore them. Signed-off-by: Sebastian Herbszt <herbszt at gmx.de> diff --git a/.gitignore b/.gitignore index c786675..83632a9 100644 --- a/.gitignore +++ b/.gitignore @@ -20,6 +20,7 @@ *.rej *.s *.sec +*.sym *.sys *_bin.c *~
2014 Dec 17
0
[PATCH] build: sort sources to build in a more deterministic way
...(patsubst %.S,%.o, $(sort $(wildcard $(SRC)/lzo/*.S))) \ + $(patsubst %.c,%.o, $(sort $(wildcard $(SRC)/thread/*.c))) \ + $(patsubst %.S,%.o, $(sort $(wildcard $(SRC)/thread/*.S)))) endif COBJS = $(filter-out $(FILTER_OBJS),$(COBJ)) @@ -255,4 +255,4 @@ spotless: clean rm -f $(BTARGET) *.bin *_bin.c # Include dependencies file --include $(shell find . -name '.*.d' -print) +-include $(shell find . -name '.*.d' -print | sort) diff --git a/dos/Makefile b/dos/Makefile index b9c337d..4c930d1 100644 --- a/dos/Makefile +++ b/dos/Makefile @@ -34,7 +34,7 @@ SRCS = syslinux.c \...
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list. I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without modifications. How did I try it? Created a (non-root) build environment (not a mock ) Installed the kernel.scr.rpm and did a rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee prep-out.log The build failed at the end: Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL Checking