changeset 3011:1af4fc8e4769

level3 makefiles: Use --no-print-directory to avoid noise in CMDS list
author Tormod Volden <debian.tormod@gmail.com>
date Sun, 26 Oct 2014 17:08:30 +0100
parents 5ac8783f47ae
children 4026e4871dc5
files level3/coco3/makefile
diffstat 1 files changed, 12 insertions(+), 12 deletions(-) [+]
line wrap: on
line diff
--- a/level3/coco3/makefile	Sun Oct 26 16:40:54 2014 +0100
+++ b/level3/coco3/makefile	Sun Oct 26 17:08:30 2014 +0100
@@ -21,20 +21,20 @@
 KERNELFILE_DW	= bootfiles/kernel_dw
 DIRS		= cmds modules defs sys bootfiles
 
-CMDS		= $(shell $(CD) cmds; make showobjs)
-CMDS_D2		= $(shell $(CD) cmds; make showobjs_d2)
-BOOTTRACK	= $(shell $(CD) modules; make showboottrack)
-KERNEL		= $(shell $(CD) modules; make showkernel)
-SYSMODS		= $(shell $(CD) modules; make showsysmods)
-CLOCKS		= $(shell $(CD) modules; make showclocks)
-RBF		= $(shell $(CD) modules; make showrbf)
-SCF		= $(shell $(CD) modules; make showscf)
-PIPE		= $(shell $(CD) modules; make showpipe)
+CMDS		= $(shell $(CD) cmds; make --no-print-directory showobjs)
+CMDS_D2		= $(shell $(CD) cmds; make --no-print-directory showobjs_d2)
+BOOTTRACK	= $(shell $(CD) modules; make --no-print-directory showboottrack)
+KERNEL		= $(shell $(CD) modules; make --no-print-directory showkernel)
+SYSMODS		= $(shell $(CD) modules; make --no-print-directory showsysmods)
+CLOCKS		= $(shell $(CD) modules; make --no-print-directory showclocks)
+RBF		= $(shell $(CD) modules; make --no-print-directory showrbf)
+SCF		= $(shell $(CD) modules; make --no-print-directory showscf)
+PIPE		= $(shell $(CD) modules; make --no-print-directory showpipe)
 MODULECMDS	= shell grfdrv del echo format makdir merge os9gen prompt tmode
 
-DEFS		= $(shell $(CD) defs; make showobjs)
-SYSBIN		= $(shell $(CD) sys; make showbinobjs)
-SYSTEXT		= $(shell $(CD) sys; make showtextobjs)
+DEFS		= $(shell $(CD) defs; make --no-print-directory showobjs)
+SYSBIN		= $(shell $(CD) sys; make --no-print-directory showbinobjs)
+SYSTEXT		= $(shell $(CD) sys; make --no-print-directory showtextobjs)
 STARTUP		= startup
 SYSGO		= sysgo_dd