Searched refs:makefiles (Results 1 – 25 of 60) sorted by relevance
123
| /trueos/usr.bin/make/ |
| HD | main.c | 101 static Lst makefiles = Lst_Initializer(makefiles); variable 477 Lst_AtEnd(&makefiles, estrdup(optarg)); in MainParseArgs() 1198 if (!Lst_IsEmpty(&makefiles)) { in main() 1201 LST_FOREACH(ln, &makefiles) { in main() 1324 Lst_Destroy(&makefiles, free); in main()
|
| /trueos/contrib/bmake/ |
| HD | main.c | 161 static Lst makefiles; /* ordered list of makefiles to read */ variable 544 (void)Lst_AtEnd(makefiles, argvalue); in MainParseArgs() 971 makefiles = Lst_Init(FALSE); in main() 1243 if (!Lst_IsEmpty(makefiles)) { in main() 1246 ln = Lst_Find(makefiles, NULL, ReadAllMakefiles); in main() 1254 (void)str2Lst_Append(makefiles, p1, NULL); in main() 1255 (void)Lst_Find(makefiles, NULL, ReadMakefile); in main() 1399 Lst_Destroy(makefiles, NULL); in main()
|
| HD | bmake.cat1 | 21 thorough description of bbmmaakkee and makefiles, please refer to _P_M_a_k_e _- _A 34 Change to _d_i_r_e_c_t_o_r_y before reading the makefiles or doing any- 132 within makefiles. 136 _m_a_k_e_f_i_l_e is `--', standard input is read. Multiple makefiles may 140 Specify a directory in which to search for makefiles and included 141 makefiles. The system makefile directory (or directories, see 171 Specify a directory in which to search for sys.mk and makefiles 196 makefiles without descending into subdirectories. 399 Variables defined in the makefile or in included makefiles. 430 backward compatibility with historical makefiles and are not rec- [all …]
|
| HD | ChangeLog | 65 MAKEFILE does not override value set by makefiles. 78 o Call Job_SetPrefix() from Job_Init() so makefiles have 160 * meta.c: call meta_init() before makefiles are read and if built 162 this let's makefiles test for support. 199 o remove Check_Cwd logic the makefiles have been fixed. 564 makefiles have been read. 591 o use mmap(2) if available, for reading makefiles 1030 o .MAKE.MAKEFILES - track all makefiles read - sjg 1247 o explicitly look for makefiles in objdir if not found in curdir so
|
| /trueos/contrib/file/magic/Magdir/ |
| HD | make | 3 # make: file(1) magic for makefiles
|
| /trueos/lib/libc/softfloat/ |
| HD | softfloat-history.txt | 21 -- Improved the makefiles.
|
| /trueos/tools/test/testfloat/ |
| HD | testfloat-history.txt | 18 -- Improved the makefiles.
|
| HD | testfloat-source.txt | 56 source files will need to be renamed, and the source and makefiles edited 155 As distributed, the makefiles for TestFloat assume the existence of three 170 The TestFloat makefiles and `milieu.h' files (see below) are easily edited 375 macros for the functions implemented. The makefiles of the targets have
|
| /trueos/contrib/ntp/html/build/hints/ |
| HD | solaris.xtra.4095849 | 33 any makefiles or other config files) to disable the KERNEL_PLL
|
| HD | a-ux | 20 First, you need to create the makefiles (after you've downloaded the
|
| /trueos/crypto/openssh/ |
| HD | TODO | 51 Clean up configure/makefiles:
|
| HD | FREEBSD-upgrade | 63 makefiles to reflect changes in the vendor's Makefile.in.
|
| /trueos/contrib/bmake/mk/ |
| HD | mk-files.txt | 35 Library makefiles include ``lib.mk`` and programs include ``prog.mk`` 61 provided by bmake_ that allow simple makefiles such as the above 288 into a program. Prog makefiles usually need to list the libraries
|
| HD | ChangeLog | 399 first release including meta mode makefiles 539 * sys/NetBSD.mk: add MACHINE_CPU to keep netbsd makefiles happy 544 * obj.mk: add objwarn to keep freebsd makefiles happy
|
| /trueos/usr.sbin/crunch/ |
| HD | README | 12 * No fragile template makefiles or dependencies on the details of the
|
| /trueos/contrib/apr-util/ |
| HD | CHANGES | 23 *) Windows: Add command line makefiles. [Gregg Smith]
|
| /trueos/share/doc/smm/01.setup/ |
| HD | spell.ok | 369 makefiles
|
| /trueos/lib/libz/ |
| HD | README | 19 one of the special makefiles in win32/ or contrib/vstudio/ . For VMS, use
|
| HD | ChangeLog | 819 - Update msdos and win32 scripts and makefiles [Truta] 834 - Fix file time handling in contrib/untgz; update makefiles [Truta] 939 - Add msdos and win32 directories with makefiles [Truta] 1048 new makefiles, for emx (DOS/OS2), emx&rsxnt and mingw32 (Windows 9x / NT) 1273 - new makefiles for DJGPP (Makefile.dj2), 32-bit Borland (Makefile.b32),
|
| /trueos/contrib/ntp/ |
| HD | README | 136 files in this directory and then the makefiles used in
|
| /trueos/crypto/heimdal/appl/telnet/ |
| HD | README.ORIG | 254 The makefiles have been re-done. All of the site 439 Re-organize makefiles and source tree. The telnet/Source 444 are two makefiles, Makefile and Makefile.generic. 670 These are the makefiles that can be used on a 4.3Reno
|
| /trueos/sys/contrib/xz-embedded/linux/Documentation/ |
| HD | xz.txt | 46 For kernel makefiles, two commands are provided for use with
|
| /trueos/contrib/bsnmp/ |
| HD | NEWS | 187 Makefiles rewritten to not use bsnmpmod.mk. The BSD makefiles are
|
| /trueos/contrib/libstdc++/ |
| D | configure.ac | 375 # Multilibs need MULTISUBDIR defined correctly in certain makefiles so
|
| /trueos/contrib/binutils/binutils/ |
| HD | README | 227 at ftp.progis.de or any GNU archive site. The makefiles assume that
|
123