Enlevé le get automatique dans le target all du Makefile (cause problème au stage2...
[hvlinux.git] / stage0 / Makefile
index 5fd7c05..b5595fc 100644 (file)
@@ -1,8 +1,5 @@
 # Makefile for hvlinux
 
-# Pour émuler option command-line --silent ?
-#.SILENT:
-
 # Idées pour future targets:
 #   clean
 #   strip
@@ -12,7 +9,7 @@
 
 .PHONY: get test
 
-all: get
+all:
        @./hv-install-1
 
 # Fetch packages from network