changeset 2717:2626a34f4929 lwtools-port

Fixed makefiles for better cleans
author Boisy Pitre <boisy.pitre@nuance.com>
date Thu, 26 Jul 2012 10:24:42 -0500
parents bd80482517a5
children 329fc1f6319f
files 3rdparty/packages/arcadepak/makefile 3rdparty/packages/deskmate3/makefile 3rdparty/packages/multivue/makefile 3rdparty/packages/sierra/goldrush/makefile
diffstat 4 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/3rdparty/packages/arcadepak/makefile	Thu Jul 26 10:21:30 2012 -0500
+++ b/3rdparty/packages/arcadepak/makefile	Thu Jul 26 10:24:42 2012 -0500
@@ -116,6 +116,7 @@
 	$(CPL) startup $@,
 
 clean:	dskclean
+	$(RM) shell
 	$(CD) smash; make clean
 	$(CD) thexder; make clean
 	$(CD) shanghai; make clean
--- a/3rdparty/packages/deskmate3/makefile	Thu Jul 26 10:21:30 2012 -0500
+++ b/3rdparty/packages/deskmate3/makefile	Thu Jul 26 10:24:42 2012 -0500
@@ -35,6 +35,7 @@
 
 # Clean all components
 clean:	dskclean
+	$(RM) os9boot
 
 dsk:	all
 	$(RM) $(DISK)
--- a/3rdparty/packages/multivue/makefile	Thu Jul 26 10:21:30 2012 -0500
+++ b/3rdparty/packages/multivue/makefile	Thu Jul 26 10:24:42 2012 -0500
@@ -83,6 +83,7 @@
 
 # Clean all components
 clean:	dskclean
+	-$(RM) os9boot
 	-$(CD) cmds_6809; make clean
 	-$(CD) cmds_6309; make clean
 	-$(CD) sys; make clean
--- a/3rdparty/packages/sierra/goldrush/makefile	Thu Jul 26 10:21:30 2012 -0500
+++ b/3rdparty/packages/sierra/goldrush/makefile	Thu Jul 26 10:24:42 2012 -0500
@@ -62,7 +62,7 @@
 all:	$(ALLOBJS)
 
 clean:	dskclean
-	$(RM) $(ALLOBJS)
+	$(RM) $(ALLOBJS) kernel os9boot
 
 dsk:	all $(DSKDW3) $(DISK_1_80D) $(DISK_2_80D) $(DISK_3_80D)