view level2/sys/make.hp @ 3267:024ad1d926fd

Get gfx2 to build from cmds folders Now that gfx2.asm needs to include coco3vtio.d the latter needs to be built first and be accessed from the port-specific defs folder. OTOH the one built in 3rd-party/packages/basic09 is built only later during a full build. (All the different defs folders and .d files still puzzle me.) Also updated coco3fpga/defs/makefile to be based on the coco3 one. The mc09l2 port doesn't need gfx and gfx2. Note for later: This whole build of basic09 components from the 3rdparty folder during the ports builds is not very nice. At a minimum we should try to limit the extra --includedir to the few commands needing it.
author Tormod Volden <debian.tormod@gmail.com>
date Wed, 17 Jul 2019 01:14:55 +0200
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