search for: makecmdgo

Displaying 20 results from an estimated 22 matches for "makecmdgo".

Did you mean: makecmd
2005 May 29
0
[LLVMdev] Bug in Makefile
Hi, I just updated from source and got this at the top of the master Makefile: LEVEL = . DIRS = lib/System lib/Support utils lib ifeq ($(MAKECMDGOALS),tools-only) DIRS += tools else ifneq ($(MAKECMDGOALS),libs-only) DIRS += runtime docs OPTIONAL_DIRS = examples projects endif endif This causes my build to be incorrect. In the general case, it doesn't build the tools, and building the runtime without the tools causes the...
2015 Nov 27
8
[PATCH 0/2] Do not use the "red zone" on EFI
From: Sylvain Gault <sylvain.gault at gmail.com> The System V ABI for x86-64 specify that a "red zone" is an area of 128 bytes above the current stack frame. This area can be used by a called function in order to avoid the overhead of modifying the stack pointer. The direct effect is that interrupt/event/signal handlers must not write to this area. In the UEFI calling convention,
2000 Jul 17
0
small patch for Makefile.in
...all subdirectories. Cheers, Martin diff -c -3 -p -r1.9 Makefile.in *** Makefile.in 2000/06/26 11:25:32 1.9 --- Makefile.in 2000/07/17 13:50:14 *************** all debug profile selftest target clean: *** 24,28 **** @for dir in $(SUBDIRS); do (cd $$dir && $(MAKE) $(MFLAGS) $(MAKECMDGOALS)) || exit 1; done -rm -f *~ ! distclean: clean -rm -f Makefile config.* --- 24,29 ---- @for dir in $(SUBDIRS); do (cd $$dir && $(MAKE) $(MFLAGS) $(MAKECMDGOALS)) || exit 1; done -rm -f *~ ! distclean: ! @for dir in $(SUBDIRS); do (cd $$dir...
2005 May 23
2
[LLVMdev] a question about LLCO
Hi Terry, Reid is exactly right about the benefits of static (link-time) optimization for whole programs. When all libraries are available, it could alllow significantly better optimization without run-time overhead. But it is increasingly common today for libraries to be dynamically linked. In these cases, you could get the benefits of LLVM optimization in two ways, *if* you compile the
2009 Jan 19
3
[LLVMdev] clang installation
This patch adds targets to support the installation of clang in isolation. Ok? -------------- next part -------------- A non-text attachment was scrubbed... Name: clang-2.patch Type: application/octet-stream Size: 952 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090119/39061b42/attachment.obj> -------------- next part --------------
2009 Jan 19
0
[LLVMdev] clang installation
On Mon, Jan 19, 2009 at 10:05 AM, Mike Stump <mrs at apple.com> wrote: > This patch adds targets to support the installation of clang in isolation. > > Ok? > +ifeq ($(MAKECMDGOALS),install-clang) + DIRS := tools/clang/Driver tools/clang/lib/Headers tools/clang/tools/ccc Is "tools/clang" the official name of the clang development directory? I was still using "tools/cfe". This is okay if the above question is "yes", and building and installi...
2000 Sep 11
1
Mac OS X DP4 patches
...f lines are changes in the line numbers that the configure scripts spit out. There is one that is a bit suspicious given my Makefile inexperience; in the vorbis-tools/Makefile, I have this change: libao: @echo "Building libao..." - @(cd libao && $(MAKE) $(MFLAGS) $(MAKECMDGOALS)) || exit 1 + @(cd libao && $(MAKE) all) || exit 1 This works fine on Mac OS X DP 4, and seems to be more appropriate. However, please consider this one carefully before accepting it. I will revisit these when I get my hands on Mac OS X beta, hopefully this week. -- Richard +--...
2010 May 11
1
Xen 4.0 build error
...ir=0A :=3D $(dir $(call lastword,$(MAKEFILE_LIST)))         MAKEARGS :=3D -C =0A/foo/xen40/xen-4.0.0/linux-2.6-pvops.git     MAKEARGS +=3D O=3D$(if =0A$(patsubst /%,,$(makedir)),$(CURDIR)/)$(patsubst =     %/,%,$(makedir))         MAKEFLAGS=0A +=3D --no-print-directory         .PHONY: all $(MAKECMDGOALS Thanks, CM _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2009 Feb 25
3
[LLVMdev] [PATCH] Parallelized make check
...M) -f $(SITE_EXP) $(JTESTLIST) + @$(MAKE) check LISTTESTS=$(JTESTLIST) &>/dev/null + @$(RM) -f $(SITE_EXP) + @$(ECHO) "JCHECKS := \\" > $@ + @$(SED) 's/$$/.jcheck \\/' < $(JTESTLIST) >> $@ + @$(ECHO) >> $@ + @$(ECHO) "Running test... " + +ifeq ($(MAKECMDGOALS), jcheck-local) + -include Makefile.jcheck +endif + +$(JCHECKS): $(SITE_EXP) + @$(MAKE) check-one TESTONE=$(@:%.jcheck=%) &>$(@:%.jcheck=%.log) + @cat $(@:%.jcheck=%.log) + +jcheck-local: $(JCHECKS) + @$(RM) -f $(JLOG) + @$(SED) 's/$$/.log/' < $(JTESTLIST) | xargs cat >&g...
2010 Sep 06
1
[LLVMdev] RFC: change build order (or location) of LLVMHello plugin
Good evening, Michael. 2010/9/5 Michael Spencer <bigcheesegs at gmail.com>: > Do you know what the exact problem is? It would be best to fix the > Makefile instead of moving it. And sense it is a transformation, the > build system is broken if you _have_ to move it. I am sorry, I don't understand what *the exact problem" is. I can describe facts; - Hello is the only
2004 Oct 23
1
[LLVMdev] UPDATE: Makefile.rules Changes (IMPORTANT)
...################ > ifndef DISABLE_AUTO_DEPENDENCIES > > -# If dependencies were generated for the file that included this file, > -# include the dependencies now... > -# > +# If its not one of the cleaning targets > +ifneq ($strip($(filter-out clean clean-local dist-clean, $(MAKECMDGOALS))),) > > -SourceBaseNames := $(basename $(Source)) > -SourceDepend := $(SourceBaseNames:%=$(BUILD_OBJ_DIR)/$(CONFIGURATION)/%.d) > +# Get the list of dependency files > +DependFiles := $(basename $(filter %.cpp %.c %.cc, $(SOURCES))) > +DependFiles := $(patsubst %,$(BUILD_OBJ...
2009 Feb 25
0
[LLVMdev] [PATCH] Parallelized make check
...test/*\(.*\),\1.log,' < $(JTESTLIST) \ + > $(JTESTLIST).tmp + @$(MV) -f $(JTESTLIST).tmp $(JTESTLIST) + @$(ECHO) "JCHECKS := \\" > $@ + @$(SED) 's/$$/ \\/' < $(JTESTLIST) >> $@ + @$(ECHO) >> $@ + @$(ECHO) "Running test... " + +ifeq ($(MAKECMDGOALS), jcheck-local) + -include Makefile.jcheck +endif + +$(JCHECKS): site.exp + @$(MAKE) check-one TESTONE=$(@:%.log=%) &>$@ + @cat $@ + +jcheck-local: $(JCHECKS) + @$(RM) -f $(JLOG) + @xargs cat < $(JTESTLIST) >> $(JLOG) + @$(ECHO) "\n\n\n\n== Results ==" >> $(JLO...
2013 Aug 16
0
Build fixes for pkg-xen svn
...ROOT = $(CURDIR)/.. include $(XEN_ROOT)/tools/Rules.mk @@ -26,21 +28,22 @@ SUBDIRS-$(CONFIG_NetBSD) += xenbackendd SUBDIRS-y += libfsimage SUBDIRS-$(LIBXENAPI_BINDINGS) += libxen -@@ -34,9 +23,12 @@ +@@ -34,8 +23,10 @@ # do not recurse in to a dir we are about to delete ifneq "$(MAKECMDGOALS)" "distclean" +CONFIG_QEMU = $(CURDIR)/../qemu +ifneq ($(wildcard $(CONFIG_QEMU)),) SUBDIRS-$(CONFIG_IOEMU) += qemu-xen-traditional-dir - SUBDIRS-$(CONFIG_IOEMU) += qemu-xen-dir - endif +-SUBDIRS-$(CONFIG_IOEMU) += qemu-xen-dir +endif + endif SUBDIRS-y += xenpmd - SUBDIR...
2019 Aug 15
1
[PATCH libnbd] docs: Change docs/Makefile.inc back to a regular include, readd to git.
‘make clean && make’ was not rebuilding the docs/*.3 files. The reason is obscure: - docs/Makefile has rules: MANS = $(man_MANS) all: all-am all-am: Makefile $(MANS) - sinclude docs/Makefile.inc happened long after MANS is defined, so MANS held the earlier version of $(man_MANS) without the api-built man pages listed. This was confirmed by looking at the output of
2013 Sep 04
2
opus code optimization
The opus code default compiles on -o2 optimization level. I would like to change it to -o3. I have tried doing the changes in makefile.unix . The change is not getting reflected. I am building the code in Code composer studio for TI processor C6000. Could anybody help me with this -------------- next part -------------- An HTML attachment was scrubbed... URL:
2003 Apr 07
1
Problems building the java/jdk14 port
...rue INSANE = Build Platform Settings: PLATFORM = bsd ARCH = i586 LIBARCH = i386 ARCH_FAMILY = i586 ARCH_DATA_MODEL = 32 OS_VERSION = 4.8-RC TRUE_PLATFORM = FreeBSD (4.x STABLE way) FREE_SPACE = 3894824 GNU Make Settings: MAKE = gmake MAKE VERSION = MAKECMDGOALS = sanity MAKEFLAGS = SHELL = /bin/sh Target Build Versions: JDK_VERSION = 1.4.1 MILESTONE = p3 BUILD_NUMBER = alsbergt_07_apr_2003_12_16 BUNDLE_DATE = 07_apr_2003 External File/Binary Locations: HOTSPOT_SERVER_PATH = /v0/pobj/r+d/ports/java/jdk14/work/control/build...
2009 Feb 25
0
[LLVMdev] [PATCH] Parallelized make check
On Wed, Feb 25, 2009 at 10:26:02AM -0800, Chris Lattner wrote: > > On Feb 24, 2009, at 10:03 PM, Julien Lerouge wrote: > > > On Tue, Feb 24, 2009 at 06:24:17PM -0800, Julien Lerouge wrote: > >> I haven't tested with objdir != srcdir. > > > > Ok, that was broken. Attached is a smaller diff that should work in > > all > > cases. > > This
2009 Feb 26
1
[LLVMdev] [PATCH] Parallelized make check
...test/*\(.*\),\1.log,' < $(JTESTLIST) \ + > $(JTESTLIST).tmp + @$(MV) -f $(JTESTLIST).tmp $(JTESTLIST) + @$(ECHO) "JCHECKS := \\" > $@ + @$(SED) 's/$$/ \\/' < $(JTESTLIST) >> $@ + @$(ECHO) >> $@ + @$(ECHO) "Running test... " + +ifeq ($(MAKECMDGOALS), jcheck-local) + -include Makefile.jcheck +endif + +$(JCHECKS): site.exp FORCE + @$(MAKE) check-one TESTONE=$(@:%.log=%) FORCESITEEXP= &>$@ + @cat $@ + +jcheck-local: $(JCHECKS) + @$(ECHO) " === Report ===\n" > $(JLOG) + @xargs cat < $(JTESTLIST) >&gt...
2009 Feb 25
2
[LLVMdev] [PATCH] Parallelized make check
On Feb 24, 2009, at 10:03 PM, Julien Lerouge wrote: > On Tue, Feb 24, 2009 at 06:24:17PM -0800, Julien Lerouge wrote: >> I haven't tested with objdir != srcdir. > > Ok, that was broken. Attached is a smaller diff that should work in > all > cases. This sounds really cool Julien! Two questions: 1) does it preserve the checking that the existing tcl stuff does, which
2014 Dec 23
1
Problems linking asterisk against self-compiled openssl on CentOS 5
I am trying to enable full WebRTC support on asterisk-11.15 for installation on a CentOS 5 machine. Currently the distro cannot be upgraded to any later CentOS series. This CentOS series ships with openssl-0.9.8e, which lacks DTLS-SRTP support required for WebRTC. So I decided to build a parallel install of openssl. I chose the Fedora 21 package, openssl-1.0.1j, and built it on CentOS 5. The