[Lunar-commits] r14852 - lunar-iso/trunk

Auke Kok sofar at lunar-linux.org
Thu May 19 22:11:53 UTC 2005


Author: sofar
Date: 2005-05-19 22:11:53 +0000 (Thu, 19 May 2005)
New Revision: 14852

Modified:
   lunar-iso/trunk/Makefile
Log:
Makefile fixes: cosmetic and order changes.


Modified: lunar-iso/trunk/Makefile
===================================================================
--- lunar-iso/trunk/Makefile	2005-05-19 22:08:03 UTC (rev 14851)
+++ lunar-iso/trunk/Makefile	2005-05-19 22:11:53 UTC (rev 14852)
@@ -53,7 +53,7 @@
 	@echo "Building precompiled kernels"
 	@scripts/kernels
 
-memtest: $(ISO_SOURCE)/memtest/memtest
+memtest: rebuild $(ISO_SOURCE)/memtest/memtest
 $(ISO_SOURCE)/memtest/memtest:
 	@echo "Generating memtest boot image"
 	@scripts/memtest
@@ -85,8 +85,8 @@
 
 cachefill: dirs $(ISO_TARGET)/.cachefill
 $(ISO_TARGET)/.cachefill:
-	echo "Fetching cache tarballs and sources"
-	scripts/cachefill
+	@echo "Fetching cache tarballs and sources"
+	@scripts/cachefill
 
 dirs: init $(ISO_TARGET)/.dirs
 $(ISO_TARGET)/.dirs:



More information about the Lunar-commits mailing list