Changeset 503 in kBuild for trunk/src/gmake/README.DOS
- Timestamp:
- Sep 15, 2006 5:09:38 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gmake/README.DOS
r151 r503 63 63 directory as an argument to the batch file, like this: 64 64 65 c:\djgpp\gnu\make-3.81 beta1\configure.bat c:/djgpp/gnu/make-3.81beta165 c:\djgpp\gnu\make-3.81\configure.bat c:/djgpp/gnu/make-3.81 66 66 67 67 Note the forward slashes in the source path argument: you MUST … … 85 85 need to tell Make where the sources are, like this: 86 86 87 make srcdir=c:/djgpp/gnu/make-3.81 beta187 make srcdir=c:/djgpp/gnu/make-3.81 88 88 89 89 (configure.bat will tell you this when it finishes). You MUST … … 322 322 Enjoy, 323 323 Eli Zaretskii <[email protected]> 324 325 326 327 ------------------------------------------------------------------------------- 328 Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 329 2006 Free Software Foundation, Inc. 330 This file is part of GNU Make. 331 332 GNU Make is free software; you can redistribute it and/or modify it under the 333 terms of the GNU General Public License as published by the Free Software 334 Foundation; either version 2, or (at your option) any later version. 335 336 GNU Make is distributed in the hope that it will be useful, but WITHOUT ANY 337 WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR 338 A PARTICULAR PURPOSE. See the GNU General Public License for more details. 339 340 You should have received a copy of the GNU General Public License along with 341 GNU Make; see the file COPYING. If not, write to the Free Software 342 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
Note:
See TracChangeset
for help on using the changeset viewer.