diff 3rdparty/makefile @ 2965:9edca3e61b66

3rdparty: Stop build on failing dsk or dskcopy targets Add dummy dsk and dskcopy targets where there are no disk images to be built.
author Tormod Volden <debian.tormod@gmail.com>
date Mon, 10 Feb 2014 01:36:20 +0100
parents 1c1600cc9f02
children
line wrap: on
line diff
--- a/3rdparty/makefile	Mon Feb 10 01:11:02 2014 +0100
+++ b/3rdparty/makefile	Mon Feb 10 01:36:20 2014 +0100
@@ -17,7 +17,7 @@
 
 # Make DSK images
 dsk:
-	$(foreach dir, $(dirs), ($(CD) $(dir); make dsk);)
+	$(foreach dir,$(dirs),$(MAKE) -C $(dir) dsk &&) :
 
 # Clean DSK images
 dskclean:
@@ -25,7 +25,7 @@
 
 # Copy DSK images
 dskcopy:
-	$(foreach dir, $(dirs), ($(CD) $(dir); make dskcopy);)
+	$(foreach dir,$(dirs),$(MAKE) -C $(dir) dskcopy &&) :
 
 # Info
 info: