Lines Matching refs:make
1 Port of GNU make to OS/2.
3 Features of GNU make that do not work under OS/2:
12 GNU make supports both shell types. The following list defines the order
21 happens e.g. in the make testsuite.
35 (but only /bin/sh). Simply set CPPFLAGS="-DNO_CMD_DEFAULT" and make
40 GNU make prints drive letters. This is necessary if you want to run
53 - GNU file utilities (make sure that install.exe from the file utilities
62 - GNU make 3.79.1 (special OS/2 patched version) or higher
84 Note: Although it is possible to compile make using "./configure",
85 "make", "make install" this is not recommended. In particular,
87 stack size is far to small and make will not work properly!
97 make AR=emxomfar
98 make install
108 GNU make has NLS (National Language Support), with the following
112 b) GNU gettext support is not included in the GNU make package.
115 GNU make you must install GNU gettext on your system before configuring
116 GNU make.
130 V. ***** Running the make test suite *****
132 To run the included make test suite you have to set
136 before you compile make. This is due to some restrictions of the
137 testsuite itself. -DNO_CMD_DEFAULT causes make to use /bin/sh as default
140 make not to use drive letters for directory names (i.e. _chdir2() and
142 make, especially statements like make[1]: Entering directory
143 `C:/somewhere/make-3.79.1/tests' where the testsuite does not expect the
154 make AR=emxomfar
155 make check