dslinux/toolchain Makefile

stsp stsp at user.in-berlin.de
Sun Aug 13 23:56:46 CEST 2006


Update of /cvsroot/dslinux/dslinux/toolchain
In directory antilope:/tmp/cvs-serv23811

Modified Files:
	Makefile 
Log Message:
echo rm -rf command during nuke.


Index: Makefile
===================================================================
RCS file: /cvsroot/dslinux/dslinux/toolchain/Makefile,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- Makefile	13 Aug 2006 21:54:05 -0000	1.5
+++ Makefile	13 Aug 2006 21:56:44 -0000	1.6
@@ -123,10 +123,12 @@
 		case $$ANSWER in \
 			"yes") \
 				echo "You said $$ANSWER. I will continue."; \
+				echo rm -rf $(SRCDIR) $(OBJDIR) \
+					$(SYSROOT) $(PREFIX); \
 				rm -rf $(SRCDIR) $(OBJDIR) \
 					$(SYSROOT) $(PREFIX); \
 				echo "Resetting the build"; \
-				$(MAKE) reset ; \
+				$(MAKE) reset; \
 				;; \
 			"") \
 				echo "You said no."; \




More information about the dslinux-commit mailing list