Searched refs:make (Results 1 – 25 of 630) sorted by relevance
12345678910>>...26
| /dragonfly/contrib/tcp_wrappers/ |
| HD | Makefile | 95 @make REAL_DAEMON_DIR=$(REAL_DAEMON_DIR) STYLE=$(STYLE) \ 101 @make REAL_DAEMON_DIR=$(REAL_DAEMON_DIR) STYLE=$(STYLE) \ 107 @make REAL_DAEMON_DIR=$(REAL_DAEMON_DIR) STYLE=$(STYLE) \ 113 @make REAL_DAEMON_DIR=$(REAL_DAEMON_DIR) STYLE=$(STYLE) \ 119 @make REAL_DAEMON_DIR=$(REAL_DAEMON_DIR) STYLE=$(STYLE) \ 125 @make REAL_DAEMON_DIR=$(REAL_DAEMON_DIR) STYLE=$(STYLE) \ 131 @make REAL_DAEMON_DIR=$(REAL_DAEMON_DIR) STYLE=$(STYLE) \ 137 @make REAL_DAEMON_DIR=$(REAL_DAEMON_DIR) STYLE=$(STYLE) \ 142 @make REAL_DAEMON_DIR=$(REAL_DAEMON_DIR) STYLE=$(STYLE) \ 148 @make REAL_DAEMON_DIR=$(REAL_DAEMON_DIR) STYLE=$(STYLE) \ [all …]
|
| /dragonfly/contrib/ee/ |
| HD | create.make | 171 Modify the file make.default and build ee by typing: 173 make -f make.default 198 Modify the file make.default and build ee by typing: 200 make -f make.default 255 if [ -f make.local ] 257 mv make.local make.lcl.old 260 echo "DEFINES = $termio $terminfo_exists $BSD_SELECT $catgets $select $curses " > make.local 261 echo "" >> make.local 262 …OCTL $HAS_SYS_WAIT $five_lib $five_include $select_hdr $other_cflags $termcap_exists" >> make.local 263 echo "" >> make.local [all …]
|
| HD | Makefile | 18 make -f make.local 21 @./create.make
|
| /dragonfly/tools/tools/kerninclude/ |
| HD | kerninclude.sh | 33 make clean > /dev/null 2>&1 34 make cleandir > /dev/null 2>&1 35 make cleandir > /dev/null 2>&1 36 make clean > /dev/null 2>&1 37 make clean > /dev/null 2>&1 57 make LINT64 72 make > x.0 2>&1 84 make > x.0 2>&1 126 make -n $o > _ 147 make -n $o > _ [all …]
|
| /dragonfly/contrib/bmake/ |
| HD | ChangeLog | 8 Merge with NetBSD make, pick up 23 Merge with NetBSD make, pick up 30 Merge with NetBSD make, pick up 36 Merge with NetBSD make, pick up 47 Merge with NetBSD make, pick up 53 Merge with NetBSD make, pick up 59 Merge with NetBSD make, pick up 65 Merge with NetBSD make, pick up 73 Merge with NetBSD make, pick up 79 Merge with NetBSD make, pick up [all …]
|
| HD | FILES | 42 make-bootstrap.sh.in 43 make-conf.h 44 make.1 45 make.c 46 make.h 125 unit-tests/cond-func-make-main.exp 126 unit-tests/cond-func-make-main.mk 127 unit-tests/cond-func-make.exp 128 unit-tests/cond-func-make.mk 197 unit-tests/depsrc-make.exp [all …]
|
| HD | README | 4 This directory contains a port of the BSD make tool (from NetBSD). 13 make. Since then, NetBSD's make is imported within a week of any 34 ./configure; make; make install 36 To make much use of bmake you will need the bsd.*.mk macros or my
|
| HD | Makefile | 16 make.c \ 77 .if make(obj) || make(clean) 136 .if make(${MAN}) || !exists(${srcdir}/${MAN}) 145 ${MAN}: make.1 my.history 152 -e '/^.Sh HISTORY/,$$s,^.Nm,make,' ${srcdir}/make.1 > $@ 223 .if make(test) && ${MK_AUTO_OBJ} == "yes"
|
| /dragonfly/ |
| HD | Makefile | 128 MAKE= PATH=${_HOSTPATH} make -m ${.CURDIR}/share/mk -f Makefile.inc1 208 make: target 213 @cd ${.CURDIR}/usr.bin/make; \ 214 make obj && make depend && make all && make install 220 @cd ${.CURDIR}/etc; make -m ${.CURDIR}/share/mk preinstall 226 @cd ${.CURDIR}/etc; make -m ${.CURDIR}/share/mk upgrade_etc 228 @cd ${.CURDIR}/share/man; make makedb
|
| HD | Makefile.inc1 | 112 .if make(buildworld) 223 BMAKE= ${BMAKEENV} make -f Makefile.inc1 -DBOOTSTRAPPING \ 237 TMAKE= ${TMAKEENV} make -f Makefile.inc1 -DBOOTSTRAPPING \ 259 XMAKE= ${XMAKEENV} make -f Makefile.inc1 -DNO_GDB \ 289 WMAKE= ${WMAKEENV} make -f Makefile.inc1 -DSYSBUILD 295 IMAKE= ${IMAKEENV} make -f Makefile.inc1 -DSYSBUILD 404 cd ${.CURDIR}/initrd; ${WMAKEENV} make all 670 make clean && \ 671 make obj && \ 672 make clean && \ [all …]
|
| HD | UPDATING | 46 NO_ALTBINUTILS=yes in make.conf 123 the new "initrd" make target. After rebooting into the new world and 124 verifying everything works, execute "make initrd" to upgrade the rescue 220 NO_ALTBINUTILS=yes in make.conf. 233 pages will remain on the system unless the "make upgrade" command is 236 "make upgrade REMOVE_OPENSSL_FILES=yes" 367 NO_ALTBINUTILS=yes in make.conf. 399 binaries from base, the "make upgrade" command will fail. 432 and the make.conf variable "WANT_OLDUSB" have been removed. This means 451 The following make.conf variables no longer work: NO_GCC44, NO_OBJC, and [all …]
|
| /dragonfly/test/vkernel/ |
| HD | Makefile | 76 cd ${SRCDIR} && make -j ${MAKE_JOBS} buildworld 79 cd ${SRCDIR} && make -j ${MAKE_JOBS} KERNCONF=${USEKERNEL} buildkernel 82 cd ${SRCDIR} && make -j ${MAKE_JOBS} KERNCONF=${USEKERNEL} nativekernel 88 cd ${SRCDIR} && make -j ${MAKE_JOBS} quickworld 91 cd ${SRCDIR} && make -j ${MAKE_JOBS} KERNCONF=${USEKERNEL} quickkernel 128 make umount 134 make -j 4 DESTDIR=${VKDIR}/root NO_BACKUP=TRUE installworld 136 make -j 4 DESTDIR=${VKDIR}/root distribution 147 make -j 4 \ 159 make umount [all …]
|
| /dragonfly/test/x86_64/ |
| HD | Makefile | 121 cd ${SRCDIR} && make -j 4 buildworld 125 make -j 4 TARGET_ARCH=x86_64 TARGET_PLATFORM=pc64 NO_ALTCOMPILER=1 \ 130 make -j 4 TARGET_ARCH=x86_64 TARGET_PLATFORM=pc64 KERNCONF=X86_64_GENERIC \ 138 make -j 4 TARGET_ARCH=x86_64 TARGET_PLATFORM=pc64 NO_ALTCOMPILER=1 \ 143 make TARGET_ARCH=x86_64 TARGET_PLATFORM=pc64 KERNCONF=X86_64_GENERIC \ 178 make -j 4 TARGET_ARCH=x86_64 TARGET_PLATFORM=pc64 \ 181 make -j 4 TARGET_ARCH=x86_64 TARGET_PLATFORM=pc64 \ 189 make -j 4 TARGET_ARCH=x86_64 TARGET_PLATFORM=pc64 \ 203 make -j 4 TARGET_ARCH=x86_64 TARGET_PLATFORM=pc64 \ 208 make -j 4 TARGET_ARCH=x86_64 TARGET_PLATFORM=pc64 \ [all …]
|
| /dragonfly/nrelease/ |
| HD | Makefile | 43 .if !make(nopkgs) 70 .if make(gui) 74 .if !make(nopkgs) 102 .if make(binpkgs) 155 .if make(nopkgs) 157 .elif make(binpkgs) 179 make -j ${NREL_MAKE_JOBS} -DWANT_INSTALLER \ 185 make -j ${NREL_MAKE_JOBS} \ 196 make -DWANT_INSTALLER DESTDIR=${ISOROOT} installworld ) 202 make -m ${SRCDIR}/share/mk \ [all …]
|
| /dragonfly/contrib/less/ |
| HD | README | 36 type "make -f Makefile.aut distfiles". 43 Warning: if you have a GNU sed, make sure it is version 2.05 or later. 74 and make sure they look ok. If you know of any peculiarities of 85 If you edit less.hlp, you should run "make -f Makefile.aut help.c". 87 5. Type "make" and watch the fun. 89 6. If the make succeeds, it will generate the programs "less", 94 in a public place, type "make install". 124 3. Look at MAKEFILE to make sure that the definitions for CC and LIBDIR 137 5. Run your "make" program and watch the fun. 138 If your "make" requires a flag to import environment variables, [all …]
|
| /dragonfly/contrib/gcc-4.7/gcc/doc/ |
| HD | makefile.texi | 20 calls @samp{make man} and @samp{make info}. 41 That, and all the other files built by @samp{make all}. 69 the testing. You can run subsets with, for example, @samp{make check-gcc}. 75 make check-gcc RUNTESTFLAGS="execute.exp=19980413-*" 88 for @command{make} is to do a full three-stage bootstrap. This means 92 results, which @samp{make compare} can check. Each stage is configured 132 Remove everything (@samp{make clean}) and rebuilds (@samp{make bootstrap}). 157 not run @samp{make} either to rebuild it or to run test suites), 172 @samp{make}. 179 on the command line when doing @samp{make}. [all …]
|
| /dragonfly/contrib/bmake/mk/ |
| HD | autodep.mk | 90 .if make(depend) 169 .if make(depend) || !(make(clean*) || make(destroy*) || make(obj) || make(*install) || make(install…
|
| HD | meta.subdir.mk | 18 .if make(destroy*) || make(clean*) 27 .if !exists(${.CURDIR}/${.MAKE.DEPENDFILE:T}) || make(gendirdeps) 31 .if make(gendirdeps)
|
| /dragonfly/usr.bin/bmake/ |
| HD | Makefile | 5 PROG= make 17 make.c \ 73 MAN= make.1 74 make.1: bmake.1
|
| /dragonfly/test/stress/fsx/ |
| HD | dotest | 7 make DEBUG_FLAGS=-g clean 8 make DEBUG_FLAGS=-g obj 9 make DEBUG_FLAGS=-g all install
|
| /dragonfly/contrib/lvm2/dist/ |
| HD | INSTALL | 18 Run 'make' from the top directory to build everything you configured. 19 Run 'make install' to build and install everything you configured. 22 'make device-mapper' or 'make install_device-mapper'.
|
| /dragonfly/tools/snapshots/ |
| HD | doclean | 158 make -j $ncpu quickworld >& $build/build.out 166 make -j $ncpu buildworld >& $build/build.out 177 make installworld DESTDIR=$build/root >& $build/install.out 179 make distribution DESTDIR=$build/root >& $build/install.out 182 make upgrade DESTDIR=$build/root >& $build/upgrade.out 205 cat > $build/root/etc/make.conf << EOF
|
| /dragonfly/sys/dev/raid/hpt27xx/ |
| HD | README | 88 # make depend 89 # make 90 # make install 97 # make depend 98 # make 99 # make install 106 # make depend 107 # make 108 # make install 131 # make
|
| /dragonfly/contrib/binutils-2.27/ |
| HD | README | 16 make 20 make install 30 also set CC when running make. For example (assuming sh/bash/ksh): 33 make 39 make
|
| /dragonfly/contrib/binutils-2.34/ |
| HD | README | 16 make 20 make install 30 also set CC when running make. For example (assuming sh/bash/ksh): 33 make 39 make
|
12345678910>>...26