view level2/sys/make.hp @ 2812:1f47bdb9f356 lwtools-port

Added new utils section in 3rdparty and updated makefile(s) Added a new utils section in 3rdparty/utils called dladd. This section will include utilities that are made by David Ladd. Updated 3rdparty/utils/makefile to include this new section. Updated level2/coco3/cmds/makefile to add CMDS_D2 into the echo string that has CMDS and CMDS_DW so now it will output CMDS CMDS_D2 and CMDS_DW
author David Ladd <drencor-xeen@users.sf.net>
date Tue, 12 Feb 2013 12:38:22 -0600
parents 81584f82ee74
children
line wrap: on
line source

@MAKE
Syntax: Make [<opts>] [<target file>] [<macros>]
Usage : Maintain, Update and Regenerate Groups of Programs
Opts  :
  -b  = don't use built in rules
  -d  = debug mode, print out the file dates in makefile
  -f=<xxx> use <xxx> as makefile (default: makefile)
  -i  = ignore errors on commands, keep going
  -n  = don't execute commands, just print them out
  -s  = silent mode, execute commands without echoing them
  -t  = update the dates without executing the commands
  -u  = do the make whether it needs it or not
  -z[=<path>] get list of files to make from stdin or path