From 86c9c999d0936f62ef074e07931bd996b5b5116c Mon Sep 17 00:00:00 2001 From: gobo72 Date: Fri, 4 Mar 2011 21:37:29 +0000 Subject: [PATCH] =?utf8?q?Enlev=C3=A9=20le=20get=20automatique=20dans=20le?= =?utf8?q?=20target=20all=20du=20Makefile=20(cause=20probl=C3=A8me=20au=20?= =?utf8?q?stage2=20quand=20le=20r=C3=A9seau=20n'est=20pas=20disponible)?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- stage0/Makefile | 5 +---- {stage0 => stage1}/Makefile | 5 +---- {stage0 => stage2}/Makefile | 5 +---- {stage0 => stage3}/Makefile | 5 +---- 4 files changed, 4 insertions(+), 16 deletions(-) copy {stage0 => stage1}/Makefile (83%) copy {stage0 => stage2}/Makefile (83%) copy {stage0 => stage3}/Makefile (83%) diff --git a/stage0/Makefile b/stage0/Makefile index 5fd7c05..b5595fc 100644 --- a/stage0/Makefile +++ b/stage0/Makefile @@ -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 diff --git a/stage0/Makefile b/stage1/Makefile similarity index 83% copy from stage0/Makefile copy to stage1/Makefile index 5fd7c05..b5595fc 100644 --- a/stage0/Makefile +++ b/stage1/Makefile @@ -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 diff --git a/stage0/Makefile b/stage2/Makefile similarity index 83% copy from stage0/Makefile copy to stage2/Makefile index 5fd7c05..b5595fc 100644 --- a/stage0/Makefile +++ b/stage2/Makefile @@ -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 diff --git a/stage0/Makefile b/stage3/Makefile similarity index 83% copy from stage0/Makefile copy to stage3/Makefile index 5fd7c05..b5595fc 100644 --- a/stage0/Makefile +++ b/stage3/Makefile @@ -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 -- 2.20.1