Changeset 3140 for trunk/src/kmk/README.Amiga
- Timestamp:
- Mar 14, 2018, 10:28:10 PM (7 years ago)
- Location:
- trunk/src/kmk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk
-
Property svn:mergeinfo
set to
/vendor/gnumake/current merged eligible
-
Property svn:mergeinfo
set to
-
trunk/src/kmk/README.Amiga
r2591 r3140 12 12 - Allows to use Device-Names in targets: 13 13 14 14 c:make : make.o 15 15 16 16 is ok. To distinguish between device-names and target : or ::, MAKE … … 20 20 - Replaces @@ by a newline in any command line: 21 21 22 23 24 25 26 22 if exists make @@\ 23 delete make.bak quiet @@\ 24 rename make make.bak @@\ 25 endif @@\ 26 $(CC) Link Make.o To make 27 27 28 works. Note that the @@ must stand alone (i e."make@@\" is illegal).29 Also be careful l that there is a space after the "\" (ie, at the28 works. Note that the @@ must stand alone (i.e., "make@@\" is illegal). 29 Also be careful that there is a space after the "\" (i.e., at the 30 30 beginning of the next line). 31 31 - Can be made resident to save space and time … … 37 37 dummy.h : src/*.c 38 38 39 tries to make dummy.h from "src/*.c" (i e.no wildcard-expansion takes39 tries to make dummy.h from "src/*.c" (i.e., no wildcard-expansion takes 40 40 place). You have to use "$(wildcard src/*.c)" instead. 41 41 … … 43 43 ---------------------- 44 44 45 To recompile, you need SAS/C 6.51. make itself is not nec cessary, there45 To recompile, you need SAS/C 6.51. make itself is not necessary, there 46 46 is an smakefile. 47 47 48 48 1. Copy config.ami to config.h 49 2. If you use make to compi e, copy Makefile.ami to Makefile and49 2. If you use make to compile, copy Makefile.ami to Makefile and 50 50 glob/Makefile.ami to glob/Makefile. Copy make into the current 51 51 directory. … … 55 55 INSTALLATION 56 56 57 Copy make somewhere in your search path (e g.sc:c or sc:bin).57 Copy make somewhere in your search path (e.g., sc:c or sc:bin). 58 58 If you plan to use recursive makes, install make resident: 59 59 … … 63 63 64 64 ------------------------------------------------------------------------------- 65 Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 66 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. 65 Copyright (C) 1995-2016 Free Software Foundation, Inc. 67 66 This file is part of GNU Make. 68 67
Note:
See TracChangeset
for help on using the changeset viewer.