| /mirbsd/src/distrib/common/ |
| D | Makefile.kernel | 13 mkdir -p build/${RAMDISK} 14 [[ -s ${KERNDIR}/version ]] && [[ ! -s build/${RAMDISK}/version || \ 15 ${KERNDIR}/version -nt build/${RAMDISK}/version ]] && \ 16 cat ${KERNDIR}/version >build/${RAMDISK}/version || : 17 ( cd build/${RAMDISK}; ${KCONFIG} && ${KMAKE_CLEAN} && \ 19 mv build/${RAMDISK}/bsd . 22 || if ! cat build/${RAMDISK}/version >${KERNDIR}/version; then \
|
| /mirbsd/src/gnu/usr.bin/perl/win32/ext/Win32/ |
| D | Win32.pm | 175 my ($os,$desc,$major, $minor, $build, $id)=("",""); 181 ($desc, $major, $minor, $build, $id) = Win32::GetOSVersion(); 223 if ($build eq '67109814') { 226 elsif ($build eq '67306684') { 229 elsif ($build eq '67109975') { 233 elsif ($os eq "98" && $build eq '67766446') {
|
| /mirbsd/src/gnu/usr.bin/perl/ext/Devel/PPPort/devel/ |
| D | buildperl.pl | 34 build => '/tmp/perl/build/<config>', 155 my $build = expand($opt{build}); 156 -d $build or mkpath($build); 157 chdir $build or die "chdir $build: $!\n";
|
| /mirbsd/src/gnu/usr.bin/perl/ |
| D | README.vos | 30 =head2 Multiple methods to build perl for VOS 32 If you elect to build perl from its source code, you have several 33 different ways that you can build perl. The method that you use 42 must build perl using the alpha version of VOS POSIX support and 43 using the VOS Standard C Cross-compiler. You must build perl on 49 You must build perl with the compile_perl.cm command macro found 55 build perl using the alpha version of VOS POSIX support and using 56 the VOS Standard C compiler or cross-compiler. You must build 63 You must build perl with the compile_perl.cm command macro found 69 running a version of VOS earlier than VOS 14.3.0, you must build [all …]
|
| D | README.netware | 19 This section describes the steps to be performed to build a Perl NLM 24 The build requires CodeWarrior compiler and linker. In addition, 32 The build process is dependent on the location of the NetWare SDK. 33 Once the Tools & SDK are installed, the build environment has to 43 sets the build type to Release by default. 47 This is used to set the build type to debug or release. Change the 48 build type only after executing SetNWBld.bat 68 command prompt. The build process can be stopped after miniperl.exe 72 Currently the following two build types are tested on NetWare: 89 This will build the Perl interpreter for NetWare as I<perl.nlm>. [all …]
|
| D | README.win32 | 32 build a Perl that will work on Win32 platforms. Those two methods 33 will probably enable you to build a more Unix-compatible perl, but 34 you will also need to download and use various other build-time and 65 is used to build extensions to perl). Therefore, you should be 66 able to build and install most extensions found in the CPAN sites. 75 You need a "make" program to build the sources. If you are using 95 may use the script "sync_ext.pl" after a successful build. It is 102 If the build fails under that shell, try building again with the cmd 107 use dmake and makefile.mk to build under Windows 9x. 109 The surest way to build it is on Windows NT/2000/XP, using the cmd shell. [all …]
|
| D | README.dos | 22 is used to build extensions to perl). Therefore, you should be 23 able to build and install most extensions found in the CPAN sites. 25 Detailed instructions on how to build and install perl extension 51 You need the following files to build perl (or add new modules): 160 (re)configure or (re)build perl in order to ensure both that perl builds 233 binary, and so are simpler to build and install. 242 the perl binary distribution and the perl source distribution to build 276 To build a non-XS module, you can use the standard module-building 286 binary is needed to build, install or use non-XS modules. 290 To build an XS module, you must use the standard module-building [all …]
|
| /mirbsd/src/gnu/usr.bin/perl/vos/ |
| D | Changes | 5 Updated "config.alpha.def", "config.ga.def", "build.cm" and 6 "perl.bind" to build this version of perl. 9 Updated "config.alpha.def", "config.ga.def", "build.cm", and 21 Updated "build.cm" and "compile_perl.cm" to build perl using 32 Updated "build.cm" to build perl using either the alpha or GA 62 Updated "build.cm". 75 Supplied "build.cm" command macro to build perl.
|
| D | compile_perl.cm | 3 & build macro in that subdirectory to create the perl 59 &if ^ (exists obj&obj&>build.out) 60 &then !create_file obj&obj&>build.out ; set_implicit_locking obj&obj&>build.out 65 !start_process (string <build -processor &cpu& &recompile& &rebind& &+
|
| /mirbsd/src/bin/mksh/ |
| D | Makefile | 34 .if !make(test-build) 103 test-build: .PHONY 104 -rm -rf build-dir 105 mkdir -p build-dir 107 cp ${BSDSRCDIR}/usr.bin/printf/printf.c build-dir/ 109 cd build-dir; env CC=${CC:Q} CFLAGS=${CFLAGS:M*:Q} \ 115 test-build-lksh: .PHONY 116 cd ${.CURDIR} && exec ${MAKE} lksh.cat1 test-build \ 125 -rm -rf build-dir regress-dir printf.o printf.ln 178 . ifmake obj || depend || all || install || regress || test-build
|
| /mirbsd/src/usr.bin/xlint/lint1/ |
| D | cgram.y | 1453 $$ = build(MULT, $1, $3); 1456 $$ = build($2, $1, $3); 1459 $$ = build($2, $1, $3); 1462 $$ = build($2, $1, $3); 1465 $$ = build($2, $1, $3); 1468 $$ = build($2, $1, $3); 1471 $$ = build(AND, $1, $3); 1474 $$ = build(XOR, $1, $3); 1477 $$ = build(OR, $1, $3); 1480 $$ = build(LOGAND, $1, $3); [all …]
|
| /mirbsd/src/share/mk/ |
| D | bsd.cfwrap.mk | 92 CFARGS+=--build=${OStriplet} --host=${GCCHOST} --srcdir=${FSFSRC} 102 all: _SUBDIRUSE do-build 114 build: config.status 117 .if !target(do-build) 118 do-build: build 174 .PHONY: all prereq config config.clean build do-build install \
|
| /mirbsd/src/distrib/generic/ |
| D | Makefile | 46 build/${RAMDISK}/kvm_bsd.db /var/db/kvm_bsd.new 57 build/${RAMDISK}/bsd.unstripped /bsd 60 build/${RAMDISK}/kvm_bsd.db /var/db/kvm_bsd.new 63 config -ef build/${RAMDISK}/bsd.unstripped <<<'quit' 68 -rm -rf build ${CLEANFILES}
|
| /mirbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | gdb_mbuild.sh | 31 -k Keep going. Do not stop after the first build fails. 32 --keep Keep builds. Do not remove each build when finished. 33 -e <regexp> Regular expression for selecting the targets to build. 252 || echo "--enable-gdb-build-warnings=${gdbopts}"` 254 || echo "--enable-sim-build-warnings=${simopts}"`
|
| /mirbsd/src/gnu/usr.bin/perl/NetWare/bat/ |
| D | Buildtype.bat | 5 @rem Batch file to set debug/release build and toggle D2 flag for 6 @rem debugging in case of debug build. 41 if "%MAKE_TYPE%" == "" echo MAKE_TYPE is not set, hence it defaults to Release build 42 if not "%MAKE_TYPE%" == "" echo Current build type is - %MAKE_TYPE% 49 @echo on/off - Toggling only for D2 flag during debug build
|
| /mirbsd/src/bin/ed/test/ |
| D | Makefile | 9 check: build test 14 build: mkscripts.sh target 20 test: build ckscripts.sh
|
| /mirbsd/src/gnu/usr.bin/perl/ext/Sys/Syslog/ |
| D | README | 35 - Perl 5.6.2 i686-linux (custom build) 36 - Perl 5.8.5 i386-linux-thread-multi (vendor build) 37 - Perl 5.6.1 i386-freebsd (custom build) 38 - Perl 5.8.7 i386-freebsd (custom build) 39 - Perl 5.8.6 darwin-thread-multi-2level (vendor build)
|
| /mirbsd/src/gnu/usr.bin/binutils/etc/ |
| D | configure.texi | 4 @settitle The GNU configure and build system 10 * configure: (configure). The GNU configure and build system 14 This file documents the GNU configure and build system. 41 @title The GNU configure and build system 65 @top GNU configure and build system 67 The GNU configure and build system. 87 This document describes the GNU configure and build systems. It 126 The GNU configure and build system has two main goals. 131 systems, and permitting the developer to describe how to build the 137 order to build the program. [all …]
|
| /mirbsd/src/ |
| D | Makefile | 289 { print 'To build gcc/libjava you must have X11 installed!'; \ 297 print 'To build gcc you must have GNU make installed!'; \ 304 print 'To build a full release CVSROOT must point to the'; \
|
| /mirbsd/src/gnu/usr.bin/binutils/config/ |
| D | acx.m4 | 6 dnl # $build_alias or canonical $build if blank. 11 "") build_noncanonical=${build} ;; 66 dnl # GCC & friends build 'build', 'host', and 'target' tools. These must 67 dnl # be separated into three well-known subdirectories of the build directory: 77 # Prefix 'build-' so this never conflicts with target_subdir. 78 build_subdir="build-${build_noncanonical}" 128 # Like AC_CHECK_TOOL, but requires the prefix if build!=host. 137 if test $build = $host ; then 152 # Like NCN_CHECK_TARGET_TOOL, but requires the prefix if build!=target. 161 if test $build = $target ; then
|
| /mirbsd/src/gnu/usr.bin/binutils/cpu/ |
| D | sh.cpu | 118 (define-pmacro (-build-greg-name n) ((.sym r n) n)) 125 (indices keyword "" (.map -build-greg-name (.iota 64))) 141 (indices keyword "" (.map -build-greg-name (.iota 16))) 148 (define-pmacro (-build-creg-name n) ((.sym cr n) n)) 155 (indices keyword "" (.map -build-creg-name (.iota 64))) 234 (define-pmacro (-build-freg-name n) ((.sym fr n) n)) 241 (indices keyword "" (.map -build-freg-name (.iota 64))) 245 (define-pmacro (-build-fpair-name n) ((.sym fp n) n)) 252 (indices keyword "" (.map -build-fpair-name (.iota 32))) 255 (define-pmacro (-build-fvec-name n) ((.sym fv n) n)) [all …]
|
| /mirbsd/src/usr.sbin/httpd/ |
| D | Makefile.tmpl | 156 build-support = @build_support@ 176 all: build 183 build: 185 @$(MAKE) -f $(TOP)/$(MKF) $(MFLAGS) $(MFWD) build-std 187 $(MAKE) -f $(TOP)/$(MKF) $(MFLAGS) $(MFWD) $(build-support); \ 189 @touch $(TOP)/$(SRC)/.apaci.build.ok 193 build-quiet: 194 @$(MAKE) -f $(TOP)/$(MKF) $(MFLAGS) $(MFWD) QUIET=1 build 197 build-std: 204 build-support: [all …]
|
| /mirbsd/src/gnu/usr.bin/binutils/bfd/ |
| D | warning.m4 | 25 AC_ARG_ENABLE(build-warnings, 26 [ --enable-build-warnings Enable build-time compiler warnings],
|
| /mirbsd/src/gnu/usr.bin/perl/hints/ |
| D | dcosx.sh | 117 NOTE: You are using GNU as(1). GNU as(1) will not build Perl. 131 NOTE: You are using GNU ld(1). GNU ld(1) will not build Perl. 152 NOTE: You are using GNU as(1). GNU as(1) will not build Perl. 165 NOTE: You are using GNU ld(1). GNU ld(1) will not build Perl.
|
| /mirbsd/src/gnu/usr.bin/perl/cygwin/ |
| D | ld2.in | 18 echo perl is required to build dynamic libraries 19 echo go fetch one or build this one static
|