search for: install_data

Displaying 20 results from an estimated 119 matches for "install_data".

2013 Jul 17
13
[PATCH 0/3] xen: various changes to what we install in /boot
Jan suggested a couple of cleanups based upon my "xen: allow architecture to choose whether to compress installed xen binary" patch. So this series now consists of: xen: allow architecture to choose how/whether to compress installed xen binary xen: x86: drop the ".gz" suffix when installing xen: Use $(T) and $(D) aliases in install target This is based
2006 Feb 18
1
r24 - trunk/debian/patches
...file ---- xen-3.0-testing.hg.old/xen/Makefile 2006-02-16 23:44:09.000000000 +0100 -+++ xen-3.0-testing.hg/xen/Makefile 2006-02-18 17:05:59.803870888 +0100 -@@ -27,6 +27,13 @@ - - install: $(TARGET).gz - [ -d $(DESTDIR)/boot ] || $(INSTALL_DIR) $(DESTDIR)/boot -+ifeq ($(XEN_TARGET_X86_PAE),y) -+ $(INSTALL_DATA) $(TARGET).gz $(DESTDIR)/boot/$(notdir $(TARGET))_pae-$(XEN_FULLVERSION).gz -+ ln -f -s $(notdir $(TARGET))_pae-$(XEN_FULLVERSION).gz $(DESTDIR)/boot/$(notdir $(TARGET))_pae-$(XEN_VERSION).$(XEN_SUBVERSION).gz -+ ln -f -s $(notdir $(TARGET))_pae-$(XEN_FULLVERSION).gz $(DESTDIR)/boot/$(notdir $(TARG...
2013 Jul 12
14
[PATCH] xen: arm: make zImage the default target which we install
From: Ian Campbell <ian.campbell@citrix.com> The zImage compatible binary is the useful one on real hardware. The relocated ELF thing is only really useful when booting directly on Fast Models. The customary suffix for that case is .axf so provide that as a target. Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Cc: Wookey <wookey@linaro.org> --- xen/arch/arm/Makefile |
2010 Jul 05
1
Possible bug in 2.11.x texmf makefile.in and some related things...
...e new since 2.10.x. These files are not installed when building/installing R. It would appear that they are not included in: https://svn.r-project.org/R/branches/R-2-11-branch/share/Makefile.in The relevant code there is: @for f in $(srcdir)/texmf/*.sty \ $(srcdir)/texmf/*.fd; do \ $(INSTALL_DATA) $${f} "$(DESTDIR)$(rsharedir)/texmf"; \ done which would skip over the two jss files. This issue came up when another useR (on F12) was building the zoo package with its vignette, which apparently uses jss.cls. Errors were of course observed. I thought that the error was limited to Fe...
2000 Apr 19
1
INSTALL_SCRIPT during installation (PR#526)
...ive to R-1.0.1 source. -- Johnny C. Lam <lamj@stat.cmu.edu> Department of Statistics, Carnegie Mellon University http://www.stat.cmu.edu/~lamj/ --- Makeconf.in.orig Sat Jan 22 15:10:00 2000 +++ Makeconf.in Mon Apr 17 16:04:58 2000 @@ -23,6 +23,7 @@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_DIR = ${INSTALL} -d LATEX = @LATEX@ LDCMD = @LDCMD@ --- Makefile.in.orig Mon Feb 21 02:03:26 2000 +++ Makefile.in Mon Apr 17 16:11:47 2000 @@ -74,7 +74,7 @@ @for f in `ls bin/* | grep -v '^bin/...
2024 Jan 12
1
Sys.which() caching path to `which`
...') returns an empty string instead of /usr/bin/[. That's probably undesirable, isn't it? Index: configure =================================================================== --- configure (revision 85802) +++ configure (working copy) @@ -949,7 +949,6 @@ PDFTEX TEX PAGER -WHICH SED INSTALL_DATA INSTALL_SCRIPT @@ -5390,66 +5389,6 @@ done test -n "$SED" || SED="/bin/sed" - -## 'which' is not POSIX, and might be a shell builtin or alias -## (but should not be in 'sh') -for ac_prog in which -do - # Extract the first word of "$ac_prog", so i...
2011 Jun 30
0
[PATCH] x86/EFI: adjust installation logic
...novell.com> --- a/xen/Makefile +++ b/xen/Makefile @@ -35,11 +35,16 @@ _install: $(TARGET).gz ln -f -s $(notdir $(TARGET))-$(XEN_FULLVERSION).gz $(DESTDIR)/boot/$(notdir $(TARGET))-$(XEN_VERSION).gz ln -f -s $(notdir $(TARGET))-$(XEN_FULLVERSION).gz $(DESTDIR)/boot/$(notdir $(TARGET)).gz $(INSTALL_DATA) $(TARGET)-syms $(DESTDIR)/boot/$(notdir $(TARGET))-syms-$(XEN_FULLVERSION) - if [ -r $(TARGET).efi -a -n "$(EFI_MOUNTPOINT)" ]; then \ - if [ -n ''$(EFI_VENDOR)'' ]; then \ + if [ -r $(TARGET).efi ]; then \ + [ -d $(DESTDIR)$(LIBDIR)/efi ] || $(INSTALL_DIR) $(DESTDIR)$(...
2006 Feb 03
3
OpenSSH_4.3p1 configure patch
...alents (707) 887-1469 tim at multitalents.net -------------- next part -------------- diff -ru openssh-4.3p1/configure openssh/configure --- openssh-4.3p1/configure 2006-02-01 03:33:51.000000000 -0800 +++ openssh/configure 2006-02-02 16:10:44.860763002 -0800 @@ -3036,6 +3036,21 @@ test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' +echo "$as_me:$LINENO: checking for egrep" >&5 +echo $ECHO_N "checking for egrep... $ECHO_C" >&6 +if test "${ac_cv_prog_egrep+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&a...
2012 Jul 16
23
[PATCH] x86/EFI: define and use EFI_DIR make variable, defaulting to /usr/lib64/efi
...9950f2dc2ee6 -r dd1ab0cae2c8 xen/Makefile --- a/xen/Makefile Mon Jul 09 10:10:27 2012 +0100 +++ b/xen/Makefile Mon Jul 16 23:37:16 2012 +0000 @@ -36,11 +36,11 @@ build install debug clean distclean csco ln -f -s $(notdir $(TARGET))-$(XEN_FULLVERSION).gz $(DESTDIR)/boot/$(notdir $(TARGET)).gz $(INSTALL_DATA) $(TARGET)-syms $(DESTDIR)/boot/$(notdir $(TARGET))-syms-$(XEN_FULLVERSION) if [ -r $(TARGET).efi ]; then \ - [ -d $(DESTDIR)$(LIBDIR)/efi ] || $(INSTALL_DIR) $(DESTDIR)$(LIBDIR)/efi; \ - $(INSTALL_DATA) $(TARGET).efi $(DESTDIR)$(LIBDIR)/efi/$(notdir $(TARGET))-$(XEN_FULLVERSION).efi; \ - ln -...
2003 Dec 31
0
3.01 & FreeBSD Port/Install Makefile Config
...private" >> ${TMPPLIST} .else ${ECHO_CMD} "@unexec ${ECHO_CMD} \"Warning: If you will *NOT* use this package anymore, please remove %D/private/smbpasswd manually.\"" >> ${TMPPLIST} .endif .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} @${INSTALL_DATA} ${FILESDIR}/README.FreeBSD ${DOCSDIR} for i in ${WRKDIR}/${DISTNAME}/README \ ${WRKDIR}/${DISTNAME}/COPYING \ ${WRKDIR}/${DISTNAME}/Manifest \ ${WRKDIR}/${DI...
2019 Jul 09
2
Addition of a meta viewport tag to HTML manuals
...les) is based on long-working Perl code that includes many modern HTML elements but does not include this one. A Perl one-liner in the install-html: Makefile directive in Makefile.in: install-html: installdirs @for f in $(OBJECTS_HTML); do \ if test -f $${f} ; then \ $(INSTALL_DATA) $${f} "$(DESTDIR)$(rdocdir)/manual"; \ perl -pi -e 's/\<meta name="desc/<meta name="viewport" content="width=device-width, initial-scale=1.0">\n<meta name="desc/' "$(DESTDIR)$(rdocdir)/manual/*.html"; \ fi \...
2017 Jan 13
0
[PATCH 3/4] Honor user's $(htmldir) and do not override GNU defaults for $(docdir)
...log.html \ developers.html \ documentation.html \ @@ -46,10 +44,10 @@ if FLaC__HAS_DOXYGEN # The install targets don't copy whole directories so we have to # handle 'api/' specially: install-data-local: - $(mkinstalldirs) $(DESTDIR)$(docdir)/api - (cd $(builddir)/api && $(INSTALL_DATA) * $(DESTDIR)$(docdir)/api) + $(mkinstalldirs) $(DESTDIR)$(htmldir)/api + (cd $(builddir)/api && $(INSTALL_DATA) * $(DESTDIR)$(htmldir)/api) uninstall-local: - rm -rf $(DESTDIR)$(docdir)/api + rm -rf $(DESTDIR)$(htmldir)/api distclean-local: -rm -rf api endif diff --git a/doc/html/imag...
2007 May 22
0
[PATCH] remove unnecessary execute perms
...01:04.000000000 -0600 +++ xen-unstable.hg/tools/blktap/lib/Makefile 2007-05-22 14:01:46.000000000 -0600 @@ -42,10 +42,10 @@ install: all $(INSTALL_DIR) $(DESTDIR)/usr/$(LIBDIR) $(INSTALL_DIR) $(DESTDIR)/usr/include - $(INSTALL_PROG) $(LIB) $(DESTDIR)/usr/$(LIBDIR) + $(INSTALL_DATA) $(LIB) $(DESTDIR)/usr/$(LIBDIR) ln -sf libblktap.so.$(MAJOR).$(MINOR) $(DESTDIR)/usr/$(LIBDIR)/libblktap.so.$(MAJOR) ln -sf libblktap.so.$(MAJOR) $(DESTDIR)/usr/$(LIBDIR)/libblktap.so - $(INSTALL_PROG) blktaplib.h $(DESTDIR)/usr/include + $(INSTALL_DATA) blktaplib.h $(D...
2006 May 17
0
[tftp-hpa] [patch] building on hpux and add CPPFLAGS
...ine EX_CONFIG 78 /* configuration error */ +#endif /* If we don't have sigsetjmp() et all, setjmp() will have to do */ #ifndef HAVE_SIGSETJMP Index: MCONFIG.in =================================================================== --- MCONFIG.in.orig +++ MCONFIG.in @@ -50,7 +50,7 @@ INSTALL_DATA = @INSTALL_DATA@ # Compiler and compiler flags CC = @CC@ CFLAGS = @CFLAGS@ -I$(SRCROOT) - +CPPFLAGS = @CPPFLAGS@ # Link flags LDFLAGS = @LDFLAGS@ Index: MRULES =================================================================== --- MRULES.orig +++ MRULES @@ -3,20 +3,20 @@ .SUFFIXES...
2009 Sep 29
0
build issues on Solaris (PR#13975)
...nk which causes the error: syntax error at line 1 : `;' unexpected FRONTFILES is only necessary in one Makefile: src/library/stats/Makefile Therefore, adding the following in that file: .PHONY: frontfiles frontfiles: @for f in $(FRONTFILES); do \ if test -f $(srcdir)/$${f}; then \ $(INSTALL_DATA) $(srcdir)/$${f} \ $(top_builddir)/library/$(pkg); \ fi; \ done with the associated change of front to frontfiles a few lines above. And changing: share/make/basepkg.mk as follows: front: # @for f in $(FRONTFILES); do \ # if test -f $(srcdir)/$${f}; then \ # $(INSTALL_DATA) $(sr...
2012 Sep 26
1
[PATCH] remove GNUism from install doc command
...s(+), 1 deletion(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index ba6f64c..cf5908a 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -22,7 +22,8 @@ doxygen-build.stamp: Doxyfile $(DOCINPUTS) install-data-local: for f in `find html -type f \! -name "installdox"`; do \ - $(INSTALL_DATA) -D $$f $(DESTDIR)$(docdir)/$$f; \ + $(INSTALL) -d $(DESTDIR)$(docdir)/html/search; \ + $(INSTALL_DATA) $$f $(DESTDIR)$(docdir)/$$f; \ done $(INSTALL) -d $(DESTDIR)$(mandir)/man3 -- 1.7.10.2 (Apple Git-33) --------------000802070708000800090806--
2014 Jun 22
1
r65998 build error. share/Rd/macros/*: No such file or directory
As of r65998 I'm getting /usr/bin/install: cannot stat ?/home/scott/rbuilds/r-devel/repo/share/Rd/macros/*?: No such file or directory Commenting out the newly added @for f in $(srcdir)/Rd/macros/*; do \ $(INSTALL_DATA) $${f} "$(DESTDIR)$(rsharedir)/Rd/macros"; \ done in share/Makefile.in fixes compilation for me. I'm on Ubuntu 13.10. My configure output is here: https://www.dropbox.com/s/srwa1mbzesvvq5v/configure my make output is here: https://www.dropbox.com/s/q7ylkw00re7riaf/make and m...
2002 Jul 19
1
R-devel Mac OSX build wierdness...
I encountered some wierdness when building R-devel (latest rsync) on OSX using commandline tools (as opposed to the Carbon GUI and whatnot...probably just laziness on my part but it generally works :-)). At any rate, sometime between 2002-07-05 and the present the configure scripts started setting INSTALL_DATA to ${R_HOME}/bin/install -c in Makeconf...which causes wierdness for the Mac OSX (10.1.5) version of sh (which is actually zsh I believe) as it tries to use INSTALL and make simply fails. Of course, even with a sensible shell this should fail as ${R_HOME}/bin/install doesn't exist. Changing thi...
2012 Mar 02
2
[PATCH v2] tools/examples: Move examples to $(DOC_DIR)/examples
2006 May 10
1
2.3.0 make install fails on solaris
...' gmake[1]: *** [install] Error 2 gmake[1]: Leaving directory `/export/medusa/darin/build/R-2.3.0/etc' gmake: *** [install] Error 1 in etc/Makefile if i comment lines 60-62 make install continues without incident, here are those lines. @for f in $(EXPORTFILES); do \ $(INSTALL_DATA) $${f} "$(rhome)/$(subdir)"; \ done this has changed from R-2.2.1. diff etc/Makefile ../R-2.2.1/etc/Makefile" 60c52 < @for f in $(EXPORTFILES); do \ --- > @for f in $(OBJECTS) $(EXPORTFILES); do \ should i open a bug for this issue? i'm also curiou...