search for: allsrc

Displaying 4 results from an estimated 4 matches for "allsrc".

Did you mean: alloc
1998 Nov 23
1
Problems compiling R-0.63.0
When I try to compile R v0.63.0 on my SUN (Solaris 2.5.1 using g77) I get the error message make: Fatal error: Don't know how to make target `/sw/sun4_55/R-0.63.0/src/*/*.[chfy]' I seems that one source file can't be compiled. Does anybody know what I can do? Frank Beimfohr University of Dortmund, Germany
2003 May 16
1
awk/gawk
A quickie question: Could someone tell me why, on RELENG_4, we have a gawk(1) manpage but no gawk executable? Given the manpage links, and the fact that our system awk is really built from gawk sources, I'd expect to have a link from /usr/bin/gawk to /usr/bin/awk (or vice versa). Thanks, Bruce. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available
2014 Dec 17
0
[PATCH] build: sort sources to build in a more deterministic way
...:= $(sort $(wildcard $(SRC)/*.asm)) +NASMHDR := $(sort $(wildcard $(SRC)/*.inc)) +CSRC := $(shell find $(SRC) -name '*.c' -print | sort) +SSRC := $(shell find $(SRC) -name '*.S' -print | sort) +CHDR := $(shell find $(SRC) -name '*.h' -print | sort) OTHERSRC := keywords ALLSRC = $(NASMSRC) $(NASMHDR) $(CSRC) $(SSRC) $(CHDR) $(OTHERSRC) @@ -56,18 +56,18 @@ CORE_PXE_CSRC = \ $(addprefix $(SRC)/fs/pxe/, dhcp_option.c pxe.c tftp.c urlparse.c bios.c) LPXELINUX_CSRC = $(CORE_PXE_CSRC) \ - $(shell find $(SRC)/lwip -name '*.c' -print) \ + $(shell find $(SRC)/lw...
2009 Jan 28
2
7.1 new install halts on BTX error
I upgraded my 7.0 system to 7.1-RELEASE with freebsd-update only to find that it no longer boots correctly, instead crashing with a BTX backtrace. If I break to the loader prompt and use 'ls /boot', I also get a backtrace. A new install of 7.1 on this hardware using a separate SCSI card and drive array also leads to a BTX backtrace. I have copied this below as the first (most