| /openbmc/openbmc/meta-security/recipes-ids/ossec/files/ |
| H A D | 0002-Makefile-don-t-set-uid-gid.patch | 30 - $(call INSTALL_CMD,0550,root,0) ossec-agentd ${PREFIX}/bin 31 - $(call INSTALL_CMD,0550,root,0) agent-auth ${PREFIX}/bin 32 + $(call INSTALL_CMD,0550) ossec-agentd ${PREFIX}/bin 33 + $(call INSTALL_CMD,0550) agent-auth ${PREFIX}/bin 35 - $(call INSTALL_CMD,0750,${OSSEC_USER},${OSSEC_GROUP}) -d ${PREFIX}/queue/rids 36 + $(call INSTALL_CMD,0750) -d ${PREFIX}/queue/rids 44 - $(call INSTALL_CMD,0550,root,${OSSEC_GROUP}) -d ${PREFIX}/ 45 - $(call INSTALL_CMD,0750,${OSSEC_USER},${OSSEC_GROUP}) -d ${PREFIX}/logs 46 - $(call INSTALL_CMD,0660,${OSSEC_USER},${OSSEC_GROUP}) /dev/null ${PREFIX}/logs/ossec.log 48 - $(call INSTALL_CMD,0550,root,0) -d ${PREFIX}/bin [all …]
|
| H A D | 0001-Makefile-drop-running-scrips-install.patch | 21 - ./init/adduser.sh ${OSSEC_USER} ${OSSEC_USER_MAIL} ${OSSEC_USER_REM} ${OSSEC_GROUP} ${PREFIX} 22 $(call INSTALL_CMD,0550,root,${OSSEC_GROUP}) -d ${PREFIX}/ 23 $(call INSTALL_CMD,0750,${OSSEC_USER},${OSSEC_GROUP}) -d ${PREFIX}/logs 24 $(call INSTALL_CMD,0660,${OSSEC_USER},${OSSEC_GROUP}) /dev/null ${PREFIX}/logs/ossec.log 26 $(call INSTALL_CMD,0550,root,${OSSEC_GROUP}) -d ${PREFIX}/var 27 $(call INSTALL_CMD,0770,root,${OSSEC_GROUP}) -d ${PREFIX}/var/run 34 …$(call INSTALL_CMD,0660,${OSSEC_USER},${OSSEC_GROUP}) /dev/null ${PREFIX}/logs/active-responses.log
|
| /openbmc/openbmc/poky/meta/recipes-bsp/libacpi/files/ |
| H A D | libacpi_fix_for_x32.patch | 18 @mkdir -p ${DESTDIR}${PREFIX}/include 19 @cp -f libacpi.h ${DESTDIR}${PREFIX}/include 20 @chmod 644 ${DESTDIR}${PREFIX}/include/libacpi.h 21 - @echo installing library to ${DESTDIR}${PREFIX}/lib 22 - @mkdir -p ${DESTDIR}${PREFIX}/lib 23 - @cp -f libacpi.a ${DESTDIR}${PREFIX}/lib 24 - @chmod 644 ${DESTDIR}${PREFIX}/lib/libacpi.a 25 - @cp -f ${SONAME} ${DESTDIR}${PREFIX}/lib/ 26 - @chmod 644 ${DESTDIR}${PREFIX}/lib/${SONAME} 27 - @ln -s ${SONAME} ${DESTDIR}${PREFIX}/lib/libacpi.so [all …]
|
| /openbmc/openbmc/meta-security/recipes-security/isic/files/ |
| H A D | isic-0.07-make.patch | 16 - $(INSTALL) -m 0755 -d $(PREFIX)/bin 17 - $(INSTALL) -m 0755 -c $(BINS) $(PREFIX)/bin 18 - $(INSTALL) -m 0755 -d $(PREFIX)/man/man1 19 - ${INSTALL} -m 0755 -c $(MAN) $(PREFIX)/man/man1 20 + $(INSTALL) -m 0755 -d $(DESTDIR)$(PREFIX)/bin 21 + $(INSTALL) -m 0755 -c $(BINS) $(DESTDIR)$(PREFIX)/bin 22 + $(INSTALL) -m 0755 -d $(DESTDIR)$(PREFIX)/share/man/man1 23 + ${INSTALL} -m 0755 -c $(MAN) $(DESTDIR)$(PREFIX)/share/man/man1
|
| H A D | configure_fix.patch | 35 -PREFIX=/usr/local 37 -ac_safe=`echo "$PREFIX/lib/libnet.a" | sed 'y%./+-%__p_%'` 38 -echo $ac_n "checking for $PREFIX/lib/libnet.a""... $ac_c" 1>&6 39 -echo "configure:836: checking for $PREFIX/lib/libnet.a" >&5 46 - if test -r $PREFIX/lib/libnet.a; then 55 - FOO=$LIBS; CFLAGS="$CFLAGS -I$PREFIX/include" LIBS="-L$PREFIX/lib $LIBS"
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ssmping/files/ |
| H A D | 0001-Makefile-tweak-install-dir.patch | 21 install -D asmping $(DESTDIR)$(PREFIX)/bin/asmping 22 install -D ssmpingd $(DESTDIR)$(PREFIX)/bin/ssmpingd 23 install -D mcfirst $(DESTDIR)$(PREFIX)/bin/mcfirst 24 - install -D ssmping.1 $(DESTDIR)$(PREFIX)/man/man1/ssmping.1 25 - install -D asmping.1 $(DESTDIR)$(PREFIX)/man/man1/asmping.1 26 - install -D mcfirst.1 $(DESTDIR)$(PREFIX)/man/man1/mcfirst.1 27 + install -D ssmping.1 $(DESTDIR)$(PREFIX)/share/man/man1/ssmping.1 28 + install -D asmping.1 $(DESTDIR)$(PREFIX)/share/man/man1/asmping.1 29 + install -D mcfirst.1 $(DESTDIR)$(PREFIX)/share/man/man1/mcfirst.1
|
| /openbmc/u-boot/test/fs/ |
| H A D | fs-test.sh | 168 PREFIX="fat" 175 PREFIX="ext4" 187 PREFIX="" 197 PREFIX="host " 227 ${PREFIX}ls host${SUFFIX} $6 229 ${PREFIX}ls host${SUFFIX} invalid_d 235 ${PREFIX}size host${SUFFIX} ${FPATH}$FILE_SMALL 239 ${PREFIX}size host${SUFFIX} ${FPATH}SUBDIR/../$FILE_SMALL 245 ${PREFIX}size host${SUFFIX} ${FPATH}$FILE_BIG 254 ${PREFIX}load host${SUFFIX} $addr ${FPATH}$FILE_SMALL [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/libhugetlbfs/files/ |
| H A D | 0001-skip-checking-LIB32-and-LIB64-if-they-point-to-the-s.patch | 17 @@ -196,7 +196,6 @@ REALLIB32 = $(realpath $(PREFIX)/$(LIB32)) 18 REALLIB64 = $(realpath $(PREFIX)/$(LIB64)) 19 ifneq ($(realpath $(PREFIX)),) 21 …PREFIX)/$(LIB32) to $(REALLIB32)) and LIB64 ($(PREFIX)/$(LIB64) to $(REALLIB64)) are resolving to …
|
| /openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dca/dcadec/ |
| H A D | 0001-define-BASELIB-make-variable.patch | 21 PREFIX ?= /usr/local 23 BINDIR ?= $(PREFIX)/bin 24 -LIBDIR ?= $(PREFIX)/lib 25 +LIBDIR ?= $(PREFIX)/$(BASELIB) 26 INCLUDEDIR ?= $(PREFIX)/include
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/dediprog-flasher/dediprog-flasher/ |
| H A D | 0002-Makefile-add-conditional-stripping.patch | 29 install -v -o 0 -g 0 -m 755 -d $(DESTDIR)$(PREFIX)/bin $(DESTDIR)$(PREFIX)/share/DediProg 30 echo -n "install: " && install -v -o 0 -g 0 -m 0755 $(PROGRAM) $(DESTDIR)$(PREFIX)/bin/$(PROGRAM) 32 strip $(DESTDIR)$(PREFIX)/bin/$(PROGRAM) 34 install -v -o 0 -g 0 -m 755 -d $(DESTDIR)$(PREFIX)/share/DediProg 35 …echo -n "install: " && install -v -o 0 -g 0 -m 0644 ChipInfoDb.dedicfg $(DESTDIR)$(PREFIX)/share/D…
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/tiobench/tiobench-0.3.3/ |
| H A D | tiobench-makefile.patch | 33 -PREFIX=/usr/local 34 +PREFIX?=/usr/local 35 BINDIR=$(PREFIX)/bin 37 +DOCDIR=$(PREFIX)/share/doc/$(DISTNAME)
|
| /openbmc/openbmc/poky/meta/classes-recipe/ |
| H A D | scons.bbclass | 18 …${STAGING_BINDIR_NATIVE}/scons --directory=${S} --clean PREFIX=${prefix} prefix=${prefix} ${EXTRA_… 27 …${STAGING_BINDIR_NATIVE}/scons --directory=${S} ${PARALLEL_MAKE} PREFIX=${prefix} prefix=${prefix}… 32 …${STAGING_BINDIR_NATIVE}/scons --directory=${S} install_root=${D}${prefix} PREFIX=${prefix} prefix…
|
| /openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/libsquish/libsquish/ |
| H A D | 0001-Add-support-for-variable-libdir.patch | 42 sed 's|@PREFIX@|$(PREFIX)|' $@.in > $@ 52 INSTALL_DIR ?= @PREFIX@ 60 prefix=@PREFIX@
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/libfaketime/libfaketime/ |
| H A D | 0001-Makefile-Detect-compiler-in-makefile.patch | 18 @@ -110,7 +110,23 @@ PREFIX ?= /usr/local 22 …IME -DFAKE_SLEEP -DFAKE_TIMERS -DFAKE_INTERNAL_CALLS -fPIC -DPREFIX='"'$(PREFIX)'"' -DLIBDIRNAME='… 30 …IME -DFAKE_SLEEP -DFAKE_TIMERS -DFAKE_INTERNAL_CALLS -fPIC -DPREFIX='"'$(PREFIX)'"' -DLIBDIRNAME='…
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/surf/surf/ |
| H A D | 0001-config.ml-make-compatible-with-webkitgtk-2.34.0.patch | 22 PREFIX = /usr/local 23 @@ -9,13 +10,13 @@ MANPREFIX = $(PREFIX)/share/man 24 LIBPREFIX = $(PREFIX)/lib
|
| /openbmc/openbmc/poky/meta/recipes-connectivity/iw/iw/ |
| H A D | separate-objdir.patch | 27 PREFIX ?= /usr 28 SBINDIR ?= $(PREFIX)/sbin 29 MANDIR ?= $(PREFIX)/share/man
|
| /openbmc/skeleton/ |
| H A D | Makefile | 33 $(MAKE) -C $$d $@ DESTDIR=$(DESTDIR) PREFIX=$(PREFIX) || exit 1; \
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/phytool/ |
| H A D | phytool.bb | 11 # The Makefile has "$PREFIX/bin" hardcoded into it, hence not using $bindir here 14 oe_runmake 'DESTDIR=${D}' 'PREFIX=${prefix}' install
|
| /openbmc/qemu/tests/tcg/mips/user/isa/mips64r6/crc/ |
| H A D | Makefile | 9 ifndef PREFIX 20 CC = $(PREFIX)/bin/mips64-r6-linux-gnu-gcc
|
| /openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/nv-codec-headers/nv-codec-headers/ |
| H A D | 0001-Makefile-add-clean-target.patch | 18 …rm -rf '$(DESTDIR)$(PREFIX)/include/ffnvcodec' '$(DESTDIR)$(PREFIX)/$(LIBDIR)/pkgconfig/ffnvcodec.…
|
| /openbmc/openbmc/poky/meta/recipes-extended/scdoc/scdoc/ |
| H A D | 0001-Makefile-drop-static.patch | 22 PREFIX?=/usr/local 23 BINDIR?=$(PREFIX)/bin
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xdotool/ |
| H A D | xdotool_3.20211022.1.bb | 15 EXTRA_OEMAKE = "PREFIX=${prefix} INSTALLLIB=${libdir} INSTALLMAN=${mandir} WITHOUT_RPATH_FIX=1" 21 oe_runmake install DESTDIR=${D} PREFIX=${prefix}
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/netsniff-ng/files/ |
| H A D | 0001-Cmds-automatically-create-folder.patch | 16 @@ -44,7 +44,8 @@ ifeq ("$(origin PREFIX)", "$(filter $(origin PREFIX), file command line)")
|
| /openbmc/openbmc/poky/scripts/ |
| H A D | create-pull-request | 18 PREFIX="PATCH" 85 PREFIX="$OPTARG" 144 PREFIX="RFC $PREFIX" 192 git format-patch $extraopts -M40 --subject-prefix="$PREFIX" -n -o $ODIR --thread=shallow --cover-le…
|
| /openbmc/hiomapd/ |
| H A D | common.h | 11 #ifndef PREFIX 12 #define PREFIX "" macro
|