diff level3/makefile @ 2859:3a3cbc11ea9d lwtools-port

Make build fail if first level subdirectory fails The build process was ignoring a failed target and kept on building others. For instance, If NITROS9DIR was not set and there was no $HOME/nitros9 the build would spiral down in infinite make recursion instead of just quit on first failure (at least for some targets). Now all listed subdirectories must build successfully. This change should be generalized to lower level directories as well. Also add some dummy targets where appropriate so that the build does not fail where nothing really should be built.
author Tormod Volden <debian.tormod@gmail.com>
date Sat, 13 Jul 2013 14:59:26 +0200
parents
children 9cae8c7cf7fd
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/level3/makefile	Sat Jul 13 14:59:26 2013 +0200
@@ -0,0 +1,7 @@
+
+all:
+info:
+clean:
+dsk:
+dskcopy:
+dskclean: