Displaying 20 results from an estimated 2012 matches for "subdir".
2013 Sep 27
2
Error: C stack usage is too close to the limit when using list.files()
R-helpers:
I'm running a file search on my entire drive (Mac OS X) using:
files_found <- list.files(dir="/",pattern=somepattern,recursive=TRUE,full.names=TRUE)
where somepattern is a search pattern (which I have confirmed via a
unix "find / -name somepattern" only returns ~ 3 results).
I keep getting an error:
Error: C stack usage is too close to the limit
when
2009 Apr 11
0
sudo make check fails on OSX
.../src/rsync/testtmp
PASS 00-hello
PASS acls
PASS backup
----- batch-mode log follows
Testing for symlinks using 'test -h'
sending incremental file list
created directory /usr/local/src/rsync/testtmp/batch-mode/chk
./
empty
filelist
nolf
nolf-symlink -> nolf
text
dir/
dir/text
dir/subdir/
dir/subdir/subsubdir/
dir/subdir/subsubdir/etc-ltr-list
dir/subdir/subsubdir2/
dir/subdir/subsubdir2/bin-lt-list
emptydir/
sent 1,666,681 bytes received 171 bytes 3,333,704.00 bytes/sec
total size is 1,665,905 speedup is 1.00
sending incremental file list
created directory /usr/local/src/rsync...
2012 Jan 27
4
[PATCH] Tools: build tests
..._SYSTEM_LIBAIO ?= y
+CONFIG_TESTS ?= y
ifeq ($(OCAML_TOOLS),y)
OCAML_TOOLS := $(shell ocamlopt -v > /dev/null 2>&1 && echo "y" || echo "n")
diff -r 2c6ff08e8b5b -r 7d62108a8936 tools/Makefile
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -45,6 +45,7 @@ SUBDIRS-y += remus
SUBDIRS-$(CONFIG_X86) += xenpaging
SUBDIRS-$(CONFIG_X86) += debugger/gdbsx
SUBDIRS-$(CONFIG_X86) += debugger/kdd
+SUBDIRS-$(CONFIG_TESTS) += tests
# These don''t cross-compile
ifeq ($(XEN_COMPILE_ARCH),$(XEN_TARGET_ARCH))
diff -r 2c6ff08e8b5b -r 7d62108a8936 tools/tests/M...
2019 Sep 20
1
[PATCH] build: Move po subdir after everything else except po-docs
...les from other directories
(which might be generated) is used after all the code ones.
Makefile.am | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/Makefile.am b/Makefile.am
index 1cc21961ae89..e5a28d70c555 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -41,7 +41,7 @@ endif
SUBDIRS += common/errnostring common/protocol common/qemuopts
SUBDIRS += common/utils
SUBDIRS += common/structs
-SUBDIRS += lib docs examples po
+SUBDIRS += lib docs examples
# The daemon and the appliance.
SUBDIRS += common/mlutils
@@ -201,6 +201,9 @@ SUBDIRS += \
utils/qemu-boot \
utils/qemu-s...
2005 Mar 22
18
[PATCH] tools top level makefile cleanup
...5:05:20.000000000 -0600
@@ -1,37 +1,33 @@
+XEN_ROOT = ../
+include $(XEN_ROOT)/tools/Rules.mk
-all:
- $(MAKE) -C check
- $(MAKE) -C libxutil
- $(MAKE) -C libxc
- $(MAKE) -C misc
- $(MAKE) -C examples
- $(MAKE) -C xentrace
- $(MAKE) -C python
- $(MAKE) -C xfrd
- $(MAKE) -C xcs
- $(MAKE) -C ioemu
+SUBDIRS :=
+SUBDIRS += check
+SUBDIRS += libxutil
+SUBDIRS += libxc
+SUBDIRS += misc
+SUBDIRS += examples
+SUBDIRS += xentrace
+SUBDIRS += python
+SUBDIRS += xfrd
+SUBDIRS += xcs
+ifeq ($(XEN_TARGET_ARCH),x86_32)
+SUBDIRS += ioemu
+endif
-install:
- $(MAKE) -C check
- $(MAKE) -C libxutil install
- $(MA...
2009 May 28
1
[PATCH] blktap2: fix makefile of vhd for parallel make
...amahata <yamahata@valinux.co.jp>
diff --git a/tools/blktap2/vhd/Makefile b/tools/blktap2/vhd/Makefile
--- a/tools/blktap2/vhd/Makefile
+++ b/tools/blktap2/vhd/Makefile
@@ -12,6 +12,9 @@ CFLAGS += -Wno-unused
CFLAGS += -I../include
CFLAGS += -D_GNU_SOURCE
+SUBDIRS-y :=
+SUBDIRS-y += $(LIBDIR)
+
ifeq ($(CONFIG_X86_64),y)
CFLAGS += -fPIC
endif
@@ -29,27 +32,22 @@ DEPS = .*.d
all: build
-build: libvhd $(IBIN)
+build: $(IBIN)
-libvhd:
- @set -e
- $(MAKE) -C $(LIBDIR) all
-
-vhd-util: vhd-util.o
+vhd-util: vhd-util.o subdir-all...
2013 Sep 04
5
5.10 regression (from 5.01) MENU INCLUDE broken.
Hello,
Long story short, example config:
### cut
UI vesamenu.c32
MENU TITLE Multiboot USB
MENU BACKGROUND #00000000
MENU COLOR sel 7;37;40 #e0ffffff #20ffffff all
MENU COLOR unsel 37;44 #50ffffff #a0000000 std
MENU COLOR tabmsg 31;40 #30ffffff #00000000 std
MENU BEGIN
MENU TITLE System Rescue CD 2.4.1
INCLUDE sysrcd-2.4.1.conf
MENU END
MENU BEGIN
MENU TITLE
2006 Apr 17
0
[PATCH] klibc: rebuild cpio image when content changes
...are carefull to delete tmp files
if [ ! -z ${output_file} ]; then
diff --git a/usr/Kbuild b/usr/Kbuild
index c4f5be2..e338cf9 100644
--- a/usr/Kbuild
+++ b/usr/Kbuild
@@ -8,21 +8,38 @@ export KLIBCINC := $(srctree)/$(src)/inc
export KLIBCOBJ := $(objtree)/$(obj)/klibc
CONFIG_KLIBC := 1
+klibc-subdir := klibc
+usr-subdirs := kinit utils dash gzip
+subdir- := $(klibc-subdir) $(usr-subdirs)
+
+usr-subdirs := $(addprefix _usr_,$(usr-subdirs))
+klibc-subdir := $(addprefix _usr_,$(klibc-subdir))
+
# Klibc binaries
ifdef CONFIG_KLIBC
klibc := -f $(srctree)/scripts/Kbuild.klibc obj
+
+# .ini...
2008 May 06
3
DO NOT REPLY [Bug 5440] New: 'relative' test fails on SunOs 5.8
...cd+++++++++ down/3/deep/
>f+++++++++ down/3/deep/empty
>f+++++++++ down/3/deep/filelist
>f+++++++++ down/3/deep/nolf
cL+++++++++ down/3/deep/nolf-symlink -> nolf
>f+++++++++ down/3/deep/text
cd+++++++++ down/3/deep/dir/
>f+++++++++ down/3/deep/dir/text
cd+++++++++ down/3/deep/dir/subdir/
>f+++++++++ down/3/deep/dir/subdir/foobar.baz
cd+++++++++ down/3/deep/dir/subdir/subsubdir/
>f+++++++++ down/3/deep/dir/subdir/subsubdir/etc-ltr-list
cd+++++++++ down/3/deep/dir/subdir/subsubdir2/
>f+++++++++ down/3/deep/dir/subdir/subsubdir2/bin-lt-list
cd+++++++++ down/3/deep/emptydir/...
2024 May 23
1
[PATCH 4/4] drm: enable -Wformat-truncation across the subsystem
...enable (most) W=1 warnings by default across
> the subsystem"), and enable that warning too.
>
> Signed-off-by: Jani Nikula <jani.nikula at intel.com>
When it is enabled for all of drm then the explicit assignments here
could be dropped I think:
drivers/gpu/drm/i915/Makefile:subdir-ccflags-y += $(call cc-option, -Wformat-truncation)
drivers/gpu/drm/xe/Makefile:subdir-ccflags-y += $(call cc-option, -Wformat-truncation)
Just a drive-by comment, I know this patch was mostly for the bots.
Sam
>
> ---
>
> Gut feeling says there are more issues, and my configs jus...
2004 Sep 21
1
[Bug 934] Traverse-only directories (e.g. chmod 110) break the cd command in sftp
...sion: AIX
Status: NEW
Severity: minor
Priority: P2
Component: sftp-server
AssignedTo: openssh-bugs at mindrot.org
ReportedBy: mgjk at idirect.com
This appears on OpenSSH under AIX, but I think it may also impact Linux:
/home/kallies/topdir/subdir> chmod 770 targetdir
/home/kallies/topdir/subdir> cd ..
/home/kallies/topdir> chmod 110 subdir
/home/kallies/topdir> cd ..
/home/kallies> chmod 110 topdir
/home/kallies> ls topdir
ls: topdir: The file access permissions do not allow the specified action.
/home/kallies> ls topdi...
2024 May 23
1
[PATCH 4/4] drm: enable -Wformat-truncation across the subsystem
...build bots have to say. ;)
---
drivers/gpu/drm/Makefile | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/drivers/gpu/drm/Makefile b/drivers/gpu/drm/Makefile
index 68cc9258ffc4..644613dbedda 100644
--- a/drivers/gpu/drm/Makefile
+++ b/drivers/gpu/drm/Makefile
@@ -16,8 +16,7 @@ subdir-ccflags-y += $(call cc-option, -Wunused-but-set-variable)
subdir-ccflags-y += $(call cc-option, -Wunused-const-variable)
subdir-ccflags-y += $(call cc-option, -Wpacked-not-aligned)
subdir-ccflags-y += $(call cc-option, -Wformat-overflow)
-# FIXME: fix -Wformat-truncation warnings and uncomment
-...
2013 Sep 05
3
5.10 regression (from 5.01) MENU INCLUDE broken.
...sel 1;7;37;40 #FF000000 #FFC0C0C0 all
MENU color tabmsg 1;31;40 #FFFFFF00 #00000000 std
MENU color help 1;31;40 #FFFFFFFF #00000000 none
LABEL rescuecd_std
MENU LABEL 1) SystemRescueCd: default boot options
LINUX /sysrcd-2.4.1/rescuecd
INITRD /sysrcd-2.4.1/initram.igz
APPEND subdir=sysrcd-2.4.1 scandelay=1
TEXT HELP
Boot standard 32bit kernel with default options (should always work)
You should use this entry if you don't know which one to use
ENDTEXT
LABEL rescuecd_docache
MENU LABEL 2) SystemRescueCd: all files cached to memory (docache)
LINUX /sysrcd-2.4.1...
2006 Jun 26
0
[klibc 19/43] klibc basic build infrastructure
...(obj)/,$(static-y))
+shared-y := $(addprefix $(obj)/,$(shared-y))
+klibc-objs := $(addprefix $(obj)/,$(klibc-objs))
+klibc-real-objs := $(addprefix $(obj)/,$(klibc-real-objs))
+output-dirs := $(addprefix $(obj)/,$(output-dirs))
+klibc-dirs := $(addprefix $(obj)/,$(klibc-dirs))
+subdir-y := $(addprefix $(obj)/,$(subdir-y))
+lib-y := $(addprefix $(obj)/,$(lib-y))
+always := $(addprefix $(obj)/,$(always))
+targets := $(addprefix $(obj)/,$(targets))
+
+#####
+# Handle options to gcc. Support building with separate output directory
+
+__klibccflags...
2003 May 07
3
Sink for a subdirectory
Hi, how do I sink output to a subdirectory under which R is running?
For example, suppose R is running in ~me and I would like to sink output to
~me/Subdir/filename.
The obvious sink( "Subdir/filename" ) does not seem to work.
Thanks very much.
2001 Oct 06
1
src/modules/Makefile.in: What is the (practical) difference betw. SUBDIRS and MODULES?
As the subject says, one has
SUBDIRS = X11 gnome internet lapack vfonts
MODULES = $(R_GUIS) internet lapack vfonts
It is my understanding, that there is a 1:1 correspondence between
subdirs and modules. If this were true, then one could use one of
both in all places. Or do I overlook something here?
--
Thomas Hoffmann...
2010 May 17
2
copy dirs. subdirs, symlink, but not files
Hi all,
I've been messing around with needing to duplicate a dir tree minus
its file contents.
What i would like to achieve is to rsync dirs, subdirs and sym links
of dirs excluding files.
My first experiment was to simply do dirs and subdirs;
rsync -a -f"+ */" -f"- *" source destination
Worked like a champ.
However I'm unsure how to include or exclude sym links from this so i
tried;
rsync -a -f"+ */"...
2019 Dec 16
1
Re: [v2v PATCH 2/2] build: switch embedded copy of libvirt-ocaml
...> +/3rdparty/libvirt-ocaml/.depend
> +/3rdparty/libvirt-ocaml/libvirt_generated.c
> /aclocal.m4
> /autom4te.cache/
> /build-aux/
> diff --git a/Makefile.am b/Makefile.am
> index 039921c2..72b78769 100644
> --- a/Makefile.am
> +++ b/Makefile.am
> @@ -41,7 +41,7 @@ SUBDIRS += common/mlxml
> SUBDIRS += common/mltools
> SUBDIRS += common/mlcustomize
> SUBDIRS += common/mlv2v
> -SUBDIRS += common/mllibvirt
> +SUBDIRS += 3rdparty/libvirt-ocaml
It's bikeshedding but how about calling it "bundled"?
Anyway, ACK series, and also the patch t...
2007 Apr 19
2
Path confusion
Dear wine gurus,
I'm trying to run a program installed like this:
/usr/local/program/program.exe
which also contains a subdirectory:
/usr/local/program/subdir/
with some files. When typing:
$ wine /usr/local/program/program.exe
I get an error mesage like:
"File \subdir\some_file not found!"
The problem can be solved by putting
the subdir to the root directory of the
computer so I have:
/bin
/boot
/dev
......
2012 Jan 16
13
[PATCH v10 0/7] build upstream qemu and seabios by default
...- set SEABIOS_UPSTREAM_URL to git://xenbits.xen.org/seabios.git by
default;
- add a patch to update MAINTAINERS.
Changes to v8:
- build upstream qemu out of tree;
- add a tools/qemu-xen-dir-force-update target;
- add a tools/firmware/seabios-dir-force-update target;
- call make install from subdir-all and subdir-install
qemu-xen-traditional and qemu-xen targets;
- fix a typo in patch #5;
Changes to v7:
- call upstream qemu''s configure script right before building qemu and
after building libxc and xenstore because it needs them;
- introduce a new patch to move the call to xen-s...